From 9a978ca19a522c90f9ea34982cd9efb77a982ccb42a7a2e5c2f5c81c0fd94920 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 28 Feb 2019 16:55:22 +0000 Subject: [PATCH] - update to 0.29.6 * Fix a crash when accessing the __kwdefaults__ special attribute of fused functions. * Fix the parsing of buffer format strings that contain numeric sizes, which could lead to incorrect input rejections. * Avoid a C #pragma in old gcc versions that was only added in GCC 4.6. * Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3, even though the default encoding there is UTF-8. * Crash when defining a Python subclass of an extension type and repeatedly calling a cpdef method on it. * Compiler crash when prange() loops appear inside of with-statements. * Some C compiler warnings were resolved. * Python conversion of C++ enums failed in 0.29. - update to 0.29.6 * Fix a crash when accessing the __kwdefaults__ special attribute of fused functions. * Fix the parsing of buffer format strings that contain numeric sizes, which could lead to incorrect input rejections. * Avoid a C #pragma in old gcc versions that was only added in GCC 4.6. * Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3, even though the default encoding there is UTF-8. * Crash when defining a Python subclass of an extension type and repeatedly calling a cpdef method on it. * Compiler crash when prange() loops appear inside of with-statements. * Some C compiler warnings were resolved. * Python conversion of C++ enums failed in 0.29. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=120 --- Cython-0.29.4.tar.gz | 3 --- Cython-0.29.6.tar.gz | 3 +++ python-Cython-doc.changes | 16 ++++++++++++++++ python-Cython-doc.spec | 2 +- python-Cython.changes | 16 ++++++++++++++++ python-Cython.spec | 2 +- 6 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 Cython-0.29.4.tar.gz create mode 100644 Cython-0.29.6.tar.gz diff --git a/Cython-0.29.4.tar.gz b/Cython-0.29.4.tar.gz deleted file mode 100644 index ad6ae30..0000000 --- a/Cython-0.29.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1ee3d39c73a094ae5b6e2f9263ae0dc61af1b549a0869ade8c3c30325ed9f26 -size 2044382 diff --git a/Cython-0.29.6.tar.gz b/Cython-0.29.6.tar.gz new file mode 100644 index 0000000..f14698e --- /dev/null +++ b/Cython-0.29.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5d33f1b5c864382fbce810a8fd9e015447869ae42e98e6301e977b8165e7ae +size 2047021 diff --git a/python-Cython-doc.changes b/python-Cython-doc.changes index 69baeec..9856330 100644 --- a/python-Cython-doc.changes +++ b/python-Cython-doc.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 28 15:30:08 UTC 2019 - Ondřej Súkup + +- update to 0.29.6 + * Fix a crash when accessing the __kwdefaults__ special attribute of fused functions. + * Fix the parsing of buffer format strings that contain numeric sizes, which + could lead to incorrect input rejections. + * Avoid a C #pragma in old gcc versions that was only added in GCC 4.6. + * Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3, + even though the default encoding there is UTF-8. + * Crash when defining a Python subclass of an extension type and repeatedly + calling a cpdef method on it. + * Compiler crash when prange() loops appear inside of with-statements. + * Some C compiler warnings were resolved. + * Python conversion of C++ enums failed in 0.29. + ------------------------------------------------------------------- Tue Feb 5 22:17:38 UTC 2019 - Todd R diff --git a/python-Cython-doc.spec b/python-Cython-doc.spec index bc99240..9530147 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.4 +Version: 0.29.6 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 fac091f..3a208f2 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 28 15:30:08 UTC 2019 - Ondřej Súkup + +- update to 0.29.6 + * Fix a crash when accessing the __kwdefaults__ special attribute of fused functions. + * Fix the parsing of buffer format strings that contain numeric sizes, which + could lead to incorrect input rejections. + * Avoid a C #pragma in old gcc versions that was only added in GCC 4.6. + * Auto-encoding of Unicode strings to UTF-8 C/C++ strings failed in Python 3, + even though the default encoding there is UTF-8. + * Crash when defining a Python subclass of an extension type and repeatedly + calling a cpdef method on it. + * Compiler crash when prange() loops appear inside of with-statements. + * Some C compiler warnings were resolved. + * Python conversion of C++ enums failed in 0.29. + ------------------------------------------------------------------- Tue Feb 5 22:17:38 UTC 2019 - Todd R diff --git a/python-Cython.spec b/python-Cython.spec index 369882c..93ccb34 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.4 +Version: 0.29.6 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0