Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dep-logic for 
openSUSE:Factory checked in at 2026-02-04 21:06:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dep-logic (Old)
 and      /work/SRC/openSUSE:Factory/.python-dep-logic.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dep-logic"

Wed Feb  4 21:06:45 2026 rev:8 rq:1330842 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dep-logic/python-dep-logic.changes        
2025-09-26 22:27:03.004405112 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dep-logic.new.1670/python-dep-logic.changes  
    2026-02-04 21:06:51.354506119 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 05:10:36 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Add patch support-packaging-26.0.patch:
+  * Support changes required by packaging 26.0.
+
+-------------------------------------------------------------------

New:
----
  support-packaging-26.0.patch

----------(New B)----------
  New:
- Add patch support-packaging-26.0.patch:
  * Support changes required by packaging 26.0.
----------(New E)----------

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

Other differences:
------------------
++++++ python-dep-logic.spec ++++++
--- /var/tmp/diff_new_pack.f22H3i/_old  2026-02-04 21:06:52.958573296 +0100
+++ /var/tmp/diff_new_pack.f22H3i/_new  2026-02-04 21:06:52.962573464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dep-logic
 #
-# Copyright (c) 2025 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
@@ -24,6 +24,8 @@
 License:        Apache-2.0
 URL:            https://github.com/pdm-project/dep-logic
 Source:         
https://files.pythonhosted.org/packages/source/d/dep-logic/dep_logic-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE Support packaging 26.0 changes
+Patch0:         support-packaging-26.0.patch
 BuildRequires:  %{python_module pdm-backend}
 BuildRequires:  %{python_module pip}
 BuildRequires:  python-rpm-macros

++++++ support-packaging-26.0.patch ++++++
Index: dep_logic-0.5.2/tests/marker/test_evaluation.py
===================================================================
--- dep_logic-0.5.2.orig/tests/marker/test_evaluation.py
+++ dep_logic-0.5.2/tests/marker/test_evaluation.py
@@ -102,7 +102,7 @@ def test_evaluates(
             {"platform_machine": "x86_64"},
             False,
         ),
-        ("platform_release >= '6'", {"platform_release": "6.1-foobar"}, True),
+        ("platform_release >= '6'", {"platform_release": "6.1.post1"}, True),
         # extras
         # single extra
         ("extra != 'security'", {"extra": "quux"}, True),
Index: dep_logic-0.5.2/tests/specifier/test_arbitrary.py
===================================================================
--- dep_logic-0.5.2.orig/tests/specifier/test_arbitrary.py
+++ dep_logic-0.5.2/tests/specifier/test_arbitrary.py
@@ -37,7 +37,7 @@ def test_arbitrary_union(a: str, b: str,
 
 @pytest.mark.parametrize(
     "a, b, operand",
-    [("===abc", ">=1", "and"), ("===1.0.0", "<1", "or"), ("===abc", "==1.*", 
"or")],
+    [("===1.0.0", "<1", "or"), ("===abc", "==1.*", "or")],
 )
 def test_arbitrary_unsupported(a: str, b: str, operand: str) -> None:
     with pytest.raises(ValueError):

Reply via email to