Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Shapely for 
openSUSE:Leap:16.0 checked in at 2025-05-06 11:08:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-Shapely (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.python-Shapely.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Shapely"

Tue May  6 11:08:13 2025 rev:2 rq:1274678 version:2.0.6

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/python-Shapely/python-Shapely.changes  
2025-03-19 11:55:22.047470726 +0100
+++ 
/work/SRC/openSUSE:Leap:16.0/.python-Shapely.new.30101/python-Shapely.changes   
    2025-05-06 11:09:38.420185448 +0200
@@ -1,0 +2,5 @@
+Thu Nov 21 09:13:30 UTC 2024 - Dirk Müller <[email protected]>
+
+- avoid stale "requires:" requirement on shapely packages
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Shapely.spec ++++++
--- /var/tmp/diff_new_pack.DgK5o5/_old  2025-05-06 11:09:38.716197909 +0200
+++ /var/tmp/diff_new_pack.DgK5o5/_new  2025-05-06 11:09:38.720198077 +0200
@@ -45,8 +45,7 @@
 BuildRequires:  python-rpm-macros
 # Shapely calls the GEOS libs libgeos and libgeos_c via ctypes in python 
scripts, undetected by rpm ld analyzer.
 # (libgeos_c1 is detected due to some Cython optimized lib, but libgeos3 is 
not)
-# use requires_eq in order to be detectable by the python_subpackages rewriter
-%requires_eq    %(rpm -q --requires geos-devel | grep libgeos)
+Requires:       %(rpm -q --requires geos-devel | sed -rne 's/^(libgeos3.* = 
.*)-.*/\1/p')
 Requires:       (python-numpy >= 1.14 with python-numpy < 3)
 Provides:       python-shapely = %{version}-%{release}
 Obsoletes:      python-shapely < %{version}-%{release}

Reply via email to