Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-stevedore for
openSUSE:Factory checked in at 2025-12-09 12:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stevedore (Old)
and /work/SRC/openSUSE:Factory/.python-stevedore.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-stevedore"
Tue Dec 9 12:50:02 2025 rev:49 rq:1321563 version:5.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stevedore/python-stevedore.changes
2025-11-09 21:12:36.978975273 +0100
+++
/work/SRC/openSUSE:Factory/.python-stevedore.new.1939/python-stevedore.changes
2025-12-09 12:56:42.211965583 +0100
@@ -1,0 +2,34 @@
+Fri Nov 28 11:39:44 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 5.6.0
+ * Deprecate warn_on_missing_entrypoint parameter
+ * Add py.typed file
+ * Unskip test
+ * Add conflict resolution support
+ * Make better use of super
+ * typing: Remove use of _init_attributes (2/2)
+ * typing: Remove use of _init_attributes (1/2)
+ * typing: Remove unnecessary method subclass
+ * docs: Update to use pyproject.toml
+ * tests: Trivial fixups
+ * Remove unnecessary type docstring field lists
+ * typing: Add hints to tests
+ * typing: Make better use of ParamSpec
+ * typing: Add initial type hints
+ * Deprecate verify_requirements flag
+ * Remove use of mutable default param
+ * trivial: Remove references to importlib_metadata
+ * Enable ruff, ruff-format
+ * Apply ruff, ruff-format
+ * docs: Remove cruft from configuration files
+ * pre-commit: Bump versions
+ * reno: Update master for unmaintained/2024.1
+ * Bump pyupgrade target to 3.10+
+ * Migrate bandit options to pyproject.toml
+ * pre-commit: Bump dependencies
+ * Migrate setup configuration to pyproject.toml
+ * Drop Python 3.9 support
+ * Update master for stable/2025.2
+- Remove empty file stevedore/tests/extension_unimportable.py
+
+-------------------------------------------------------------------
Old:
----
stevedore-5.5.0.tar.gz
New:
----
stevedore-5.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-stevedore.spec ++++++
--- /var/tmp/diff_new_pack.bRTUCj/_old 2025-12-09 12:56:44.204049554 +0100
+++ /var/tmp/diff_new_pack.bRTUCj/_new 2025-12-09 12:56:44.232050734 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-stevedore
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-stevedore
-Version: 5.5.0
+Version: 5.6.0
Release: 0
Summary: Manage dynamic plugins for Python applications
License: Apache-2.0
@@ -39,7 +39,7 @@
Requires: python-pbr
%if "%{?python_provides}" == "python3"
Provides: python3-stevedore = %{version}
-Obsoletes: python3-stevedore <= %{version}
+Obsoletes: python3-stevedore < 5.6.0
%endif
BuildArch: noarch
%python_subpackages
@@ -57,6 +57,8 @@
%prep
%autosetup -p1 -n stevedore-%{version}
+# Remove empty file stevedore/tests/extension_unimportable.py
+rm stevedore/tests/extension_unimportable.py
%build
%pyproject_wheel
++++++ stevedore-5.5.0.tar.gz -> stevedore-5.6.0.tar.gz ++++++
++++ 4691 lines of diff (skipped)