Accepting request 768837 from home:TheBlackCat:branches:devel:languages:python:numeric

- Update to 1.8.3
  * Add a missing pyproject.toml to MANIFEST.in. This allows
    to install the necessary skbuild module.
- Update to 1.8.2
  * Use cmake internally to build the Python extension via the
    scikit-build library. This seems enough to cope with the
    conflicting types in using XGETBV when using a recent GCC
    (>= 9.1) compiler.
  * Include C-Blosc v1.17.1.

OBS-URL: https://build.opensuse.org/request/show/768837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-blosc?expand=0&rev=7
This commit is contained in:
Todd R
2020-01-30 16:35:37 +00:00
committed by Git OBS Bridge
parent 12abbbebd0
commit 79d77ea3e4
4 changed files with 32 additions and 13 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Jan 30 16:30:20 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 1.8.3
* Add a missing pyproject.toml to MANIFEST.in. This allows
to install the necessary skbuild module.
- Update to 1.8.2
* Use cmake internally to build the Python extension via the
scikit-build library. This seems enough to cope with the
conflicting types in using XGETBV when using a recent GCC
(>= 9.1) compiler.
* Include C-Blosc v1.17.1.
-------------------------------------------------------------------
Mon Jul 22 16:25:44 UTC 2019 - Todd R <toddrme2178@gmail.com>