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:
parent
a065420d7d
commit
42d86c1ba4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51543d61812f1b3a7195c122de4db2102b4cce07fe48cdac0eb59edf5b2cd8e0
|
||||
size 68063
|
3
pydocstyle-5.1.1.tar.gz
Normal file
3
pydocstyle-5.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:904bce3084dc4cb2f3802d1795f3fa8aa1e01e83823e117e44c6a93c4aa60a17
|
||||
size 70759
|
@ -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>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pydocstyle
|
||||
Version: 5.0.2
|
||||
Version: 5.1.1
|
||||
Release: 0
|
||||
Summary: Python docstring style checker
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user