diff --git a/bashate-2.0.0.tar.gz b/bashate-2.0.0.tar.gz deleted file mode 100644 index 0f7d916..0000000 Binary files a/bashate-2.0.0.tar.gz and /dev/null differ diff --git a/bashate-2.1.0.tar.gz b/bashate-2.1.0.tar.gz new file mode 100644 index 0000000..99dac86 Binary files /dev/null and b/bashate-2.1.0.tar.gz differ diff --git a/python-bashate.spec b/python-bashate.spec index 0f82b41..e9c5514 100644 --- a/python-bashate.spec +++ b/python-bashate.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-bashate -Version: 2.0.0 +Version: 2.1.0 Release: 1 Summary: A pep8 equivalent for bash scripts -License: Apache Software License +License: Apache-2.0 URL: http://docs.openstack.org/developer/bashate/ -Source0: https://files.pythonhosted.org/packages/30/81/87a64fd890fa416232abb219210a48afa040a4e85436c35c7eee077c0f45/bashate-2.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/e1/c5/a0a12e8f0e8cb9eee594fc6b5a4039068d95bcac3c8b972d2851b91cad70/bashate-2.1.0.tar.gz BuildArch: noarch Requires: python3-pbr @@ -23,7 +23,10 @@ Summary: A pep8 equivalent for bash scripts Provides: python-bashate BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pbr >= 1.8 +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel +Requires: python3-pbr %description -n python3-bashate %_description %package help @@ -32,7 +35,7 @@ Provides: python3-bashate-doc %description help %_description %prep -%autosetup -n bashate-2.0.0 +%autosetup -n bashate-%{version} %build %py3_build @@ -72,5 +75,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 13 2022 Ge Wang - 2.1.0-1 +- Update to version 2.1.0 + * Tue Jun 23 2020 Python_Bot - Package Spec generated