From e6890e5b9b4851f3ba18fbfddb6b0a7050dab3ab97aafbf369dfb374dccefec3 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 23 Oct 2024 03:03:14 +0000 Subject: [PATCH] Accepting request 1217132 from home:rrahl0 - update to 2.1.2 * #27333: MAINT: prepare 2.1.x for further development * #27400: BUG: apply critical sections around populating the dispatch cache * #27406: BUG: Stub out get_build_msvc_version if distutils.msvccompiler... * #27416: BUILD: fix missing include for std::ptrdiff_t for C++23 language... * #27433: BLD: pin setuptools to avoid breaking numpy.distutils * #27437: BUG: Allow unsigned shift argument for np.roll * #27439: BUG: Disable SVE VQSort * #27471: BUG: rfftn axis bug * #27479: BUG: Fix extra decref of PyArray_UInt8DType. * #27480: CI: use PyPI not scientific-python-nightly-wheels for CI doc... * #27481: MAINT: Check for SVE support on demand * #27484: BUG: initialize the promotion state to be weak * #27501: MAINT: Bump pypa/cibuildwheel from 2.20.0 to 2.21.2 * #27506: BUG: avoid segfault on bad arguments in ndarray.__array_function__ OBS-URL: https://build.opensuse.org/request/show/1217132 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=168 --- numpy-2.1.1.tar.gz | 3 --- numpy-2.1.2.tar.gz | 3 +++ python-numpy.changes | 19 +++++++++++++++++++ python-numpy.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 numpy-2.1.1.tar.gz create mode 100644 numpy-2.1.2.tar.gz diff --git a/numpy-2.1.1.tar.gz b/numpy-2.1.1.tar.gz deleted file mode 100644 index 0acef0c..0000000 --- a/numpy-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0cf7d55b1051387807405b3898efafa862997b4cba8aa5dbe657be794afeafd -size 18874860 diff --git a/numpy-2.1.2.tar.gz b/numpy-2.1.2.tar.gz new file mode 100644 index 0000000..893b9a9 --- /dev/null +++ b/numpy-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13532a088217fa624c99b843eeb54640de23b3414b14aa66d023805eb731066c +size 18878063 diff --git a/python-numpy.changes b/python-numpy.changes index ae43b07..b31bd1b 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Oct 21 06:52:58 UTC 2024 - Richard Rahl + +- update to 2.1.2 + * #27333: MAINT: prepare 2.1.x for further development + * #27400: BUG: apply critical sections around populating the dispatch cache + * #27406: BUG: Stub out get_build_msvc_version if distutils.msvccompiler... + * #27416: BUILD: fix missing include for std::ptrdiff_t for C++23 language... + * #27433: BLD: pin setuptools to avoid breaking numpy.distutils + * #27437: BUG: Allow unsigned shift argument for np.roll + * #27439: BUG: Disable SVE VQSort + * #27471: BUG: rfftn axis bug + * #27479: BUG: Fix extra decref of PyArray_UInt8DType. + * #27480: CI: use PyPI not scientific-python-nightly-wheels for CI doc... + * #27481: MAINT: Check for SVE support on demand + * #27484: BUG: initialize the promotion state to be weak + * #27501: MAINT: Bump pypa/cibuildwheel from 2.20.0 to 2.21.2 + * #27506: BUG: avoid segfault on bad arguments in ndarray.__array_function__ + ------------------------------------------------------------------- Fri Sep 6 18:35:18 UTC 2024 - Ben Greiner diff --git a/python-numpy.spec b/python-numpy.spec index 2a735cd..6a39d4e 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -17,8 +17,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define ver 2.1.1 -%define _ver 2_1_1 +%define ver 2.1.2 +%define _ver 2_1_2 %define pname python-numpy %define plainpython python %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')