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 2022-05-12 22:59:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-canonicaljson (Old)
and /work/SRC/openSUSE:Factory/.python-canonicaljson.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-canonicaljson"
Thu May 12 22:59:34 2022 rev:10 rq:976275 version:1.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-canonicaljson/python-canonicaljson.changes
2022-01-15 00:40:10.361556998 +0100
+++
/work/SRC/openSUSE:Factory/.python-canonicaljson.new.1538/python-canonicaljson.changes
2022-05-12 23:00:04.916774374 +0200
@@ -1,0 +2,7 @@
+Wed May 11 10:04:02 UTC 2022 - Matej Cepl <[email protected]>
+
+- Bump required version of frozendict to work with Python 3.10
+ (gh#matrix-org/python-canonicaljson#45).
+- Clean up SPEC.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-canonicaljson.spec ++++++
--- /var/tmp/diff_new_pack.pQ5WNM/_old 2022-05-12 23:00:05.484775137 +0200
+++ /var/tmp/diff_new_pack.pQ5WNM/_new 2022-05-12 23:00:05.488775142 +0200
@@ -35,7 +35,7 @@
Group: Development/Languages/Python
URL: https://github.com/matrix-org/python-canonicaljson
Source:
https://github.com/matrix-org/python-canonicaljson/archive/v%{version}.tar.gz
-BuildRequires: %{python_module frozendict >= 1.0}
+BuildRequires: %{python_module frozendict >= 2.1.3}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module simplejson >= 3.14.0}
BuildRequires: fdupes
@@ -78,7 +78,7 @@
# 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
+%pyunittest discover -v
%endif
%endif
@@ -86,7 +86,9 @@
%files %{python_files}
%license LICENSE
%doc README.rst
-%{python_sitelib}/*
+%pycache_only %{python_sitelib}/__pycache__/%{short_name}*.pyc
+%{python_sitelib}/%{short_name}.py
+%{python_sitelib}/%{short_name}-%{version}*-info
%endif
%changelog