Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyproj for openSUSE:Factory 
checked in at 2023-08-31 13:45:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyproj (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyproj.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyproj"

Thu Aug 31 13:45:35 2023 rev:27 rq:1108057 version:3.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyproj/python-pyproj.changes      
2023-06-13 16:09:59.751057371 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyproj.new.1766/python-pyproj.changes    
2023-08-31 13:51:15.556106792 +0200
@@ -1,0 +2,8 @@
+Tue Aug 29 11:48:28 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Limit to Cython <3 gh#pyproj4/pyproj#1321
+- Use PEP517 macros instead of deprecated setup.py
+- 15.X: give it a chance with the SLE15 python module pythons
+  (would need more dependencies for it to build)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pyproj.spec ++++++
--- /var/tmp/diff_new_pack.T39ltV/_old  2023-08-31 13:51:16.496140392 +0200
+++ /var/tmp/diff_new_pack.T39ltV/_new  2023-08-31 13:51:16.504140677 +0200
@@ -16,10 +16,7 @@
 #
 
 
-%define skip_python2 1
-%define skip_python36 1
-%define skip_python38 1
-%{?!python_module:%define python_module() python3-%{**}}
+%{?sle15_python_module_pythons}
 Name:           python-pyproj
 Version:        3.6.0
 Release:        0
@@ -28,9 +25,11 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/pyproj4/pyproj
 Source:         
https://files.pythonhosted.org/packages/source/p/pyproj/pyproj-%{version}.tar.gz
-BuildRequires:  %{python_module Cython >= 0.28.4}
+BuildRequires:  %{python_module Cython >= 0.28.4 with %python-Cython < 3}
 BuildRequires:  %{python_module devel >= 3.8}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  proj
 BuildRequires:  proj-devel >= 8
@@ -74,10 +73,10 @@
 %autopatch -p1
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/pyproj
 %python_expand rm -rf  %{buildroot}%{$python_sitearch}/test
 %python_expand %fdupes %{buildroot}%{$python_sitearch}

Reply via email to