Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-slycot for openSUSE:Factory 
checked in at 2022-07-11 19:09:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-slycot (Old)
 and      /work/SRC/openSUSE:Factory/.python-slycot.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-slycot"

Mon Jul 11 19:09:28 2022 rev:15 rq:988214 version:0.5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-slycot/python-slycot.changes      
2022-07-10 23:15:30.392965028 +0200
+++ /work/SRC/openSUSE:Factory/.python-slycot.new.1523/python-slycot.changes    
2022-07-11 19:10:58.063745453 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 21:53:40 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Restore finding correctly flavored f2py during build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-slycot.spec ++++++
--- /var/tmp/diff_new_pack.z09vel/_old  2022-07-11 19:10:58.407745951 +0200
+++ /var/tmp/diff_new_pack.z09vel/_new  2022-07-11 19:10:58.411745957 +0200
@@ -57,6 +57,11 @@
 # generic BLAS/LAPACK binaries so that update-alternatives can choose
 # the implementation for runtime.
 export BLA_VENDOR="Generic"
+%{python_expand # give the pep517 build the correct f2py flavor
+mkdir -p build/buildbin
+ln -s %{_bindir}/f2py-%{$python_bin_suffix} build/buildbin/f2py3
+}
+export PATH=$PWD/build/buildbin:$PATH
 %pyproject_wheel
 
 %install

Reply via email to