From a0ffc3e57eef555c9edd2a1bd62bbf356b54e6746b7e2b2f726b743e97736196 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Dec 2023 09:35:18 +0000 Subject: [PATCH] - update to 1.7.0: * Add ``--property-decorators`` option. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-docstrings?expand=0&rev=20 --- flake8-docstrings-1.6.0.tar.gz | 3 --- flake8_docstrings-1.7.0.tar.gz | 3 +++ python-flake8-docstrings.changes | 6 ++++++ python-flake8-docstrings.spec | 10 +++++----- 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 flake8-docstrings-1.6.0.tar.gz create mode 100644 flake8_docstrings-1.7.0.tar.gz 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