Update to 1.7.0
This commit is contained in:
parent
e658fc2477
commit
54efb4ee5b
Binary file not shown.
BIN
flake8_docstrings-1.7.0.tar.gz
Normal file
BIN
flake8_docstrings-1.7.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-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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user