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

3
Cython-0.25.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0941455769335ec5afb17dee36dc3833b7edc2ae20a8ed5806c58215e4b6669
size 1701919

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c651eeec6bdcb57de59527e8765c9d2c4970c56bf96731893df66dda17aba46b
size 1701330

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

View File

@ -17,7 +17,7 @@
Name: python-Cython
Version: 0.25
Version: 0.25.1
Release: 0
Url: http://www.cython.org
Summary: The Cython compiler for writing C extensions for the Python language