218 Commits

Author SHA256 Message Date
Ana Guerrero
3d7c13b578 Accepting request 1164093 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1164093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=126
2024-04-03 15:18:42 +00:00
1dfe7b31d1 Accepting request 1163337 from home:Vogtinator:boo1221902
- Add patch to fix detection of some features:
  * 0001-feature-module-Fix-handling-of-multiple-conflicts-pe.patch
- Add patch to fix test failure on some platforms (boo#1221902):
  * 0001-BUG-Fix-test_impossible_feature_enable-failing-witho.patch

OBS-URL: https://build.opensuse.org/request/show/1163337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=153
2024-04-02 12:06:20 +00:00
c7c3450678 Accepting request 1161367 from home:dgarcia:branches:devel:languages:python:numeric
- Add vxe flag to constraint for s390x, bsc#1221902

OBS-URL: https://build.opensuse.org/request/show/1161367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=152
2024-03-25 15:25:30 +00:00
Ana Guerrero
211584182a Accepting request 1139193 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1139193
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=125
2024-01-17 21:14:47 +00:00
6dc21206c3 Accepting request 1139053 from home:Andreas_Schwab:Factory
- Update list of expected test failures on riscv64

OBS-URL: https://build.opensuse.org/request/show/1139053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=150
2024-01-16 15:01:46 +00:00
e149f0cb5b Accepting request 1138114 from home:Simmphonie:branches:devel:languages:python:numeric
- Fix gnu-hpc build error for Leap

OBS-URL: https://build.opensuse.org/request/show/1138114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=149
2024-01-15 13:46:02 +00:00
2698ad8c6b Accepting request 1136755 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1136755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=124
2024-01-05 21:59:53 +00:00
a6763b3e9b Accepting request 1135309 from home:ecsos:python
- Fix build error for Leap. Need gcc >= 8.5

OBS-URL: https://build.opensuse.org/request/show/1135309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=147
2024-01-04 09:47:47 +00:00
Ana Guerrero
6b81c58c75 Accepting request 1132800 from devel:languages:python:numeric
- Do not attempt to ship numpy.distutils C code in the Python 3.12 -devel
  package, it is not installed.

OBS-URL: https://build.opensuse.org/request/show/1132800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=123
2023-12-14 21:02:25 +00:00
Steve Kowalik
7fcebde335 - Do not attempt to ship numpy.distutils C code in the Python 3.12 -devel
package, it is not installed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=145
2023-12-13 06:54:44 +00:00
Ana Guerrero
56fa262a6d Accepting request 1127600 from devel:languages:python:numeric
- Update to 1.26.2:
  * TYP: Trim down the ``_NestedSequence.__getitem__`` signature
  * BUG: fix choose refcount leak
  * TST: fix running the test suite in builds without BLAS/LAPACK
  * BUG: random: Fix generation of nan by dirichlet.
  * TST: fix distutils tests for deprecations in recent setuptools...
  * MAINT: Remove versioneer
  * MAINT: Pin upper version of sphinx.
  * ENH: Add prefix to _ALIGN Macro
  * BUG: cleanup warnings [skip azp][skip circle][skip travis][skip...
  * BUG: ``asv dev`` has been removed, use ``asv run``.
  * BUG: Fix meson build failure due to unchanged inplace auto-generated...
  * BUG: fix issue with git-version script, needs a shebang to run
  * BUG: Use a default assignment for git_hash [skip ci]
  * BUG: fix NPY_cast_info error handling in choose
  * BUG: Fix common block handling in f2py
  * BUG: Fix assumed length f2py regression
  * MAINT: Harmonize fortranobject
  * TYP: add kind argument to numpy.isin type specification
  * BUG: fix comparisons between masked and unmasked structured arrays
  * ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including...
  * TYP: Add the missing ``casting`` keyword to ``np.clip``
  * TST: convert cython test from setup.py to meson
  * MAINT: Fixup ``fromnumeric.pyi``
  * BUG, ENH: Fix ``iso_c_binding`` type maps
  * TYP: Allow ``binary_repr`` to accept any object
  * TYP: Explicitly declare ``dtype`` and ``generic`` hashable
  * ENH: Refactor the typing "reveal" tests using `typing.assert_type`
  * ENH: ``meson`` backend for ``f2py``
  * MAINT: Refactor partial load Workaround for Clang

OBS-URL: https://build.opensuse.org/request/show/1127600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=122
2023-11-22 17:54:02 +00:00
Steve Kowalik
58f55e2775 - Update to 1.26.2:
* TYP: Trim down the ``_NestedSequence.__getitem__`` signature
  * BUG: fix choose refcount leak
  * TST: fix running the test suite in builds without BLAS/LAPACK
  * BUG: random: Fix generation of nan by dirichlet.
  * TST: fix distutils tests for deprecations in recent setuptools...
  * MAINT: Remove versioneer
  * MAINT: Pin upper version of sphinx.
  * ENH: Add prefix to _ALIGN Macro
  * BUG: cleanup warnings [skip azp][skip circle][skip travis][skip...
  * BUG: ``asv dev`` has been removed, use ``asv run``.
  * BUG: Fix meson build failure due to unchanged inplace auto-generated...
  * BUG: fix issue with git-version script, needs a shebang to run
  * BUG: Use a default assignment for git_hash [skip ci]
  * BUG: fix NPY_cast_info error handling in choose
  * BUG: Fix common block handling in f2py
  * BUG: Fix assumed length f2py regression
  * MAINT: Harmonize fortranobject
  * TYP: add kind argument to numpy.isin type specification
  * BUG: fix comparisons between masked and unmasked structured arrays
  * ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including...
  * TYP: Add the missing ``casting`` keyword to ``np.clip``
  * TST: convert cython test from setup.py to meson
  * MAINT: Fixup ``fromnumeric.pyi``
  * BUG, ENH: Fix ``iso_c_binding`` type maps
  * TYP: Allow ``binary_repr`` to accept any object
  * TYP: Explicitly declare ``dtype`` and ``generic`` hashable
  * ENH: Refactor the typing "reveal" tests using `typing.assert_type`
  * ENH: ``meson`` backend for ``f2py``
  * MAINT: Refactor partial load Workaround for Clang

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=143
2023-11-20 05:10:29 +00:00
Ana Guerrero
adfbe5f872 Accepting request 1112791 from devel:languages:python:numeric
f2py using update-alternatives (catched by openQA, bsc#1166678, boo#1176832).

OBS-URL: https://build.opensuse.org/request/show/1112791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=121
2023-09-21 20:20:26 +00:00
c5479985d3 f2py using update-alternatives (catched by openQA, bsc#1166678, boo#1176832).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=141
2023-09-21 10:54:16 +00:00
Ana Guerrero
8307078259 Accepting request 1110295 from devel:languages:python:numeric
- limit to Cython < 3
  * Change to a non-deprecated function from hypothesis.
  * Ignore DeprecationWarning from pkg_resources.
- changes from version 1.22.2 (CVE-2021-41495, bsc#1193911):
  * Support Python >= 3.9.8 changes.
- update to 1.21.0 (bsc#1193913, CVE-2021-33430, bsc#1193907,
  CVE-2021-41496):
  * BUG: Fix failing mypy test in 1.20.x.
  * BUG: Fix small issues found with pytest-leaks
  * Annotations for NumPy functions. This work is ongoing and
  * Wider use of SIMD to increase execution speed of ufuncs. Much
    work has been done in introducing universal functions that
    will ease use of modern features across different hardware
  * Preliminary work in changing the dtype and casting
    implementations in order to provide an easier path to
    extending dtypes. This work is ongoing but enough has been
  * Extensive documentation improvements comprising some 185 PR
    merges. This work is ongoing and part of the larger project to
  * Further cleanups related to removing Python 2.7. This improves
- Fix hpc for multiflavors (needs gh#openSUSE/hpc#3)
- update to version 1.17.3 (bsc#1149203, jsc#SLE-8532):
    when either ``stable`` or ``mergesort`` is passed as the method.
- Update to version 1.16.1 (jsc#SLE-8532, bsc#1149203):
  * This Fixes CVE-2019-6446 and obsoletes
  * CVE-2019-6446_numpy_load.patch in older dists (bsc#1122208)
- add s390 to the ifarch conditional to build without openblas
  Numpy assumes either libblas.so or libcblas.so to contain all CBLAS
  and BLAS functions. However the cblas-devel in Leap and Tumbleweed
  * gh-5231: fix build in c99 mode
  * Numerous performance improvements in various areas, most

OBS-URL: https://build.opensuse.org/request/show/1110295
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=120
2023-09-11 19:20:34 +00:00
a4d2c5710d - limit to Cython < 3
* Change to a non-deprecated function from hypothesis.
  * Ignore DeprecationWarning from pkg_resources.
- changes from version 1.22.2 (CVE-2021-41495, bsc#1193911):
  * Support Python >= 3.9.8 changes.
- update to 1.21.0 (bsc#1193913, CVE-2021-33430, bsc#1193907,
  CVE-2021-41496):
  * BUG: Fix failing mypy test in 1.20.x.
  * BUG: Fix small issues found with pytest-leaks
  * Annotations for NumPy functions. This work is ongoing and
  * Wider use of SIMD to increase execution speed of ufuncs. Much
    work has been done in introducing universal functions that
    will ease use of modern features across different hardware
  * Preliminary work in changing the dtype and casting
    implementations in order to provide an easier path to
    extending dtypes. This work is ongoing but enough has been
  * Extensive documentation improvements comprising some 185 PR
    merges. This work is ongoing and part of the larger project to
  * Further cleanups related to removing Python 2.7. This improves
- Fix hpc for multiflavors (needs gh#openSUSE/hpc#3)
- update to version 1.17.3 (bsc#1149203, jsc#SLE-8532):
    when either ``stable`` or ``mergesort`` is passed as the method.
- Update to version 1.16.1 (jsc#SLE-8532, bsc#1149203):
  * This Fixes CVE-2019-6446 and obsoletes
  * CVE-2019-6446_numpy_load.patch in older dists (bsc#1122208)
- add s390 to the ifarch conditional to build without openblas
  Numpy assumes either libblas.so or libcblas.so to contain all CBLAS
  and BLAS functions. However the cblas-devel in Leap and Tumbleweed
  * gh-5231: fix build in c99 mode
  * Numerous performance improvements in various areas, most

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=139
2023-09-11 12:24:55 +00:00
Ana Guerrero
0dffee2e95 Accepting request 1104294 from devel:languages:python:numeric
- Use %pyproject_wheel and %pyproject_install macros
- Disable broken tests in armv7l (bsc#1212710)
- limit to Cython < 3 
- update to 1.25.2:
  * Upgrade various build dependencies.
  * use ``-ftrapping-math`` with Clang on macOS
  * properly handle negative indexes in ufunc_at fast path
  * PyObject_IsTrue and PyObject_Not error handling in setflags
  * histogram small range robust
  * Update meson.build files from main branch
  * exclude min, max and round from ``np.__all__``
  * Dependabot updates
  * Fix the signature for np.array_api.take
  * update OpenBLAS to an intermeidate commit
  * Fix reference count leak in str(scalar).
  * fix invalid function pointer conversion error
  * Factor out slow ``getenv`` call used for memory policy warning
  * correct URL in cirrus.star [skip cirrus]
  * Fix C types in scalartypes
  * do not modify the input to ufunc_at
  * Further fixes to indexing loop and added tests
- Update to 1.25.1:
  * NumPy 1.25.1 is a maintenance release that fixes bugs and regressions
    discovered after the 1.25.0 release. The Python versions supported by
    this release are 3.9-3.11.
  * #23968: MAINT: prepare 1.25.x for further development
  * #24036: BLD: Port long double identification to C for meson
  * #24037: BUG: Fix reduction return NULL to be goto fail
  * #24038: BUG: Avoid undefined behavior in array.astype()
  * #24039: BUG: Ensure __array_ufunc__ works without any kwargs passed
  * #24117: MAINT: Pin urllib3 to avoid anaconda-client bug.
  * #24118: TST: Pin pydantic<2 in Pyodide workflow
  * #24119: MAINT: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1
  * #24120: MAINT: Bump actions/checkout from 3.5.2 to 3.5.3
  * #24122: BUG: Multiply or Divides using SIMD without a full vector can...
  * #24127: MAINT: testing for IS_MUSL closes #24074
  * #24128: BUG: Only replace dtype temporarily if dimensions changed
  * #24129: MAINT: Bump actions/setup-node from 3.6.0 to 3.7.0
  * #24134: BUG: Fix private procedures in f2py modules
- Skipped 1.25.0:
  * The NumPy 1.25.0 release continues the ongoing work to improve the
    handling and promotion of dtypes, increase the execution speed, and
    clarify the documentation. There has also been work to prepare for the
    future NumPy 2.0.0 release, resulting in a large number of new and
    expired deprecation. Highlights are:
    - Support for MUSL, there are now MUSL wheels.
    - Support the Fujitsu C/C++ compiler.
    - Object arrays are now supported in einsum
    - Support for inplace matrix multiplication (@=).
  * Full changelog: https://github.com/numpy/numpy/releases/tag/v1.25.0
The Python versions supported in this release are 3.9-3.11.
- Remove upstream patch:
  * remove-deprecated-hypothesis-funcs.patch

OBS-URL: https://build.opensuse.org/request/show/1104294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=119
2023-08-18 17:27:35 +00:00
10d8d19460 Accepting request 1104160 from home:dgarcia:branches:devel:languages:python:numeric
- Use %pyproject_wheel and %pyproject_install macros
- Disable broken tests in armv7l (bsc#1212710)

OBS-URL: https://build.opensuse.org/request/show/1104160
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=137
2023-08-17 06:05:47 +00:00
bada428c78 - update to 1.25.2:
* Upgrade various build dependencies.
  * use ``-ftrapping-math`` with Clang on macOS
  * properly handle negative indexes in ufunc_at fast path
  * PyObject_IsTrue and PyObject_Not error handling in setflags
  * histogram small range robust
  * Update meson.build files from main branch
  * exclude min, max and round from ``np.__all__``
  * Dependabot updates
  * Fix the signature for np.array_api.take
  * update OpenBLAS to an intermeidate commit
  * Fix reference count leak in str(scalar).
  * fix invalid function pointer conversion error
  * Factor out slow ``getenv`` call used for memory policy warning
  * correct URL in cirrus.star [skip cirrus]
  * Fix C types in scalartypes
  * do not modify the input to ufunc_at
  * Further fixes to indexing loop and added tests

- Update to 1.25.1:
  * NumPy 1.25.1 is a maintenance release that fixes bugs and regressions
    discovered after the 1.25.0 release. The Python versions supported by
    this release are 3.9-3.11.
  * #23968: MAINT: prepare 1.25.x for further development
  * #24036: BLD: Port long double identification to C for meson
  * #24037: BUG: Fix reduction return NULL to be goto fail
  * #24038: BUG: Avoid undefined behavior in array.astype()
  * #24039: BUG: Ensure __array_ufunc__ works without any kwargs passed
  * #24117: MAINT: Pin urllib3 to avoid anaconda-client bug.
  * #24118: TST: Pin pydantic<2 in Pyodide workflow

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=136
2023-08-14 11:44:27 +00:00
d68d7a5cc8 - limit to Cython < 3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=135
2023-08-14 11:41:41 +00:00
a2a44450e8 osc copypac from project:openSUSE:Factory package:python-numpy revision:118, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=134
2023-08-14 11:41:11 +00:00
d3624c65a5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=133 2023-08-14 09:26:27 +00:00
9f3c5f50bd - update to 1.25.2:
* Upgrade various build dependencies.
  * use ``-ftrapping-math`` with Clang on macOS
  * properly handle negative indexes in ufunc_at fast path
  * PyObject_IsTrue and PyObject_Not error handling in setflags
  * histogram small range robust
  * Update meson.build files from main branch
  * exclude min, max and round from ``np.__all__``
  * Dependabot updates
  * Fix the signature for np.array_api.take
  * update OpenBLAS to an intermeidate commit
  * Fix reference count leak in str(scalar).
  * fix invalid function pointer conversion error
  * Factor out slow ``getenv`` call used for memory policy warning
  * correct URL in cirrus.star [skip cirrus]
  * Fix C types in scalartypes
  * do not modify the input to ufunc_at
  * Further fixes to indexing loop and added tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=132
2023-08-14 09:26:08 +00:00
9d67365ab9 Accepting request 1099876 from home:Guillaume_G:branches:devel:languages:python:numeric
- Update to 1.25.1:
  * NumPy 1.25.1 is a maintenance release that fixes bugs and regressions
    discovered after the 1.25.0 release. The Python versions supported by
    this release are 3.9-3.11.
  * #23968: MAINT: prepare 1.25.x for further development
  * #24036: BLD: Port long double identification to C for meson
  * #24037: BUG: Fix reduction return NULL to be goto fail
  * #24038: BUG: Avoid undefined behavior in array.astype()
  * #24039: BUG: Ensure __array_ufunc__ works without any kwargs passed
  * #24117: MAINT: Pin urllib3 to avoid anaconda-client bug.
  * #24118: TST: Pin pydantic<2 in Pyodide workflow
  * #24119: MAINT: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1
  * #24120: MAINT: Bump actions/checkout from 3.5.2 to 3.5.3
  * #24122: BUG: Multiply or Divides using SIMD without a full vector can...
  * #24127: MAINT: testing for IS_MUSL closes #24074
  * #24128: BUG: Only replace dtype temporarily if dimensions changed
  * #24129: MAINT: Bump actions/setup-node from 3.6.0 to 3.7.0
  * #24134: BUG: Fix private procedures in f2py modules
- Skipped 1.25.0:
  * The NumPy 1.25.0 release continues the ongoing work to improve the
    handling and promotion of dtypes, increase the execution speed, and
    clarify the documentation. There has also been work to prepare for the
    future NumPy 2.0.0 release, resulting in a large number of new and
    expired deprecation. Highlights are:
    - Support for MUSL, there are now MUSL wheels.
    - Support the Fujitsu C/C++ compiler.
    - Object arrays are now supported in einsum
    - Support for inplace matrix multiplication (@=).
  * Full changelog: https://github.com/numpy/numpy/releases/tag/v1.25.0
The Python versions supported in this release are 3.9-3.11.
- Remove upstream patch:
  * remove-deprecated-hypothesis-funcs.patch

OBS-URL: https://build.opensuse.org/request/show/1099876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=131
2023-07-21 10:31:40 +00:00
92b96662f9 Accepting request 1095237 from devel:languages:python:numeric
Forwarded request #1094889 from StefanBruens

- Adapt test exceptions for PPC64 etc., TestFReturnCharacter
    instead of TestF77ReturnCharacter, TestF90ReturnCharacter

OBS-URL: https://build.opensuse.org/request/show/1095237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=118
2023-06-26 16:15:32 +00:00
667e485e2a Accepting request 1094889 from home:StefanBruens:branches:devel:languages:python:numeric
- Adapt test exceptions for PPC64 etc., TestFReturnCharacter
  instead of TestF77ReturnCharacter, TestF90ReturnCharacter

OBS-URL: https://build.opensuse.org/request/show/1094889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=129
2023-06-25 19:13:44 +00:00
db98fd23f4 Accepting request 1086645 from devel:languages:python:numeric
- Add patch remove-deprecated-hypothesis-funcs.patch:
  * Change to a non-deprecated function from hypothesis.

OBS-URL: https://build.opensuse.org/request/show/1086645
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=117
2023-05-13 15:17:00 +00:00
Steve Kowalik
dd56b17cdb - Add patch remove-deprecated-hypothesis-funcs.patch:
* Change to a non-deprecated function from hypothesis.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=127
2023-05-12 04:23:42 +00:00
0cd1b24682 Accepting request 1083120 from devel:languages:python:numeric
- add sle15_python_module_pythons (jsc#PED-68)

OBS-URL: https://build.opensuse.org/request/show/1083120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=116
2023-04-28 14:22:17 +00:00
714eeea639 - add sle15_python_module_pythons (jsc#PED-68)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=125
2023-04-26 20:47:51 +00:00
a52f28a9f9 Accepting request 1074078 from devel:languages:python:numeric
- Add patch ignore-pkg_resources-deprecation.patch:
  * Ignore DeprecationWarning from pkg_resources. 

- update to 1.24.2:
  just bugfixes, see
  https://github.com/numpy/numpy/releases/tag/v1.24.2
  for details

OBS-URL: https://build.opensuse.org/request/show/1074078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=115
2023-03-31 19:14:05 +00:00
Steve Kowalik
86e04028f8 - Add patch ignore-pkg_resources-deprecation.patch:
* Ignore DeprecationWarning from pkg_resources.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=123
2023-03-24 07:03:33 +00:00
2c1a78827f - update to 1.24.2:
just bugfixes, see
  https://github.com/numpy/numpy/releases/tag/v1.24.2
  for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=122
2023-03-22 13:08:53 +00:00
527bf65fb5 Accepting request 1070707 from devel:languages:python:numeric
- Skip test_ppc64_ibm_double_double128 test on ppc64*
  architectures (gh#numpy/numpy#21094, bsc#1208865).

OBS-URL: https://build.opensuse.org/request/show/1070707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=114
2023-03-11 17:23:39 +00:00
7696892d20 architectures (gh#numpy/numpy#21094, bsc#1208865).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=120
2023-03-10 08:51:54 +00:00
c46939bf86 - Skip test_ppc64_ibm_double_double128 test on ppc64*
architectures (gh#numpy/numpy#21094).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=119
2023-03-10 08:51:25 +00:00
c793af4453 Accepting request 1062552 from devel:languages:python:numeric
- build-conditionalize cblas dependency, it is missing on SLE <= 15
  related to bsc#1177260 not being fixable for SLE15 (jsc#PED-3257)

OBS-URL: https://build.opensuse.org/request/show/1062552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=113
2023-02-03 21:04:37 +00:00
c07dd1f804 related to bsc#1177260 not being fixable for SLE15 (jsc#PED-3257)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=117
2023-02-01 21:58:36 +00:00
6e247645cd - build-conditionalize cblas dependency, it is missing on SLE <= 15
related to bsc#1177260 not being fixable for SLE15

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=116
2023-02-01 21:53:48 +00:00
409adf5858 Accepting request 1060374 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1060374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=112
2023-01-24 18:42:13 +00:00
3f91cc86e3 Accepting request 1060300 from home:bnavigator:branches:devel:languages:python:numeric
- Slightly reformat the specfile condition blocks: The
  %python_subpackages generator misses " %if" lines with a
  preceding whitespace. Relevant for d:l:p:backports not having
  libalternatives.

OBS-URL: https://build.opensuse.org/request/show/1060300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=114
2023-01-23 10:00:01 +00:00
eefc1342c8 Accepting request 1046448 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1046448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=111
2023-01-06 16:04:43 +00:00
9de1686f54 Accepting request 1046307 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 1.24.1
  * NumPy 1.24.1 is a maintenance release that fixes bugs and
    regressions discovered after the 1.24.0 release. The Python
    versions supported by this release are 3.8-3.11.
  * #22820: BLD: add workaround in setup.py for newer setuptools
  * #22830: BLD: CIRRUS_TAG redux
  * #22831: DOC: fix a couple typos in 1.23 notes
  * #22832: BUG: Fix refcounting errors found using pytest-leaks
  * #22834: BUG, SIMD: Fix invalid value encountered in several
    ufuncs
  * #22837: TST: ignore more np.distutils.log imports
  * #22839: BUG: Do not use getdata() in np.ma.masked_invalid
  * #22847: BUG: Ensure correct behavior for rows ending in
    delimiter in...
  * #22848: BUG, SIMD: Fix the bitmask of the boolean comparison
  * #22857: BLD: Help raspian arm + clang 13 about
    __builtin_mul_overflow
  * #22858: API: Ensure a full mask is returned for masked_invalid
  * #22866: BUG: Polynomials now copy properly (#22669)
  * #22867: BUG, SIMD: Fix memory overlap in ufunc comparison loops
  * #22868: BUG: Fortify string casts against floating point
    warnings
  * #22875: TST: Ignore nan-warnings in randomized out tests
  * #22883: MAINT: restore npymath implementations needed for
    freebsd
  * #22884: BUG: Fix integer overflow in in1d for mixed integer
    dtypes #22877
  * #22887: BUG: Use whole file for encoding checks with
    charset_normalizer.
- Drop numpy-distutils-ignore.patch fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1046307
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=112
2023-01-03 09:23:16 +00:00
02883a96ec Accepting request 1043806 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 1.24.0
  * The NumPy 1.24.0 release continues the ongoing work to improve
    the handling and promotion of dtypes, increase the execution
    speed, and clarify the documentation. There are also a large
    number of new and expired deprecations due to changes in
    promotion and cleanups. This might be called a deprecation
    release. Highlights are:
    - Many new deprecations, check them out.
    - Many expired deprecations,
    - New F2PY features and fixes.
    - New “dtype” and “casting” keywords for stacking functions.
  * For a detailed description see
    https://numpy.org/doc/stable/release/1.24.0-notes.html
- Add numpy-distutils-ignore.patch gh#numpy/numpy#22828
- Fix running the tests: Actually fail on errors
- Support builds without any primary python3 package (:backports)

OBS-URL: https://build.opensuse.org/request/show/1043806
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=111
2022-12-20 06:18:27 +00:00
87dc00ef25 Accepting request 1030235 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/1030235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=110
2022-10-31 09:44:18 +00:00
812da66f8e Accepting request 1030219 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 1.23.4
  * NumPy 1.23.4 is a maintenance release that fixes bugs
    discovered after the 1.23.3 release and keeps the build
    infrastructure current. The main improvements are fixes for
    some annotation corner cases, a fix for a long time
    nested_iters memory leak, and a fix of complex vector dot for
    very large arrays. The Python versions supported for this
    release are 3.8-3.11.

OBS-URL: https://build.opensuse.org/request/show/1030219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=109
2022-10-20 18:06:15 +00:00
d95e460342 Accepting request 1009728 from home:bnavigator:branches:devel:languages:python:numeric
- Revert some spec-cleaner "Verschlimmbesserungen"
- Remove old unused directives for Python <=3.6 from specfile

OBS-URL: https://build.opensuse.org/request/show/1009728
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=108
2022-10-11 23:41:41 +00:00
4b830e648f Accepting request 1009180 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/1009180
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=107
2022-10-10 07:22:04 +00:00
db074a0111 Accepting request 979707 from devel:languages:python:numeric
- update to 1.21.6:
  * Do not forward `__(deep)copy__` calls of `_GenericAlias`...
  * Fix float16 einsum fastpaths using wrong tempvar
  * Print os error message when the executable not exist
  * Force ``npymath` ` to respect ``npy_longdouble``
  * Fix failure to create aligned, empty structured dtype
  * provide a convenience function to replace npy_load_module
  * update wheel to version that supports python3.10
  * Clear errors correctly in F2PY conversions
  * add a warningfilter to fix pytest workflow.
  * Help boost::python libraries at least not crash
- drop bpo-45167-fixes.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/979707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=109
2022-05-30 10:42:07 +00:00
46d5a03e25 - update to 1.21.6:
* Do not forward `__(deep)copy__` calls of `_GenericAlias`...
  * Fix float16 einsum fastpaths using wrong tempvar
  * Print os error message when the executable not exist
  * Force ``npymath` ` to respect ``npy_longdouble``
  * Fix failure to create aligned, empty structured dtype
  * provide a convenience function to replace npy_load_module
  * update wheel to version that supports python3.10
  * Clear errors correctly in F2PY conversions
  * add a warningfilter to fix pytest workflow.
  * Help boost::python libraries at least not crash
- drop bpo-45167-fixes.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=105
2022-05-29 18:35:40 +00:00