!11 update to version 2.1.0

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-13 09:13:44 +00:00 committed by Gitee
commit 50fc79fc44
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 11 additions and 5 deletions

Binary file not shown.

BIN
bashate-2.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -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 <wangge20@h-partners.com> - 2.1.0-1
- Update to version 2.1.0
* Tue Jun 23 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated