Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-testresources for
openSUSE:Factory checked in at 2026-04-28 11:53:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testresources (Old)
and /work/SRC/openSUSE:Factory/.python-testresources.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testresources"
Tue Apr 28 11:53:29 2026 rev:17 rq:1349291 version:2.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-testresources/python-testresources.changes
2025-05-23 14:27:31.540891665 +0200
+++
/work/SRC/openSUSE:Factory/.python-testresources.new.11940/python-testresources.changes
2026-04-28 11:53:46.043021389 +0200
@@ -1,0 +2,10 @@
+Sat Apr 25 21:05:07 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.1.2:
+ * Fix packaging metadata (mgorny)
+ * Fix packaging metadata (carlwgeorge, stephenfin)
+ * Add support for Python 3.14, drop support for Python 3.9
+ (jelmer)
+ * Remove references to unittest2 (stephenfin)
+
+-------------------------------------------------------------------
Old:
----
testresources-2.0.2.tar.gz
New:
----
testresources-2.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testresources.spec ++++++
--- /var/tmp/diff_new_pack.9ecdhN/_old 2026-04-28 11:53:46.699048478 +0200
+++ /var/tmp/diff_new_pack.9ecdhN/_new 2026-04-28 11:53:46.703048643 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-testresources
#
-# 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
@@ -18,22 +18,22 @@
%{?sle15_python_module_pythons}
Name: python-testresources
-Version: 2.0.2
+Version: 2.1.2
Release: 0
Summary: A pyunit extension for managing expensive test resources
License: (Apache-2.0 OR BSD-3-Clause) AND GPL-2.0-or-later
URL: https://github.com/testing-cabal/testresources
Source:
https://files.pythonhosted.org/packages/source/t/testresources/testresources-%{version}.tar.gz
Patch0: testresources-flaky-tests.patch
+BuildRequires: %{python_module docutils}
BuildRequires: %{python_module fixtures}
-BuildRequires: %{python_module pbr}
+BuildRequires: %{python_module hatch-vcs}
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module testtools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-pbr
BuildArch: noarch
%python_subpackages
@@ -56,7 +56,7 @@
%files %{python_files}
%license BSD Apache-2.0 COPYING
-%doc README.rst
+%doc README.rst NEWS
%{python_sitelib}/testresources
%{python_sitelib}/testresources-%{version}.dist-info
++++++ testresources-2.0.2.tar.gz -> testresources-2.1.2.tar.gz ++++++
++++ 5730 lines of diff (skipped)
++++++ testresources-flaky-tests.patch ++++++
--- /var/tmp/diff_new_pack.9ecdhN/_old 2026-04-28 11:53:46.951058884 +0200
+++ /var/tmp/diff_new_pack.9ecdhN/_new 2026-04-28 11:53:46.955059049 +0200
@@ -1,7 +1,8 @@
-diff -Nru
testresources-2.0.2.orig/testresources/tests/test_optimising_test_suite.py
testresources-2.0.2/testresources/tests/test_optimising_test_suite.py
---- testresources-2.0.2.orig/testresources/tests/test_optimising_test_suite.py
2025-04-22 12:21:27.000000000 +0200
-+++ testresources-2.0.2/testresources/tests/test_optimising_test_suite.py
2025-05-16 08:21:08.834763803 +0200
-@@ -537,6 +537,7 @@
+Index: testresources-2.1.2/tests/test_optimising_test_suite.py
+===================================================================
+--- testresources-2.1.2.orig/tests/test_optimising_test_suite.py
++++ testresources-2.1.2/tests/test_optimising_test_suite.py
+@@ -558,6 +558,7 @@ class TestGraphStuff(testtools.TestCase)
permutations.append([case4, case1, case3, case2])
return permutations