Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jmespath for openSUSE:Factory
checked in at 2023-02-11 21:55:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jmespath (Old)
and /work/SRC/openSUSE:Factory/.python-jmespath.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jmespath"
Sat Feb 11 21:55:54 2023 rev:21 rq:1064187 version:1.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jmespath/python-jmespath.changes
2023-01-24 20:31:58.148259753 +0100
+++
/work/SRC/openSUSE:Factory/.python-jmespath.new.1848/python-jmespath.changes
2023-02-11 21:55:58.295117567 +0100
@@ -1,0 +2,6 @@
+Fri Feb 10 09:10:10 UTC 2023 - Matej Cepl <[email protected]>
+
+- We actually don't need simplejson at all, it is just for 2.6
+ [sic!] compatibility.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jmespath.spec ++++++
--- /var/tmp/diff_new_pack.guz0iq/_old 2023-02-11 21:55:59.487124989 +0100
+++ /var/tmp/diff_new_pack.guz0iq/_new 2023-02-11 21:55:59.491125014 +0100
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
Name: python-jmespath
Version: 1.0.1
Release: 0
@@ -29,11 +28,9 @@
BuildRequires: %{python_module ply >= 3.4}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module simplejson}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-ply >= 3.4
-Requires: python-simplejson
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
@@ -95,7 +92,8 @@
%files %{python_files}
%license LICENSE.txt
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/jmespath
+%{python_sitelib}/jmespath-%{version}*-info
%python_alternative %{_bindir}/jp
%changelog