update to version 2.1.0
This commit is contained in:
parent
42ae16b725
commit
e49ec587f8
Binary file not shown.
BIN
bashate-2.1.0.tar.gz
Normal file
BIN
bashate-2.1.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-bashate
|
Name: python-bashate
|
||||||
Version: 2.0.0
|
Version: 2.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A pep8 equivalent for bash scripts
|
Summary: A pep8 equivalent for bash scripts
|
||||||
License: Apache Software License
|
License: Apache-2.0
|
||||||
URL: http://docs.openstack.org/developer/bashate/
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-pbr
|
Requires: python3-pbr
|
||||||
@ -23,7 +23,10 @@ Summary: A pep8 equivalent for bash scripts
|
|||||||
Provides: python-bashate
|
Provides: python-bashate
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
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
|
%description -n python3-bashate %_description
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
@ -32,7 +35,7 @@ Provides: python3-bashate-doc
|
|||||||
%description help %_description
|
%description help %_description
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n bashate-2.0.0
|
%autosetup -n bashate-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -72,5 +75,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 13 2022 Ge Wang <wangge20@h-partners.com> - 2.1.0-1
|
||||||
|
- Update to version 2.1.0
|
||||||
|
|
||||||
* Tue Jun 23 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Tue Jun 23 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user