From bb0ba6f5ace79a3cd3f83dfc4d0ece4582aecb39218f8a01c032a48d684e59e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 17 Nov 2019 07:47:15 +0000 Subject: [PATCH] Accepting request 749066 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/749066 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=133 --- Cython-0.29.13.tar.gz | 3 --- Cython-0.29.14.tar.gz | 3 +++ python-Cython.changes | 29 +++++++++++++++++++++++++++++ python-Cython.spec | 3 +-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 Cython-0.29.13.tar.gz create mode 100644 Cython-0.29.14.tar.gz diff --git a/Cython-0.29.13.tar.gz b/Cython-0.29.13.tar.gz deleted file mode 100644 index 2386439..0000000 --- a/Cython-0.29.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c29d069a4a30f472482343c866f7486731ad638ef9af92bfe5fca9c7323d638e -size 2051189 diff --git a/Cython-0.29.14.tar.gz b/Cython-0.29.14.tar.gz new file mode 100644 index 0000000..c2a60af --- /dev/null +++ b/Cython-0.29.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d6bb8703d0319eb04b7319b12ea41580df44fd84d83ccda13ea463c6801414 +size 2053456 diff --git a/python-Cython.changes b/python-Cython.changes index 4af1322..80e82d0 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Nov 16 16:44:06 UTC 2019 - Arun Persaud + +- update to version 0.29.14: + * Bugs fixed + + The generated code failed to initialise the tp_print slot in + CPython 3.8. Patches by Pablo Galindo and Orivej Desh (Github + issues #3171, #3201). + + ? for bool was missing from the supported NumPy dtypes. Patch by + Max Klein. (Github issue #2675) + + await was not allowed inside of f-strings. Patch by Dmitro + Getz. (Github issue #2877) + + Coverage analysis failed for projects where the code resides in + separate source sub-directories. Patch by Antonio + Valentino. (Github issue #1985) + + An incorrect compiler warning was fixed in automatic C++ string + conversions. Patch by Gerion Entrup. (Github issue #3108) + + Error reports in the Jupyter notebook showed unhelpful stack + traces. Patch by Matthew Edwards (Github issue #3196). + + Python.h is now also included explicitly from public header + files. (Github issue #3133). + + Distutils builds with --parallel did not work when using + Cython's deprecated build_ext command. Patch by Alphadelta14 + (Github issue #3187). + * Other changes + + The PyMemoryView_*() C-API is available in + cpython.memoryview. Patch by Nathan Manville. (Github issue + #2541) + ------------------------------------------------------------------- Fri Jul 26 17:36:50 CEST 2019 - Matej Cepl diff --git a/python-Cython.spec b/python-Cython.spec index fc59dc4..5b0c166 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Cython -Version: 0.29.13 +Version: 0.29.14 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0 -Group: Development/Languages/Python URL: http://www.cython.org Source: https://files.pythonhosted.org/packages/source/C/Cython/Cython-%{version}.tar.gz Source1: python-Cython-rpmlintrc