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-03-31 21:14:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-numpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-numpy.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-numpy"

Fri Mar 31 21:14:05 2023 rev:115 rq:1074078 version:1.24.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes        
2023-03-11 18:24:30.475026916 +0100
+++ /work/SRC/openSUSE:Factory/.python-numpy.new.31432/python-numpy.changes     
2023-03-31 21:14:10.574083697 +0200
@@ -1,0 +2,14 @@
+Fri Mar 24 07:02:57 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Add patch ignore-pkg_resources-deprecation.patch:
+  * Ignore DeprecationWarning from pkg_resources. 
+
+-------------------------------------------------------------------
+Wed Mar 22 13:08:22 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.24.2:
+  just bugfixes, see
+  https://github.com/numpy/numpy/releases/tag/v1.24.2
+  for details
+
+-------------------------------------------------------------------

Old:
----
  numpy-1.24.1.tar.gz

New:
----
  ignore-pkg_resources-deprecation.patch
  numpy-1.24.2.tar.gz

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

Other differences:
------------------
++++++ python-numpy.spec ++++++
--- /var/tmp/diff_new_pack.Hze8u1/_old  2023-03-31 21:14:11.254086121 +0200
+++ /var/tmp/diff_new_pack.Hze8u1/_new  2023-03-31 21:14:11.262086150 +0200
@@ -17,8 +17,8 @@
 
 
 %global flavor @BUILD_FLAVOR@%{nil}
-%define ver 1.24.1
-%define _ver 1_24_1
+%define ver 1.24.2
+%define _ver 1_24_2
 %define pname python-numpy
 %define plainpython python
 %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')
@@ -85,6 +85,8 @@
 Patch0:         numpy-buildfix.patch
 # PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious 
compiler warnings that cause build failure
 Patch1:         numpy-1.9.0-remove-__declspec.patch
+# PATCH-FIX-OPENSUSE Ignore DeprecationWarnings when importing pkg_resources
+Patch2:         ignore-pkg_resources-deprecation.patch
 BuildRequires:  %{python_module Cython >= 0.29.30}
 BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module devel}

++++++ ignore-pkg_resources-deprecation.patch ++++++
Index: numpy-1.24.2/pytest.ini
===================================================================
--- numpy-1.24.2.orig/pytest.ini
+++ numpy-1.24.2/pytest.ini
@@ -25,5 +25,7 @@ filterwarnings =
 # Ignore DeprecationWarnings from distutils
     ignore::DeprecationWarning:.*distutils
     ignore:\n\n  `numpy.distutils`:DeprecationWarning
+# Ignore DeprecationWarning from pkg_resources
+    ignore:pkg_resources:DeprecationWarning
 # Ignore mypy >= 0.971 DeprecationWarnings
     ignore:path is deprecated\. Use files\(\) instead:DeprecationWarning:mypy

++++++ numpy-1.24.1.tar.gz -> numpy-1.24.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-numpy/numpy-1.24.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-numpy.new.31432/numpy-1.24.2.tar.gz differ: 
char 5, line 1

Reply via email to