Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-numpy for openSUSE:Factory checked in at 2021-09-25 00:35:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-numpy (Old) and /work/SRC/openSUSE:Factory/.python-numpy.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-numpy" Sat Sep 25 00:35:08 2021 rev:103 rq:920616 version:1.21.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes 2021-07-21 19:05:31.835202924 +0200 +++ /work/SRC/openSUSE:Factory/.python-numpy.new.1899/python-numpy.changes 2021-09-25 00:35:38.175144528 +0200 @@ -1,0 +2,54 @@ +Mon Sep 20 16:51:56 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 1.21.2 + * #19497: MAINT: set Python version for 1.21.x to <3.11 + * #19533: BUG: Fix an issue wherein importing numpy.typing could raise + * #19646: MAINT: Update Cython version for Python 3.10. + * #19648: TST: Bump the python 3.10 test version from beta4 to rc1 + * #19651: TST: avoid distutils.sysconfig in runtests.py + * #19652: MAINT: add missing dunder method to nditer type hints + * #19656: BLD, SIMD: Fix testing extra checks when -Werror isn't applicable... + * #19657: BUG: Remove logical object ufuncs with bool output + * #19658: MAINT: Include .coveragerc in source distributions to support... + * #19659: BUG: Fix bad write in masked iterator output copy paths + * #19660: ENH: Add support for windows on arm targets + * #19661: BUG: add base to templated arguments for platlib + * #19662: BUG,DEP: Non-default UFunc signature/dtype usage should be deprecated + * #19666: MAINT: Add Python 3.10 to supported versions. + * #19668: TST,BUG: Sanitize path-separators when running runtest.py + * #19671: BLD: load extra flags when checking for libflame + * #19676: BLD: update circleCI docker image + * #19677: REL: Prepare for 1.21.2 release. +- Release 1.21.1 + * #19311: REV,BUG: Replace NotImplemented with typing.Any + * #19324: MAINT: Fixed the return-dtype of ndarray.real and imag + * #19330: MAINT: Replace "dtype[Any]" with dtype in the definiton of... + * #19342: DOC: Fix some docstrings that crash pdf generation. + * #19343: MAINT: bump scipy-mathjax + * #19347: BUG: Fix arr.flat.index for large arrays and big-endian machines + * #19348: ENH: add numpy.f2py.get_include function + * #19349: BUG: Fix reference count leak in ufunc dtype handling + * #19350: MAINT: Annotate missing attributes of np.number subclasses + * #19351: BUG: Fix cast safety and comparisons for zero sized voids + * #19352: BUG: Correct Cython declaration in random + * #19353: BUG: protect against accessing base attribute of a NULL subarray + * #19365: BUG, SIMD: Fix detecting AVX512 features on Darwin + * #19366: MAINT: remove print()'s in distutils template handling + * #19390: ENH: SIMD architectures to show_config + * #19391: BUG: Do not raise deprecation warning for all nans in unique... + * #19392: BUG: Fix NULL special case in object-to-any cast code + * #19430: MAINT: Use arm64-graviton2 for testing on travis + * #19495: BUILD: update OpenBLAS to v0.3.17 + * #19496: MAINT: Avoid unicode characters in division SIMD code comments + * #19499: BUG, SIMD: Fix infinite loop during count non-zero on GCC-11 + * #19500: BUG: fix a numpy.npiter leak in npyiter_multi_index_set + * #19501: TST: Fix a GenericAlias test failure for python 3.9.0 + * #19502: MAINT: Start testing with Python 3.10.0b3. + * #19503: MAINT: Add missing dtype overloads for object- and ctypes-based... + * #19510: REL: Prepare for NumPy 1.21.1 release. +- Drop 0001-BUG-Fix-infinite-loop-on-gcc11.patch fixed upstream + (by gcc 11.2) +- Drop numpy-pr19326-fix-subarray-segfault.patch merged upstream + (backported) + +------------------------------------------------------------------- Old: ---- 0001-BUG-Fix-infinite-loop-on-gcc11.patch numpy-1.21.0.zip numpy-pr19326-fix-subarray-segfault.patch New: ---- numpy-1.21.2.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-numpy.spec ++++++ --- /var/tmp/diff_new_pack.PcOwgB/_old 2021-09-25 00:35:39.943146374 +0200 +++ /var/tmp/diff_new_pack.PcOwgB/_new 2021-09-25 00:35:39.947146378 +0200 @@ -17,8 +17,8 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define ver 1.21.0 -%define _ver 1_21_0 +%define ver 1.21.2 +%define _ver 1_21_2 %define pname python-numpy %define hpc_upcase_trans_hyph() %(echo %{**} | tr [a-z] [A-Z] | tr '-' '_') %if "%{flavor}" == "" @@ -77,11 +77,8 @@ Patch0: numpy-buildfix.patch # PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious compiler warnings that cause build failure Patch1: numpy-1.9.0-remove-__declspec.patch -# PATCH-FIX-UPSTREAM 0001-BUG-Fix-infinite-loop-on-gcc11.patch -Patch2: 0001-BUG-Fix-infinite-loop-on-gcc11.patch -# PATCH-FIX-UPSTREAM numpy-pr19326-fix-subarray-segfault.patch -- gh#numpy/numpy#19326 -Patch3: https://github.com/numpy/numpy/pull/19326.patch#/numpy-pr19326-fix-subarray-segfault.patch -BuildRequires: %{python_module Cython >= 0.29.23} +BuildConflicts: gcc11 < 11.2 +BuildRequires: %{python_module Cython >= 0.29.24} BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module devel} BuildRequires: %{python_module hypothesis >= 6.12.0}