Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-immutabledict for 
openSUSE:Factory checked in at 2026-06-16 13:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-immutabledict (Old)
 and      /work/SRC/openSUSE:Factory/.python-immutabledict.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-immutabledict"

Tue Jun 16 13:57:34 2026 rev:11 rq:1359665 version:4.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-immutabledict/python-immutabledict.changes    
    2026-03-11 20:53:53.646417847 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-immutabledict.new.1981/python-immutabledict.changes
      2026-06-16 14:02:16.975332856 +0200
@@ -1,0 +2,5 @@
+Mon Jun 15 20:33:27 UTC 2026 - Dirk Müller <[email protected]>
+
+- skip performance tests in OBS
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-immutabledict.spec ++++++
--- /var/tmp/diff_new_pack.XmipnZ/_old  2026-06-16 14:02:20.099463120 +0200
+++ /var/tmp/diff_new_pack.XmipnZ/_new  2026-06-16 14:02:20.119463954 +0200
@@ -51,11 +51,20 @@
 %python_subpackages
 
 %description
-A fork of the original frozendict, an immutable wrapper around dictionaries. 
This library is a pure Python, MIT-licensed alternative to the new LGPL-3.0 
licensed frozendict.
-
-It implements the complete mapping interface and can be used as a drop-in 
replacement for dictionaries where immutability is desired. The immutabledict 
constructor mimics dict, and all of the expected interfaces (iter, len, repr, 
hash, getitem) are provided. Note that an immutabledict does not guarantee the 
immutability of its values, so the utility of hash method is restricted by 
usage.
-
-The only difference is that the copy() method of immutable takes variable 
keyword arguments, which will be present as key/value pairs in the new, 
immutable copy.
+A fork of the original frozendict, an immutable wrapper around dictionaries.
+This library is a pure Python, MIT-licensed alternative to the new LGPL-3.0
+licensed frozendict.
+
+It implements the complete mapping interface and can be used as a drop-in
+replacement for dictionaries where immutability is desired. The immutabledict
+constructor mimics dict, and all of the expected interfaces (iter, len, repr,
+hash, getitem) are provided. Note that an immutabledict does not guarantee the
+immutability of its values, so the utility of hash method is restricted by
+usage.
+
+The only difference is that the copy() method of immutable takes variable
+keyword arguments, which will be present as key/value pairs in the new,
+immutable copy.
 
 %prep
 %setup -q -n %{short_name}-%{version}
@@ -71,7 +80,7 @@
 
 %check
 %if %{with test}
-%pytest
+%pytest -k "not test_performance"
 %endif
 
 %if !%{with test}

Reply via email to