diff --git a/numpy-2.1.2.tar.gz b/numpy-2.1.2.tar.gz deleted file mode 100644 index 893b9a9..0000000 --- a/numpy-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13532a088217fa624c99b843eeb54640de23b3414b14aa66d023805eb731066c -size 18878063 diff --git a/numpy-2.1.3.tar.gz b/numpy-2.1.3.tar.gz new file mode 100644 index 0000000..7586d26 --- /dev/null +++ b/numpy-2.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa08e04e08aaf974d4458def539dece0d28146d866a39da5639596f4921fd761 +size 20166090 diff --git a/python-numpy.changes b/python-numpy.changes index 5fbaa77..dbf4194 100644 --- a/python-numpy.changes +++ b/python-numpy.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Nov 5 01:59:21 UTC 2024 - Richard Rahl + +- update to 2.1.3: + * #27512: MAINT: prepare 2.1.x for further development + * #27537: MAINT: Bump actions/cache from 4.0.2 to 4.1.1 + * #27538: MAINT: Bump pypa/cibuildwheel from 2.21.2 to 2.21.3 + * #27539: MAINT: MSVC does not support #warning directive + * #27543: BUG: Fix user dtype can-cast with python scalar during promotion + * #27561: DEV: bump python to 3.12 in environment.yml + * #27562: BLD: update vendored Meson to 1.5.2 + * #27563: BUG: weighted quantile for some zero weights (#27549) + * #27565: MAINT: Use miniforge for macos conda test. + * #27566: BUILD: satisfy gcc-13 pendantic errors + * #27569: BUG: handle possible error for PyTraceMallocTrack + * #27570: BLD: start building Windows free-threaded wheels [wheel build] + * #27571: BUILD: vendor tempita from Cython + * #27574: BUG: Fix warning "differs in levels of indirection" in npy_atomic.h... + * #27592: MAINT: Update Highway to latest + * #27593: BUG: Adjust numpy.i for SWIG 4.3 compatibility + * #27616: BUG: Fix Linux QEMU CI workflow + * #27668: BLD: Do not set __STDC_VERSION__ to zero during build + * #27669: ENH: fix wasm32 runtime type error in numpy._core + * #27672: BUG: Fix a reference count leak in npy_find_descr_for_scalar. + * #27673: BUG: fixes for StringDType/unicode promoters + ------------------------------------------------------------------- Wed Oct 30 07:43:06 UTC 2024 - Guillaume GARDET diff --git a/python-numpy.spec b/python-numpy.spec index 9117205..59d4e16 100644 --- a/python-numpy.spec +++ b/python-numpy.spec @@ -17,8 +17,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define ver 2.1.2 -%define _ver 2_1_2 +%define ver 2.1.3 +%define _ver 2_1_3 %define pname python-numpy %define plainpython python %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_')