14
0
forked from pool/python-Cython

Accepting request 437639 from home:TheBlackCat:branches:devel:languages:python

Update to version 0.25.1
Fixes build errors in other packages that resulted from 0.25.

OBS-URL: https://build.opensuse.org/request/show/437639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=79
This commit is contained in:
Todd R
2016-10-28 12:50:21 +00:00
committed by Git OBS Bridge
parent 5a56a41baa
commit 40181cd7ca
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Oct 28 12:40:24 UTC 2016 - toddrme2178@gmail.com
- Update to version 0.25.1
+ Bugs fixed
* Fixes a bug with ``isinstance(o, Exception)`` (Github issue #1496).
* Fixes bug with ``cython.view.array`` missing utility code in some cases
(Github issue #1502).
+ Other changes
* The distutils extension ``Cython.Distutils.build_ext`` has been reverted,
temporarily, to be ``old_build_ext`` to give projects time to migrate.
The new build_ext is available as ``new_build_ext``.
-------------------------------------------------------------------
Wed Oct 26 14:55:49 UTC 2016 - toddrme2178@gmail.com