diff --git a/flake8-docstrings-1.5.0.tar.gz b/flake8-docstrings-1.5.0.tar.gz deleted file mode 100644 index 32b7dcc..0000000 --- a/flake8-docstrings-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717 -size 5674 diff --git a/flake8-docstrings-1.6.0.tar.gz b/flake8-docstrings-1.6.0.tar.gz new file mode 100644 index 0000000..9056ea3 --- /dev/null +++ b/flake8-docstrings-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b +size 6170 diff --git a/python-flake8-docstrings.changes b/python-flake8-docstrings.changes index a4e4c2e..1ab76e9 100644 --- a/python-flake8-docstrings.changes +++ b/python-flake8-docstrings.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 15 15:44:16 UTC 2022 - Dirk Müller + +- update to 1.6.0: + * Fix ``--ignore-noqa`` by disabling ``pydocstyle``'s ``noqa`` handling. + ------------------------------------------------------------------- Fri Jan 10 15:02:32 UTC 2020 - Tomáš Chvátal diff --git a/python-flake8-docstrings.spec b/python-flake8-docstrings.spec index 09dc9b9..b55051f 100644 --- a/python-flake8-docstrings.spec +++ b/python-flake8-docstrings.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-docstrings # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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.5.0 +Version: 1.6.0 Release: 0 Summary: Extension for flake8 which uses pydocstyle to check docstrings License: MIT