From 77a9bbdd4c0831acd2297f32045fad5210a82724b3ee43a0b520c61c1144e975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 8 Oct 2019 08:58:56 +0000 Subject: [PATCH] - Update to 1.5.0: * Add --ignore-decorators option OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-docstrings?expand=0&rev=13 --- flake8-docstrings-1.4.0.tar.gz | 3 --- flake8-docstrings-1.5.0.tar.gz | 3 +++ python-flake8-docstrings.changes | 6 ++++++ python-flake8-docstrings.spec | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 flake8-docstrings-1.4.0.tar.gz create mode 100644 flake8-docstrings-1.5.0.tar.gz diff --git a/flake8-docstrings-1.4.0.tar.gz b/flake8-docstrings-1.4.0.tar.gz deleted file mode 100644 index 99f64f8..0000000 --- a/flake8-docstrings-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c0db5a79a1affd70fdf53b8765c8a26bf968e59e0252d7f2fc546b41c0cda06 -size 5567 diff --git a/flake8-docstrings-1.5.0.tar.gz b/flake8-docstrings-1.5.0.tar.gz new file mode 100644 index 0000000..32b7dcc --- /dev/null +++ b/flake8-docstrings-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717 +size 5674 diff --git a/python-flake8-docstrings.changes b/python-flake8-docstrings.changes index 145f664..d1ffa89 100644 --- a/python-flake8-docstrings.changes +++ b/python-flake8-docstrings.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 8 08:53:09 UTC 2019 - Tomáš Chvátal + +- Update to 1.5.0: + * Add --ignore-decorators option + ------------------------------------------------------------------- Fri Sep 13 07:26:58 UTC 2019 - Tomáš Chvátal diff --git a/python-flake8-docstrings.spec b/python-flake8-docstrings.spec index 613ba2b..4125aca 100644 --- a/python-flake8-docstrings.spec +++ b/python-flake8-docstrings.spec @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flake8-docstrings -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Extension for flake8 which uses pydocstyle to check docstrings License: MIT -Group: Development/Languages/Python URL: https://gitlab.com/pycqa/flake8-docstrings Source: https://files.pythonhosted.org/packages/source/f/flake8-docstrings/flake8-docstrings-%{version}.tar.gz BuildRequires: %{python_module setuptools}