15
0

- update to 1.6.0:

* Fix ``--ignore-noqa`` by disabling ``pydocstyle``'s ``noqa`` handling.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-docstrings?expand=0&rev=19
This commit is contained in:
2022-01-15 15:44:52 +00:00
committed by Git OBS Bridge
parent 2eb5cdbd3d
commit 6c7c9808ca
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d5a31c7ec6b7367ea6506a87ec293b94a0a46c0bce2bb4975b7f1d09b6f3717
size 5674

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fe7c6a306064af8e62a055c2f61e9eb1da55f84bb39caef2b84ce53708ac34b
size 6170

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 15 15:44:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <tchvatal@suse.com>

View File

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