From ffe65012017c639bee912875f6e5fd26d5db8f6eff9127c784e312b35ad2f8ea Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 26 Jul 2019 15:53:16 +0000 Subject: [PATCH] Accepting request 718921 from home:mcepl:branches:devel:languages:python Update OBS-URL: https://build.opensuse.org/request/show/718921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=131 --- Cython-0.29.12.tar.gz | 3 --- Cython-0.29.13.tar.gz | 3 +++ python-Cython.changes | 11 +++++++++++ python-Cython.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 Cython-0.29.12.tar.gz create mode 100644 Cython-0.29.13.tar.gz diff --git a/Cython-0.29.12.tar.gz b/Cython-0.29.12.tar.gz deleted file mode 100644 index db35d98..0000000 --- a/Cython-0.29.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20da832a5e9a8e93d1e1eb64650258956723940968eb585506531719b55b804f -size 2050537 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 fc16931..4af1322 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 diff --git a/python-Cython.spec b/python-Cython.spec index ec1ee69..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.12 +Version: 0.29.13 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0