diff --git a/python-yamllint.spec b/python-yamllint.spec index 0ad964a..bc0bcc2 100644 --- a/python-yamllint.spec +++ b/python-yamllint.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-yamllint -Version: 1.26.3 +Version: 1.33.0 Release: 1 Summary: A linter for YAML files. License: GPLv3 URL: https://github.com/adrienverge/yamllint -Source0: https://github.com/adrienverge/yamllint/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/adrienverge/yamllint/archive/v%{version}/yamllint-%{version}.tar.gz BuildArch: noarch %description A linter for YAML files. @@ -39,7 +39,7 @@ repetition and cosmetic problems such as lines length, trailing spaces, indentat %prep -%autosetup -n yamllint-1.26.3 +%autosetup -n yamllint-%{version} %build %py3_build @@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jan 10 2024 Dongxing Wang - 1.33.0-1 +- Update package to version 1.33.0 + * Tue Aug 30 2022 tianlijing - 1.26.3-1 - update to 1.26.3 diff --git a/v1.26.3.tar.gz b/v1.26.3.tar.gz deleted file mode 100644 index bc59e3f..0000000 Binary files a/v1.26.3.tar.gz and /dev/null differ diff --git a/yamllint-1.33.0.tar.gz b/yamllint-1.33.0.tar.gz new file mode 100644 index 0000000..5f1c507 Binary files /dev/null and b/yamllint-1.33.0.tar.gz differ