Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-canonicaljson for
openSUSE:Leap:16.0 checked in at 2025-07-03 13:12:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-canonicaljson (Old)
and /work/SRC/openSUSE:Leap:16.0/.python-canonicaljson.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-canonicaljson"
Thu Jul 3 13:12:04 2025 rev:2 rq:1289628 version:2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/python-canonicaljson/python-canonicaljson.changes
2025-03-19 11:55:24.303566020 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.python-canonicaljson.new.1903/python-canonicaljson.changes
2025-07-03 13:12:19.852178772 +0200
@@ -1,0 +2,5 @@
+Mon Jan 20 05:06:08 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Drop unneeded Requires on six.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-canonicaljson.spec ++++++
--- /var/tmp/diff_new_pack.VRP1YW/_old 2025-07-03 13:12:21.448245016 +0200
+++ /var/tmp/diff_new_pack.VRP1YW/_new 2025-07-03 13:12:21.460245515 +0200
@@ -1,7 +1,7 @@
#
-# spec file
+# spec file for package python-canonicaljson
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,6 @@
Release: 0
Summary: Canonical JSON for Python
License: Apache-2.0
-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 flit-core}
@@ -46,7 +45,6 @@
BuildRequires: python-rpm-macros
Requires: python-frozendict >= 1.0
Requires: python-simplejson >= 3.14.0
-Requires: python-six
Requires: python-typing_extensions
BuildArch: noarch
%if %{with test}
@@ -88,6 +86,6 @@
%license LICENSE
%doc README.rst
%{python_sitelib}/%{short_name}
-%{python_sitelib}/%{short_name}-%{version}*-info
+%{python_sitelib}/%{short_name}-%{version}.dist-info
%endif