Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dacite for openSUSE:Factory 
checked in at 2025-12-10 15:30:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dacite (Old)
 and      /work/SRC/openSUSE:Factory/.python-dacite.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dacite"

Wed Dec 10 15:30:40 2025 rev:3 rq:1321711 version:1.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dacite/python-dacite.changes      
2025-11-27 15:23:31.929967022 +0100
+++ /work/SRC/openSUSE:Factory/.python-dacite.new.1939/python-dacite.changes    
2025-12-10 15:31:27.024580018 +0100
@@ -1,0 +2,5 @@
+Tue Dec  9 10:22:55 UTC 2025 - Markéta Machová <[email protected]>
+
+- Skip failing test on Python 3.14
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-dacite.spec ++++++
--- /var/tmp/diff_new_pack.FwkyBq/_old  2025-12-10 15:31:27.672607340 +0100
+++ /var/tmp/diff_new_pack.FwkyBq/_new  2025-12-10 15:31:27.676607509 +0100
@@ -53,7 +53,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest tests
+# test_from_dict_with_union_and_wrong_data - fails on Python 3.14 because of a 
slightly changed error message
+%pytest tests -k "not test_from_dict_with_union_and_wrong_data"
 
 %files %{python_files}
 %{python_sitelib}/dacite

Reply via email to