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 2026-04-29 19:19:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydocstyle (Old)
 and      /work/SRC/openSUSE:Factory/.python-pydocstyle.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pydocstyle"

Wed Apr 29 19:19:33 2026 rev:17 rq:1349916 version:6.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pydocstyle/python-pydocstyle.changes      
2024-01-30 18:26:11.987640655 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pydocstyle.new.30200/python-pydocstyle.changes
   2026-04-29 19:21:15.441470231 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 04:17:38 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Add patch avoid-nesting-error.patch:
+  * Avoid error with the nesting function.
+
+-------------------------------------------------------------------

New:
----
  avoid-nesting-error.patch

----------(New B)----------
  New:
- Add patch avoid-nesting-error.patch:
  * Avoid error with the nesting function.
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pydocstyle.spec ++++++
--- /var/tmp/diff_new_pack.QiEdJI/_old  2026-04-29 19:21:16.041494790 +0200
+++ /var/tmp/diff_new_pack.QiEdJI/_new  2026-04-29 19:21:16.041494790 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pydocstyle
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@
 URL:            https://github.com/PyCQA/pydocstyle/
 # Only the Repository Archive has the tests
 Source:         
https://github.com/PyCQA/pydocstyle/archive/%{version}.tar.gz#/pydocstyle-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE Avoid nesting error
+Patch0:         avoid-nesting-error.patch
 BuildRequires:  %{python_module base >= 3.6}
 BuildRequires:  %{python_module importlib-metadata >= 2 if %python-base < 3.8}
 BuildRequires:  %{python_module pip}
@@ -57,7 +59,7 @@
 conventions.
 
 %prep
-%setup -q -n pydocstyle-%{version}
+%autosetup -p1 -n pydocstyle-%{version}
 # Stupid poetry!
 sed -i '/version/ s/0.0.0-dev/%{version}/' pyproject.toml
 # remove shebang

++++++ avoid-nesting-error.patch ++++++
Index: pydocstyle-6.3.0/src/tests/test_integration.py
===================================================================
--- pydocstyle-6.3.0.orig/src/tests/test_integration.py
+++ pydocstyle-6.3.0/src/tests/test_integration.py
@@ -813,7 +813,7 @@ def test_overload_nested_function_valid(
         from typing import overload
 
         def function_with_nesting():
-            """Adding a docstring to a function."""
+            """Add a docstring to a function."""
             @overload
             def overloaded_func(a: int) -> str:
                 ...

Reply via email to