diff --git a/python-yamllint.spec b/python-yamllint.spec index d471ebb..0ad964a 100644 --- a/python-yamllint.spec +++ b/python-yamllint.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-yamllint -Version: 1.23.0 +Version: 1.26.3 Release: 1 Summary: A linter for YAML files. License: GPLv3 URL: https://github.com/adrienverge/yamllint -Source0: https://files.pythonhosted.org/packages/d2/29/c94cb1ddb4e8f06a2ecef4edfc6419809c44d079e020f5b632711d91ec9a/yamllint-1.23.0.tar.gz +Source0: https://github.com/adrienverge/yamllint/archive/refs/tags/v%{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.23.0 +%autosetup -n yamllint-1.26.3 %build %py3_build @@ -84,5 +84,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 30 2022 tianlijing - 1.26.3-1 +- update to 1.26.3 + * Mon Aug 09 2021 OpenStack_SIG - 1.23.0-1 - Package Spec generate diff --git a/v1.26.3.tar.gz b/v1.26.3.tar.gz new file mode 100644 index 0000000..bc59e3f Binary files /dev/null and b/v1.26.3.tar.gz differ diff --git a/yamllint-1.23.0.tar.gz b/yamllint-1.23.0.tar.gz deleted file mode 100644 index 77faab4..0000000 Binary files a/yamllint-1.23.0.tar.gz and /dev/null differ