diff --git a/flake8-docstrings-0.2.1.post1.tar.gz b/flake8-docstrings-0.2.1.post1.tar.gz deleted file mode 100644 index e194806..0000000 Binary files a/flake8-docstrings-0.2.1.post1.tar.gz and /dev/null differ diff --git a/flake8_docstrings-1.7.0.tar.gz b/flake8_docstrings-1.7.0.tar.gz new file mode 100644 index 0000000..f5cb3f4 Binary files /dev/null and b/flake8_docstrings-1.7.0.tar.gz differ diff --git a/python-flake8-docstrings.spec b/python-flake8-docstrings.spec index 73eabdc..772b073 100644 --- a/python-flake8-docstrings.spec +++ b/python-flake8-docstrings.spec @@ -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 - 1.7.0-1 +- Update to 1.7.0 + * Tue Jul 13 2021 OpenStack_SIG - 0.2.1.post1-1 - Package Spec generate