Accepting request 680181 from devel:languages:python
- 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/request/show/680181 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=46
This commit is contained in:
commit
e91722c391
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1ee3d39c73a094ae5b6e2f9263ae0dc61af1b549a0869ade8c3c30325ed9f26
|
||||
size 2044382
|
3
Cython-0.29.6.tar.gz
Normal file
3
Cython-0.29.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c5d33f1b5c864382fbce810a8fd9e015447869ae42e98e6301e977b8165e7ae
|
||||
size 2047021
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 15:30:08 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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 <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 15:30:08 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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 <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user