diff --git a/Cython-0.29.10.tar.gz b/Cython-0.29.10.tar.gz new file mode 100644 index 0000000..c7fe726 --- /dev/null +++ b/Cython-0.29.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26229570d6787ff3caa932fe9d802960f51a89239b990d275ae845405ce43857 +size 2049468 diff --git a/Cython-0.29.7.tar.gz b/Cython-0.29.7.tar.gz deleted file mode 100644 index eba4a19..0000000 --- a/Cython-0.29.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55d081162191b7c11c7bfcb7c68e913827dfd5de6ecdbab1b99dab190586c1e8 -size 2047944 diff --git a/python-Cython-doc.changes b/python-Cython-doc.changes index 8846a07..8e3271f 100644 --- a/python-Cython-doc.changes +++ b/python-Cython-doc.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 3 13:37:55 UTC 2019 - Ondřej Súkup + +- update to 0.29.10 + * Fix compile errors in CPython 3.8b1 due to the new "tp_vectorcall" slots. + * Remove an incorrect cast when using true-division in C++ operations. + * C compile errors with CPython 3.8 were resolved. + * Python tuple constants that compare equal but have different item types + could incorrectly be merged into a single constant. + * Non-ASCII characters in unprefixed strings could crash the compiler + when used with language level 3str + * Starred expressions in %-formatting tuples could fail to compile for unicode strings + * Passing Python class references through cython.inline() was broken. + ------------------------------------------------------------------- Tue Apr 16 09:26:50 UTC 2019 - Ondřej Súkup diff --git a/python-Cython-doc.spec b/python-Cython-doc.spec index 02e9fd2..0e1e158 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.29.7 +Version: 0.29.10 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 20a1932..1444114 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 3 13:37:55 UTC 2019 - Ondřej Súkup + +- update to 0.29.10 + * Fix compile errors in CPython 3.8b1 due to the new "tp_vectorcall" slots. + * Remove an incorrect cast when using true-division in C++ operations. + * C compile errors with CPython 3.8 were resolved. + * Python tuple constants that compare equal but have different item types + could incorrectly be merged into a single constant. + * Non-ASCII characters in unprefixed strings could crash the compiler + when used with language level 3str + * Starred expressions in %-formatting tuples could fail to compile for unicode strings + * Passing Python class references through cython.inline() was broken. + ------------------------------------------------------------------- Tue Apr 16 09:26:50 UTC 2019 - Ondřej Súkup diff --git a/python-Cython.spec b/python-Cython.spec index 99b540e..f14374b 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.29.7 +Version: 0.29.10 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0