Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-MarkupSafe for 
openSUSE:Factory checked in at 2022-06-28 15:21:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-MarkupSafe (Old)
 and      /work/SRC/openSUSE:Factory/.python-MarkupSafe.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-MarkupSafe"

Tue Jun 28 15:21:16 2022 rev:25 rq:985243 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-MarkupSafe/python-MarkupSafe.changes      
2022-06-13 13:01:56.341067448 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-MarkupSafe.new.1548/python-MarkupSafe.changes
    2022-06-28 15:21:19.533848638 +0200
@@ -1,0 +2,7 @@
+Fri Jun 24 02:55:18 UTC 2022 - Manuel Jacob <[email protected]>
+
+- Patch PKG-INFO to avoid pip failing on Python 3.6 with 
+  `ERROR: Package 'MarkupSafe' requires a different Python:
+   3.6.15 not in '>=3.7'`.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-MarkupSafe.spec ++++++
--- /var/tmp/diff_new_pack.LN2qVr/_old  2022-06-28 15:21:20.509850094 +0200
+++ /var/tmp/diff_new_pack.LN2qVr/_new  2022-06-28 15:21:20.517850107 +0200
@@ -57,6 +57,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 %python_expand rm %{buildroot}%{$python_sitearch}/markupsafe/_speedups.c
+# Upstream changed the Python package metadata to require Python 3.7, but the 
tests pass on Python 3.6.
+%if %python_version_nodots == 36
+%python_expand sed 's/Requires-Python: >=3.7/Requires-Python: >=3.6/' -i 
%{buildroot}%{python_sitearch}/MarkupSafe-%{version}-py3.6.egg-info/PKG-INFO
+%endif
 
 %if %{with test}
 %check

Reply via email to