Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pydocstyle for openSUSE:Factory checked in at 2022-03-29 18:13:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pydocstyle (Old) and /work/SRC/openSUSE:Factory/.python-pydocstyle.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydocstyle" Tue Mar 29 18:13:52 2022 rev:10 rq:965073 version:6.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pydocstyle/python-pydocstyle.changes 2020-10-29 09:47:31.656124493 +0100 +++ /work/SRC/openSUSE:Factory/.python-pydocstyle.new.1900/python-pydocstyle.changes 2022-03-29 18:13:55.963046106 +0200 @@ -1,0 +2,17 @@ +Sat Mar 26 18:56:53 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update 6.1.1: + * Split ``--source`` by lines instead of by characters (#536). + * Enable full toml configuration and pyproject.toml (#534). + * Support for Python 3.5 has been dropped (#510). + * Add flag to disable `# noqa` comment processing in API (#485). + * Methods, Functions and Nested functions that have a docstring now throw D418 (#511). + * Methods decorated with @overload no longer reported as D102 (#511). + * Functions and nested functions decorated with @overload no longer reported as D103 (#511). + * Treat "package" as an imperative verb for D401 (#356). + * Fix the parsing of decorated one line functions (#499). + * Methods, Functions and Nested functions that have a docstring now throw D418 (#511). + * Methods decorated with @overload no longer reported as D102. + * Functions and nested functions decorated with @overload no longer reported as D103. + +------------------------------------------------------------------- Old: ---- pydocstyle-5.1.1.tar.gz New: ---- pydocstyle-6.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pydocstyle.spec ++++++ --- /var/tmp/diff_new_pack.oiCIcS/_old 2022-03-29 18:13:56.519046618 +0200 +++ /var/tmp/diff_new_pack.oiCIcS/_new 2022-03-29 18:13:56.523046621 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pydocstyle # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pydocstyle -Version: 5.1.1 +Version: 6.1.1 Release: 0 Summary: Python docstring style checker License: MIT @@ -43,7 +43,7 @@ Requires: python-six > 1.10.0 Requires: python-snowballstemmer Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Provides: python-pep257 = %{version} Obsoletes: python-pep257 < %{version} BuildArch: noarch ++++++ integration-tests-invocation.patch ++++++ --- /var/tmp/diff_new_pack.oiCIcS/_old 2022-03-29 18:13:56.551046647 +0200 +++ /var/tmp/diff_new_pack.oiCIcS/_new 2022-03-29 18:13:56.555046651 +0200 @@ -10,11 +10,11 @@ src/tests/test_integration.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -diff --git a/src/tests/test_integration.py b/src/tests/test_integration.py -index d4ee72b..1f9507f 100644 ---- a/src/tests/test_integration.py -+++ b/src/tests/test_integration.py -@@ -81,9 +81,10 @@ def invoke(self, args="", target=None): +Index: pydocstyle-6.1.1/src/tests/test_integration.py +=================================================================== +--- pydocstyle-6.1.1.orig/src/tests/test_integration.py ++++ pydocstyle-6.1.1/src/tests/test_integration.py +@@ -99,9 +99,10 @@ class SandboxEnv: run_target = self.tempdir if target is None else \ os.path.join(self.tempdir, target) @@ -28,13 +28,4 @@ p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE) -@@ -201,7 +202,7 @@ def test_run_as_named_module(): - """ - # Add --match='' so that no files are actually checked (to make sure that - # the return code is 0 and to reduce execution time). -- cmd = shlex.split("python -m pydocstyle --match=''") -+ cmd = shlex.split("\"{}\" -m pydocstyle --match=''".format(sys.executable)) - p = subprocess.Popen(cmd, - stdout=subprocess.PIPE, - stderr=subprocess.PIPE) ++++++ pydocstyle-5.1.1.tar.gz -> pydocstyle-6.1.1.tar.gz ++++++ ++++ 3786 lines of diff (skipped)