From 1920952316222c270dbf11986d326a62676dd810bfde75095e53bdfafe12fd8f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 9 Sep 2024 08:31:32 +0000 Subject: [PATCH] Accepting request 1199368 from home:bnavigator:branches:devel:languages:python:numeric - Update to 2.1.1 * #27259: BUG: revert unintended change in the return value of set_printoptions * #27266: BUG: fix reference counting bug in __array_interface__ implementation... * #27267: TST: Add regression test for missing descr in array-interface * #27276: BUG: Fix #27256 and #27257 * #27278: BUG: Fix array_equal for numeric and non-numeric scalar types * #27304: BUG: f2py: better handle filtering of public/private subroutines OBS-URL: https://build.opensuse.org/request/show/1199368 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=166 --- numpy-2.1.0.tar.gz | 3 --- numpy-2.1.1.tar.gz | 3 +++ python-numpy.changes | 16 ++++++++++++++++ python-numpy.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 numpy-2.1.0.tar.gz create mode 100644 numpy-2.1.1.tar.gz diff --git a/numpy-2.1.0.tar.gz b/numpy-2.1.0.tar.gz deleted file mode 100644 index f335402..0000000 --- a/numpy-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dc90da0081f7e1da49ec4e398ede6a8e9cc4f5ebe5f9e06b443ed889ee9aaa2 -size 18868922 diff --git a/numpy-2.1.1.tar.gz b/numpy-2.1.1.tar.gz new file mode 100644 index 0000000..0acef0c --- /dev/null +++ b/numpy-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd +size 18874860 diff --git a/python-numpy.changes b/python-numpy.changes index 2b2ca92..ae43b07 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Sep 6 18:35:18 UTC 2024 - Ben Greiner + +- Update to 2.1.1 + * #27259: BUG: revert unintended change in the return value of + set_printoptions + * #27266: BUG: fix reference counting bug in __array_interface__ + implementation... + * #27267: TST: Add regression test for missing descr in + array-interface + * #27276: BUG: Fix #27256 and #27257 + * #27278: BUG: Fix array_equal for numeric and non-numeric scalar + types + * #27304: BUG: f2py: better handle filtering of public/private + subroutines + ------------------------------------------------------------------- Sat Aug 31 09:36:14 UTC 2024 - Ben Greiner diff --git a/python-numpy.spec b/python-numpy.spec index 8d41565..2a735cd 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -17,8 +17,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define ver 2.1.0 -%define _ver 2_1_0 +%define ver 2.1.1 +%define _ver 2_1_1 %define pname python-numpy %define plainpython python %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')