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 2025-05-23 14:27:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testresources (Old)
and /work/SRC/openSUSE:Factory/.python-testresources.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testresources"
Fri May 23 14:27:22 2025 rev:16 rq:1278122 version:2.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-testresources/python-testresources.changes
2024-05-13 17:57:02.279611825 +0200
+++
/work/SRC/openSUSE:Factory/.python-testresources.new.2732/python-testresources.changes
2025-05-23 14:27:31.540891665 +0200
@@ -1,0 +2,12 @@
+Fri May 16 06:21:57 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 2.0.2
+ * Skip testBasicSortTests in general (Kelledin)
+ * Add a TestResourceManager.id() API for letting test results
+ report about a resource identity (freeekanayaka)
+ * Refactor failIf to assertFalse for Python 3.12 Compatibility (cjwatson)
+ * Add support for Python >=3.10 (jelmer)
+- Drop use-correct-assertions.patch, merged upstream
+- Refresh testresources-flaky-tests.patch
+
+-------------------------------------------------------------------
Old:
----
testresources-2.0.1.tar.gz
use-correct-assertions.patch
New:
----
testresources-2.0.2.tar.gz
BETA DEBUG BEGIN:
Old: * Add support for Python >=3.10 (jelmer)
- Drop use-correct-assertions.patch, merged upstream
- Refresh testresources-flaky-tests.patch
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testresources.spec ++++++
--- /var/tmp/diff_new_pack.qUgOki/_old 2025-05-23 14:27:31.960909412 +0200
+++ /var/tmp/diff_new_pack.qUgOki/_new 2025-05-23 14:27:31.960909412 +0200
@@ -18,15 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-testresources
-Version: 2.0.1
+Version: 2.0.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
-# PATCH-FIX-UPSTREAM gh#testing-cabal/testresources#15
-Patch1: use-correct-assertions.patch
BuildRequires: %{python_module fixtures}
BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pip}
++++++ testresources-2.0.1.tar.gz -> testresources-2.0.2.tar.gz ++++++
++++ 1966 lines of diff (skipped)
++++++ testresources-flaky-tests.patch ++++++
--- /var/tmp/diff_new_pack.qUgOki/_old 2025-05-23 14:27:32.076914314 +0200
+++ /var/tmp/diff_new_pack.qUgOki/_new 2025-05-23 14:27:32.080914482 +0200
@@ -1,13 +1,12 @@
-Index: testresources-2.0.1/testresources/tests/test_optimising_test_suite.py
-===================================================================
---- testresources-2.0.1.orig/testresources/tests/test_optimising_test_suite.py
-+++ testresources-2.0.1/testresources/tests/test_optimising_test_suite.py
-@@ -498,6 +498,7 @@ class TestGraphStuff(testtools.TestCase)
+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 @@
permutations.append([case4, case1, case3, case2])
return permutations
+ @unittest.skip("too flaky")
def testBasicSortTests(self):
+ self.skipTest("flaky, see LP #1645008")
# Test every permutation of inputs, with legacy tests.
- # Cannot use equal costs because of the use of