From 7d78fd9a79b5cbc83a8690adcb2dc1f7695de1dc6ba09104285099e1bdcce07c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 30 Jul 2019 11:06:29 +0000 Subject: [PATCH] Accepting request 718922 from devel:languages:python OBS-URL: https://build.opensuse.org/request/show/718922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Cython?expand=0&rev=50 --- Cython-0.29.10.tar.gz | 3 --- Cython-0.29.13.tar.gz | 3 +++ python-Cython.changes | 46 +++++++++++++++++++++++++++++++++++++++++++ python-Cython.spec | 2 +- 4 files changed, 50 insertions(+), 4 deletions(-) delete mode 100644 Cython-0.29.10.tar.gz create mode 100644 Cython-0.29.13.tar.gz diff --git a/Cython-0.29.10.tar.gz b/Cython-0.29.10.tar.gz deleted file mode 100644 index c7fe726..0000000 --- a/Cython-0.29.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26229570d6787ff3caa932fe9d802960f51a89239b990d275ae845405ce43857 -size 2049468 diff --git a/Cython-0.29.13.tar.gz b/Cython-0.29.13.tar.gz new file mode 100644 index 0000000..2386439 --- /dev/null +++ b/Cython-0.29.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29d069a4a30f472482343c866f7486731ad638ef9af92bfe5fca9c7323d638e +size 2051189 diff --git a/python-Cython.changes b/python-Cython.changes index 81a8ff7..4af1322 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Fri Jul 26 17:36:50 CEST 2019 - Matej Cepl + +- Update to 0.29.13: + - A reference leak for None was fixed when converting + a memoryview to a Python object. (Github issue #3023) + - The declaration of PyGILState_STATE in cpython.pystate was + unusable. Patch by Kirill Smelkov. (Github issue #2997) + - The declarations in posix.mman were extended. Patches by + Kirill Smelkov. (Github issues #2893, #2894, #3012) + +------------------------------------------------------------------- +Sun Jul 21 16:56:52 UTC 2019 - Arun Persaud + +- update to version 0.29.12: + * Fix compile error in CPython 3.8b2 regarding the PyCode_New() + signature. (Github issue #3031) + * Fix a C compiler warning about a missing int downcast. (Github + issue #3028) + * Fix reported error positions of undefined builtins and + constants. Patch by Orivej Desh. (Github issue #3030) + * A 32 bit issue in the Pythran support was resolved. Patch by Serge + Guelton. (Github issue #3032) + +------------------------------------------------------------------- +Sat Jul 6 21:26:09 UTC 2019 - Arun Persaud + +- update to version 0.29.11: + * Bugs fixed + + Fix compile error in CPython 3.8b2 regarding the PyCode_New() + signature. Patch by Nick Coghlan. (Github issue #3009) + + Invalid C code generated for lambda functions in cdef + methods. Patch by Josh Tobin. (Github issue #2967) + + Support slice handling in newer Pythran versions. Patch by Serge + Guelton. (Github issue #2989) + + A reference leak in power-of-2 calculation was fixed. Patch by + Sebastian Berg. (Github issue #3022) + + The search order for include files was changed. Previously it + was include_directories, Cython/Includes, sys.path. Now it is + include_directories, sys.path, Cython/Includes. This was done to + allow third-party *.pxd files to override the ones in + Cython. Original patch by Matti Picus. (Github issue #2905) + + Setting language_level=2 in a file did not work if + language_level=3 was enabled globally before. Patch by Jeroen + Demeyer. (Github issue #2791) + ------------------------------------------------------------------- Wed Jun 12 09:42:55 UTC 2019 - Tomáš Chvátal diff --git a/python-Cython.spec b/python-Cython.spec index f14374b..fc59dc4 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.10 +Version: 0.29.13 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0