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 2021-04-29 22:46:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-canonicaljson (Old)
and /work/SRC/openSUSE:Factory/.python-canonicaljson.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-canonicaljson"
Thu Apr 29 22:46:42 2021 rev:8 rq:889399 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-canonicaljson/python-canonicaljson.changes
2020-09-09 18:11:20.987712145 +0200
+++
/work/SRC/openSUSE:Factory/.python-canonicaljson.new.1947/python-canonicaljson.changes
2021-04-29 22:53:21.245904723 +0200
@@ -1,0 +2,5 @@
+Thu Apr 29 11:09:25 UTC 2021 - Oliver Kurz <[email protected]>
+
+- Exclude tests on older SLE+Leap due to "ImportError: cannot import name inf"
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-canonicaljson.spec ++++++
--- /var/tmp/diff_new_pack.MQRi7y/_old 2021-04-29 22:53:21.713902567 +0200
+++ /var/tmp/diff_new_pack.MQRi7y/_new 2021-04-29 22:53:21.717902549 +0200
@@ -75,8 +75,12 @@
%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
%python_exec -m unittest discover
%endif
+%endif
%if !%{with test}
%files %{python_files}