diff --git a/Cython-0.28.1.tar.gz b/Cython-0.28.1.tar.gz new file mode 100644 index 0000000..c41b40e --- /dev/null +++ b/Cython-0.28.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152ee5f345012ca3bb7cc71da2d3736ee20f52cd8476e4d49e5e25c5a4102b12 +size 1835764 diff --git a/Cython-0.28.tar.gz b/Cython-0.28.tar.gz deleted file mode 100644 index 2815443..0000000 --- a/Cython-0.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:518f7e22da54109661e483a91a63045203caf9fd78da4a69185a7622f759965f -size 1796177 diff --git a/python-Cython-doc.spec b/python-Cython-doc.spec index 3b1434f..f74ac86 100644 --- a/python-Cython-doc.spec +++ b/python-Cython-doc.spec @@ -20,7 +20,7 @@ # Tests currently fail randomly in OBS multiple local rund do not trigger them %bcond_with test Name: python-Cython-doc -Version: 0.28 +Version: 0.28.1 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0 diff --git a/python-Cython.changes b/python-Cython.changes index eea4eb4..6669a0f 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Mon Mar 19 13:23:58 UTC 2018 - tchvatal@suse.com + +- Version update to 0.28.1: + * PyFrozenSet_New() was accidentally used in PyPy where it is lacking + from the C-API. + * Assignment between some C++ templated types were incorrectly rejected + when the templates mix const with ctypedef. (Github issue #2148) + * Undeclared C++ no-args constructors in subclasses could make the + compilation fail if the base class constructor was declared without + nogil. (Github issue #2157) + * Bytes %-formatting inferred basestring (bytes or unicode) as result type + in some cases where bytes would have been safe to infer. (Github issue #2153) + * None was accidentally disallowed as typed return value of dict.pop(). +------------------------------------------------------------------- Sat Mar 17 00:30:56 UTC 2018 - arun@gmx.de - update to version 0.28: diff --git a/python-Cython.spec b/python-Cython.spec index 812a462..7b01329 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Cython -Version: 0.28 +Version: 0.28.1 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0