From 42d86c1ba469b88cf5711b1e60ff56b239672b4757925b59d148dae7ffe50785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Oct 2020 06:56:21 +0000 Subject: [PATCH] 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 --- pydocstyle-5.0.2.tar.gz | 3 --- pydocstyle-5.1.1.tar.gz | 3 +++ python-pydocstyle.changes | 22 ++++++++++++++++++++++ python-pydocstyle.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 pydocstyle-5.0.2.tar.gz create mode 100644 pydocstyle-5.1.1.tar.gz diff --git a/pydocstyle-5.0.2.tar.gz b/pydocstyle-5.0.2.tar.gz deleted file mode 100644 index 22a3c34..0000000 --- a/pydocstyle-5.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51543d61812f1b3a7195c122de4db2102b4cce07fe48cdac0eb59edf5b2cd8e0 -size 68063 diff --git a/pydocstyle-5.1.1.tar.gz b/pydocstyle-5.1.1.tar.gz new file mode 100644 index 0000000..67a01ed --- /dev/null +++ b/pydocstyle-5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904bce3084dc4cb2f3802d1795f3fa8aa1e01e83823e117e44c6a93c4aa60a17 +size 70759 diff --git a/python-pydocstyle.changes b/python-pydocstyle.changes index 5a0e044..8501cc4 100644 --- a/python-pydocstyle.changes +++ b/python-pydocstyle.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Oct 10 18:42:12 UTC 2020 - Arun Persaud + +- 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 diff --git a/python-pydocstyle.spec b/python-pydocstyle.spec index 6ee50ce..a591839 100644 --- a/python-pydocstyle.spec +++ b/python-pydocstyle.spec @@ -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