Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-canonicaljson for 
openSUSE:Factory checked in at 2023-02-21 15:36:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-canonicaljson (Old)
 and      /work/SRC/openSUSE:Factory/.python-canonicaljson.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-canonicaljson"

Tue Feb 21 15:36:51 2023 rev:14 rq:1067013 version:1.6.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-canonicaljson/python-canonicaljson.changes    
    2022-11-23 09:48:35.235191982 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-canonicaljson.new.22824/python-canonicaljson.changes
     2023-02-21 15:37:06.880656862 +0100
@@ -1,0 +2,11 @@
+Tue Feb 21 13:31:52 UTC 2023 - Matej Cepl <[email protected]>
+
+- Don't switch off tests completely just skip the failing ones.
+- And frozendict works on 3.11 (just slower).
+
+-------------------------------------------------------------------
+Mon Feb 20 05:18:38 UTC 2023 - Marcus Rueckert <[email protected]>
+
+- disable python 3.11 until frozendict supports it
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-canonicaljson.spec ++++++
--- /var/tmp/diff_new_pack.8FrlTF/_old  2023-02-21 15:37:07.280659160 +0100
+++ /var/tmp/diff_new_pack.8FrlTF/_new  2023-02-21 15:37:07.284659183 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,6 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         github_user matrix-org
 %define         short_name canonicaljson
 Name:           python-%{short_name}%{psuffix}
@@ -80,18 +79,14 @@
 
 %check
 %if %{with test}
-# exclude tests on older SLE+Leap due to
-# ImportError: cannot import name inf
-%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300
 %pyunittest discover -v
 %endif
-%endif
 
 %if !%{with test}
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/%{short_name}/
+%{python_sitelib}/%{short_name}
 %{python_sitelib}/%{short_name}-%{version}*-info
 %endif
 

Reply via email to