Update package to version 2.1.1

This commit is contained in:
jxy_git 2022-12-07 14:39:43 +08:00
parent 6e445d0396
commit 9dac2667d8
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
bashate-2.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-bashate Name: python-bashate
Version: 2.1.0 Version: 2.1.1
Release: 1 Release: 1
Summary: A pep8 equivalent for bash scripts Summary: A pep8 equivalent for bash scripts
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/bashate/latest/ 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 BuildArch: noarch
%description %description
This program attempts to be an automated style checker for bash scripts 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 to fill the same part of code review that pep8 does in most OpenStack
@ -81,6 +82,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Dec 07 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 2.1.1-1
- Update package to version 2.1.1
* Wed Jul 20 2022 renliang16 <renliang@uniontech.com> - 2.1.0-1 * Wed Jul 20 2022 renliang16 <renliang@uniontech.com> - 2.1.0-1
- Upgrade package python3-bashate to version 2.1.0 - Upgrade package python3-bashate to version 2.1.0