Accepting request 1307117 from home:mcalabkova:branches:devel:languages:python:numeric

- Update to 2.3.3
  * BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR
  * BLD: allow targeting webassembly without emscripten
  * BUG: Always return a real dtype from linalg.cond
  * BLD: update vendored Meson to 1.8.3
  * TYP: ndarray.fill() takes no keyword arguments
  * BLD: Add missing <unordered_map> include
  * TYP: fix np.bool method declarations
- Drop reproducible.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1307117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=190
This commit is contained in:
2025-09-25 22:08:40 +00:00
committed by Git OBS Bridge
parent b6a67481f5
commit b46ebc3546
5 changed files with 18 additions and 1356 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 25 12:58:04 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 2.3.3
* BUG: Fix test_configtool_pkgconfigdir to resolve PKG_CONFIG_DIR
* BLD: allow targeting webassembly without emscripten
* BUG: Always return a real dtype from linalg.cond
* BLD: update vendored Meson to 1.8.3
* TYP: ndarray.fill() takes no keyword arguments
* BLD: Add missing <unordered_map> include
* TYP: fix np.bool method declarations
- Drop reproducible.patch, merged upstream
-------------------------------------------------------------------
Wed Aug 13 08:24:49 UTC 2025 - Markéta Machová <mmachova@suse.com>