diff --git a/bashate-2.1.0.tar.gz b/bashate-2.1.0.tar.gz deleted file mode 100644 index 99dac86..0000000 Binary files a/bashate-2.1.0.tar.gz and /dev/null differ diff --git a/bashate-2.1.1.tar.gz b/bashate-2.1.1.tar.gz new file mode 100644 index 0000000..9e51b19 Binary files /dev/null and b/bashate-2.1.1.tar.gz differ diff --git a/python-bashate.spec b/python-bashate.spec index 0e5bc30..a24dcf4 100644 --- a/python-bashate.spec +++ b/python-bashate.spec @@ -1,12 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-bashate -Version: 2.1.0 +Version: 2.1.1 Release: 1 Summary: A pep8 equivalent for bash scripts License: Apache-2.0 URL: https://docs.openstack.org/bashate/latest/ -Source0: https://files.pythonhosted.org/packages/e1/c5/a0a12e8f0e8cb9eee594fc6b5a4039068d95bcac3c8b972d2851b91cad70/bashate-2.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/4d/0c/35b92b742cc9da7788db16cfafda2f38505e19045ae1ee204ec238ece93f/bashate-2.1.1.tar.gz BuildArch: noarch + %description This program attempts to be an automated style checker for bash scripts to fill the same part of code review that pep8 does in most OpenStack @@ -81,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Dec 07 2022 jiangxinyu - 2.1.1-1 +- Update package to version 2.1.1 + * Wed Jul 20 2022 renliang16 - 2.1.0-1 - Upgrade package python3-bashate to version 2.1.0