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 2025-01-20 17:14:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-canonicaljson (Old)
and /work/SRC/openSUSE:Factory/.python-canonicaljson.new.5589 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-canonicaljson"
Mon Jan 20 17:14:31 2025 rev:19 rq:1238875 version:2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-canonicaljson/python-canonicaljson.changes
2023-06-11 19:58:30.584328203 +0200
+++
/work/SRC/openSUSE:Factory/.python-canonicaljson.new.5589/python-canonicaljson.changes
2025-01-20 17:15:09.287627613 +0100
@@ -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.R4ffRU/_old 2025-01-20 17:15:09.759647044 +0100
+++ /var/tmp/diff_new_pack.R4ffRU/_new 2025-01-20 17:15:09.763647209 +0100
@@ -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