From 96a481b360a59f74a2430812dc6a8cdfb4af9a58445055ba1ca702ee9a720bd9 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 21 Oct 2013 12:30:33 +0000 Subject: [PATCH] Accepting request 204137 from home:dirkmueller:branches:devel:languages:python - update to 0.19.2: * Some standard declarations were fixed or updated, including the previously incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in ``libc.math``. * Heap allocated subtypes of ``type`` used the wrong base type struct at the C level. * Calling the unbound method dict.keys/value/items() in dict subtypes could call the bound object method instead of the unbound supertype method. * "yield" wasn't supported in "return" value expressions. * Using the "bint" type in memory views lead to unexpected results. It is now an error. * Assignments to global/closure variables could catch them in an illegal state while deallocating the old value. OBS-URL: https://build.opensuse.org/request/show/204137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=35 --- Cython-0.19.1.tar.gz | 3 --- Cython-0.19.2.tar.gz | 3 +++ python-Cython.changes | 22 ++++++++++++++++++++++ python-Cython.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 Cython-0.19.1.tar.gz create mode 100644 Cython-0.19.2.tar.gz diff --git a/Cython-0.19.1.tar.gz b/Cython-0.19.1.tar.gz deleted file mode 100644 index bb0c030..0000000 --- a/Cython-0.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b90aaa286acdd1bf75a6dd144dfc45192f011f2c2401cf5f80ed6ab5f8bf778 -size 1384406 diff --git a/Cython-0.19.2.tar.gz b/Cython-0.19.2.tar.gz new file mode 100644 index 0000000..e984b8e --- /dev/null +++ b/Cython-0.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b55b0bd40e23a9cbcd2c1bdefe9771fc5836938acef772795813a6f6432c48 +size 1389354 diff --git a/python-Cython.changes b/python-Cython.changes index 88bc48c..b7585c2 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Oct 21 12:13:57 UTC 2013 - dmueller@suse.com + +- update to 0.19.2: + * Some standard declarations were fixed or updated, including the previously + incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in + ``libc.math``. + + * Heap allocated subtypes of ``type`` used the wrong base type struct at the + C level. + + * Calling the unbound method dict.keys/value/items() in dict subtypes could + call the bound object method instead of the unbound supertype method. + + * "yield" wasn't supported in "return" value expressions. + + * Using the "bint" type in memory views lead to unexpected results. + It is now an error. + + * Assignments to global/closure variables could catch them in an illegal state + while deallocating the old value. + ------------------------------------------------------------------- Fri Oct 11 17:06:20 UTC 2013 - p.drouand@gmail.com diff --git a/python-Cython.spec b/python-Cython.spec index 35a06fb..d300ee1 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -17,7 +17,7 @@ Name: python-Cython -Version: 0.19.1 +Version: 0.19.2 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language