15
0

Accepting request 840886 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/840886
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydocstyle?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2020-10-12 06:56:21 +00:00
committed by Git OBS Bridge
parent a065420d7d
commit 42d86c1ba4
4 changed files with 26 additions and 4 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Oct 10 18:42:12 UTC 2020 - Arun Persaud <arun@gmx.de>
- update to version 5.1.1:
* Bug Fixes
+ Fix IndexError crash on one-line backslashed docstrings (#506).
- changes from version 5.1.0 :
* New Features
+ Skip function arguments prefixed with _ in D417 check (#440).
* Bug Fixes
+ Update convention support documentation (#386, #393)
+ Detect inner asynchronous functions for D202 (#467)
+ Fix indentation error while parsing class methods (#441).
+ Fix a bug in parsing Google-style argument description. The bug
caused some argument names to go unreported in D417 (#448).
+ Fixed an issue where skipping errors on module level docstring
via #noqa failed when there where more prior comments (#446).
+ Support backslash-continued descriptions in docstrings (#472).
+ Correctly detect publicity of modules inside directories (#470,
#494).
-------------------------------------------------------------------
Wed May 20 07:26:23 UTC 2020 - Petr Gajdos <pgajdos@suse.com>