Update to 1.7.0

This commit is contained in:
starlet-dx 2023-05-10 18:29:15 +08:00
parent e658fc2477
commit 54efb4ee5b
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
Name: python-flake8-docstrings
Version: 0.2.1.post1
Version: 1.7.0
Release: 1
Summary: Extension for flake8 which uses pep257 to check docstrings
License: MIT
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
%description
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.
%prep
%autosetup -n flake8-docstrings-0.2.1.post1
%autosetup -n flake8_docstrings-%{version} -p1
%build
%py3_build
@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Package Spec generate