diff --git a/Cython-0.29.14.tar.gz b/Cython-0.29.14.tar.gz deleted file mode 100644 index c2a60af..0000000 --- a/Cython-0.29.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414 -size 2053456 diff --git a/Cython-0.29.15.tar.gz b/Cython-0.29.15.tar.gz new file mode 100644 index 0000000..05a372f --- /dev/null +++ b/Cython-0.29.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d859e1efa5cc80436d58aecd3718ff2e74b987db0518376046adedba97ac30 +size 2054713 diff --git a/python-Cython.changes b/python-Cython.changes index 80e82d0..c0cdf4c 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 18 16:45:37 UTC 2020 - Ondřej Súkup + +- 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 diff --git a/python-Cython.spec b/python-Cython.spec index 5b0c166..b781b92 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -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