1
0

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

- Update to 2.7.1
  * Python 3.8 support has been added.
  * Python 3.4 support is discontinued.
  * The tests are now compatible with NumPy 1.18.
  * site.cfg.example was updated to use the libraries tag instead
    of mkl_libs, which is recommended for newer version of NumPy.
- Drop upstream-included fix_test.patch

OBS-URL: https://build.opensuse.org/request/show/761946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=11
This commit is contained in:
Todd R
2020-01-08 18:16:36 +00:00
committed by Git OBS Bridge
parent 44f2314273
commit 2cc7f26ee2
5 changed files with 16 additions and 27 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 8 18:04:17 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 2.7.1
* Python 3.8 support has been added.
* Python 3.4 support is discontinued.
* The tests are now compatible with NumPy 1.18.
* site.cfg.example was updated to use the libraries tag instead
of mkl_libs, which is recommended for newer version of NumPy.
- Drop upstream-included fix_test.patch
-------------------------------------------------------------------
Sat Aug 31 04:46:34 UTC 2019 - Arun Persaud <arun@gmx.de>