diff --git a/Cython-0.25.1.tar.gz b/Cython-0.25.1.tar.gz new file mode 100644 index 0000000..85f084a --- /dev/null +++ b/Cython-0.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0941455769335ec5afb17dee36dc3833b7edc2ae20a8ed5806c58215e4b6669 +size 1701919 diff --git a/Cython-0.25.tar.gz b/Cython-0.25.tar.gz deleted file mode 100644 index 51332c0..0000000 --- a/Cython-0.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c651eeec6bdcb57de59527e8765c9d2c4970c56bf96731893df66dda17aba46b -size 1701330 diff --git a/python-Cython.changes b/python-Cython.changes index 4538106..78c58e5 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -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 diff --git a/python-Cython.spec b/python-Cython.spec index f295124..7f8aee1 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -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