diff --git a/flake8-docstrings-1.6.0.tar.gz b/flake8-docstrings-1.6.0.tar.gz deleted file mode 100644 index 9056ea3..0000000 --- a/flake8-docstrings-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b -size 6170 diff --git a/flake8_docstrings-1.7.0.tar.gz b/flake8_docstrings-1.7.0.tar.gz new file mode 100644 index 0000000..d95f84f --- /dev/null +++ b/flake8_docstrings-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8cc748dc16e6869728699e5d0d685da9a10b0ea718e090b1ba088e67a941af +size 5995 diff --git a/python-flake8-docstrings.changes b/python-flake8-docstrings.changes index 1ab76e9..db03723 100644 --- a/python-flake8-docstrings.changes +++ b/python-flake8-docstrings.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 27 09:34:24 UTC 2023 - Dirk Müller + +- update to 1.7.0: + * Add ``--property-decorators`` option. + ------------------------------------------------------------------- Sat Jan 15 15:44:16 UTC 2022 - Dirk Müller diff --git a/python-flake8-docstrings.spec b/python-flake8-docstrings.spec index b55051f..ef6e1dc 100644 --- a/python-flake8-docstrings.spec +++ b/python-flake8-docstrings.spec @@ -1,7 +1,7 @@ # # spec file for package python-flake8-docstrings # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-flake8-docstrings -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Extension for flake8 which uses pydocstyle to check docstrings License: MIT URL: https://gitlab.com/pycqa/flake8-docstrings -Source: https://files.pythonhosted.org/packages/source/f/flake8-docstrings/flake8-docstrings-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/f/flake8-docstrings/flake8_docstrings-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -37,7 +37,7 @@ BuildArch: noarch A module that adds an extension for the pydocstyle tool to flake8. %prep -%setup -q -n flake8-docstrings-%{version} +%setup -q -n flake8_docstrings-%{version} %build %python_build