15
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-10-08 08:58:56 +00:00
committed by Git OBS Bridge
parent 4197b78533
commit 77a9bbdd4c
4 changed files with 10 additions and 5 deletions

View File

@@ -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}