1
0
forked from pool/python-Cython

- update to 0.29.15

* Crash when returning a temporary Python object from an async-def function.
 * Crash when using **kwargs in generators.
 * Double reference free in __class__ cell handling for super() calls.
 * Compile error when using *args as Python class bases.
 * Fixed C name collision in the auto-pickle code
 * Deprecated import failed in Python 3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=135
This commit is contained in:
Ondřej Súkup 2020-02-18 16:46:57 +00:00 committed by Git OBS Bridge
parent bb0ba6f5ac
commit 79aa5001cf
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414
size 2053456

3
Cython-0.29.15.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60d859e1efa5cc80436d58aecd3718ff2e74b987db0518376046adedba97ac30
size 2054713

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 18 16:45:37 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.29.15
* Crash when returning a temporary Python object from an async-def function.
* Crash when using **kwargs in generators.
* Double reference free in __class__ cell handling for super() calls.
* Compile error when using *args as Python class bases.
* Fixed C name collision in the auto-pickle code
* Deprecated import failed in Python 3.9
-------------------------------------------------------------------
Sat Nov 16 16:44:06 UTC 2019 - Arun Persaud <arun@gmx.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-Cython
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Cython
Version: 0.29.14
Version: 0.29.15
Release: 0
Summary: The Cython compiler for writing C extensions for the Python language
License: Apache-2.0