diff --git a/flake8-docstrings-1.3.0.tar.gz b/flake8-docstrings-1.3.0.tar.gz deleted file mode 100644 index 8b2c1b3..0000000 --- a/flake8-docstrings-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e0ce1476b64e6291520e5570cf12b05016dd4e8ae454b8a8a9a48bc5f84e1cd -size 4850 diff --git a/flake8-docstrings-1.3.1.tar.gz b/flake8-docstrings-1.3.1.tar.gz new file mode 100644 index 0000000..e286c20 --- /dev/null +++ b/flake8-docstrings-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d72ccd5807c1ab9ff1466cb9bece0c4d94b8669e9bc4f472abc80dbc5d399e +size 4904 diff --git a/python-flake8-docstrings.changes b/python-flake8-docstrings.changes index fe671fa..b69a1ac 100644 --- a/python-flake8-docstrings.changes +++ b/python-flake8-docstrings.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Aug 3 14:26:11 UTC 2019 - Arun Persaud + +- specfile: + * update copyright year + * be more specific in %files section + +- update to version 1.3.1: + * Fix incompatibility with pydocstyle 4.x + ------------------------------------------------------------------- Tue Dec 4 12:48:03 UTC 2018 - Matej Cepl diff --git a/python-flake8-docstrings.spec b/python-flake8-docstrings.spec index 09604c8..fbeb85f 100644 --- a/python-flake8-docstrings.spec +++ b/python-flake8-docstrings.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-docstrings # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8-docstrings -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Extension for flake8 which uses pydocstyle to check docstrings License: MIT @@ -50,6 +50,9 @@ A module that adds an extension for the pydocstyle tool to flake8. %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/flake8_docstrings.* +%dir %{python_sitelib}/flake8_docstrings-%{version}-py*.egg-info +%{python_sitelib}/flake8_docstrings-%{version}-py*.egg-info/* +%pycache_only %{python_sitelib}/__pycache__ %changelog