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

- update to version 1.18.1
  * The cython random extension test was not using a temporary
    directory for building, resulting in a permission violation.
  * Numpy distutils was appending -std=c99 to all C compiler runs,
    leading to changed behavior and compile problems downstream.
    That flag is now only applied when building numpy C code.

OBS-URL: https://build.opensuse.org/request/show/761646
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=48
This commit is contained in:
Tomáš Chvátal
2020-01-07 15:36:27 +00:00
committed by Git OBS Bridge
parent a95f1ac5e7
commit 136be57a2c
4 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jan 7 15:10:48 UTC 2020 - Todd R <toddrme2178@gmail.com>
- update to version 1.18.1
* The cython random extension test was not using a temporary
directory for building, resulting in a permission violation.
* Numpy distutils was appending -std=c99 to all C compiler runs,
leading to changed behavior and compile problems downstream.
That flag is now only applied when building numpy C code.
-------------------------------------------------------------------
Mon Jan 6 15:34:51 UTC 2020 - Todd R <toddrme2178@gmail.com>