Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2023-12-14 22:02:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Thu Dec 14 22:02:25 2023 rev:123 rq:1132800 version:1.26.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2023-11-22 18:54:07.346505574 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new.25432/python-numpy.changes     
2023-12-14 22:02:26.902569361 +0100
@@ -1,0 +2,6 @@
+Wed Dec 13 06:53:32 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Do not attempt to ship numpy.distutils C code in the Python 3.12 -devel
+  package, it is not installed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.g4OPU1/_old  2023-12-14 22:02:27.686597640 +0100
+++ /var/tmp/diff_new_pack.g4OPU1/_new  2023-12-14 22:02:27.690597784 +0100
@@ -408,8 +408,10 @@
 %license LICENSE.txt
 %if %{without hpc}
 %{python_sitearch}/numpy/core/include/
+%if 0%{python_version_nodots} < 312
 %{python_sitearch}/numpy/distutils/mingw/*.c
 %{python_sitearch}/numpy/distutils/checks/*.c
+%endif
 %{python_sitearch}/numpy/f2py/src/
 %{python_sitearch}/numpy/core/lib/libnpymath.a
 %{python_sitearch}/numpy/random/lib/libnpyrandom.a
@@ -417,8 +419,10 @@
 %{p_python_sitearch}/numpy/core/include/
 %{p_python_sitearch}/numpy/core/lib/libnpymath.a
 %{p_python_sitearch}/numpy/random/lib/libnpyrandom.a
+%if 0%{python_version_nodots} < 312
 %{p_python_sitearch}/numpy/distutils/mingw/*.c
 %{p_python_sitearch}/numpy/distutils/checks/*.c
+%endif
 %{p_python_sitearch}/numpy/f2py/src/
 %endif
 

Reply via email to