!7 Update to 1.7.0

From: @starlet-dx 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2023-05-11 01:53:25 +00:00 committed by Gitee
commit 479804feca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-flake8-docstrings Name: python-flake8-docstrings
Version: 0.2.1.post1 Version: 1.7.0
Release: 1 Release: 1
Summary: Extension for flake8 which uses pep257 to check docstrings Summary: Extension for flake8 which uses pep257 to check docstrings
License: MIT License: MIT
URL: https://gitlab.com/pycqa/flake8-docstrings URL: https://gitlab.com/pycqa/flake8-docstrings
Source0: https://files.pythonhosted.org/packages/35/21/4d5543efcf78801505e06475c683dd2a63aff14ecbca0b57d73ffbc386ff/flake8-docstrings-0.2.1.post1.tar.gz Source0: https://files.pythonhosted.org/packages/source/f/flake8-docstrings/flake8_docstrings-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
A simple module that adds an extension for the fantastic pydocstyle tool to flake8. A simple module that adds an extension for the fantastic pydocstyle tool to flake8.
@ -29,7 +29,7 @@ Provides: python3-flake8-docstrings-doc
A simple module that adds an extension for the fantastic pydocstyle tool to flake8. A simple module that adds an extension for the fantastic pydocstyle tool to flake8.
%prep %prep
%autosetup -n flake8-docstrings-0.2.1.post1 %autosetup -n flake8_docstrings-%{version} -p1
%build %build
%py3_build %py3_build
@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed May 10 2023 yaoxin <yao_xin001@hoperun.com> - 1.7.0-1
- Update to 1.7.0
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 0.2.1.post1-1 * Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 0.2.1.post1-1
- Package Spec generate - Package Spec generate