Accepting request 727360 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/727360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numexpr?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-08-31 13:41:39 +00:00
committed by Git OBS Bridge
parent b02111bdea
commit a8d7fc9ad6
5 changed files with 47 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Aug 31 04:46:34 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* added fix to call python in tests: fix_test.patch
- update to version 2.7.0:
* The default number of 'safe' threads has been restored to the
historical limit of 8, if the environment variable
"NUMEXPR_MAX_THREADS" has not been set.
* Thanks to @eltoder who fixed a small memory leak.
* Support for Python 2.6 has been dropped, as it is no longer
available via TravisCI.
* A typo in the test suite that had a less than rather than greater
than symbol in the NumPy version check has been corrected thanks
to dhomeier.
* The file site.cfg was being accidently included in the sdists on
PyPi. It has now been excluded.
-------------------------------------------------------------------
Sat Dec 22 05:26:03 UTC 2018 - Todd R <toddrme2178@gmail.com>