From de1c863be445cbff6869030ca337ce7f62169402ed6abbf48a6e0aaa4aa94a6f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 21 Jul 2019 17:20:04 +0000 Subject: [PATCH] Accepting request 717369 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/717369 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=130 --- Cython-0.29.11.tar.gz | 3 --- Cython-0.29.12.tar.gz | 3 +++ python-Cython.changes | 13 +++++++++++++ python-Cython.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 Cython-0.29.11.tar.gz create mode 100644 Cython-0.29.12.tar.gz diff --git a/Cython-0.29.11.tar.gz b/Cython-0.29.11.tar.gz deleted file mode 100644 index bdb1512..0000000 --- a/Cython-0.29.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:763a522cc5d1673ba7a4092c0914790f11704b1d4c41e2671e50d0f702a8c6a0 -size 2050170 diff --git a/Cython-0.29.12.tar.gz b/Cython-0.29.12.tar.gz new file mode 100644 index 0000000..db35d98 --- /dev/null +++ b/Cython-0.29.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20da832a5e9a8e93d1e1eb64650258956723940968eb585506531719b55b804f +size 2050537 diff --git a/python-Cython.changes b/python-Cython.changes index 8b93e89..fc16931 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/python-Cython.spec b/python-Cython.spec index 0af7059..ec1ee69 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.11 +Version: 0.29.12 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0