Accepting request 871999 from home:bnavigator:branches:devel:languages:python:numeric

- Update to version 1.10.2
  * (Upstream bumped the version to release their wheels)
  * Officially drop support for Python < 3.7.  Although we did not 
    any explicit action that is incompatible with older Python
    versions, we only provide wheels for Python >= 3.7 (til 3.9).
- Skip python36 build on TW, because upstream dropped support and
  numpy follows NEP 29
- Use the system provided Blosc library
  * use-system-blosc.patch gh#Blosc/python-blosc#244

OBS-URL: https://build.opensuse.org/request/show/871999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=19
This commit is contained in:
2021-02-13 18:20:12 +00:00
committed by Git OBS Bridge
parent 2433338288
commit bf8b3aec49
5 changed files with 179 additions and 22 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Feb 13 13:40:00 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 1.10.2
* (Upstream bumped the version to release their wheels)
* Officially drop support for Python < 3.7. Although we did not
any explicit action that is incompatible with older Python
versions, we only provide wheels for Python >= 3.7 (til 3.9).
- Skip python36 build on TW, because upstream dropped support and
numpy follows NEP 29
- Use the system provided Blosc library
* use-system-blosc.patch gh#Blosc/python-blosc#244
-------------------------------------------------------------------
Sun Dec 20 18:35:01 UTC 2020 - andy great <andythe_great@pm.me>