From b6983bc4bf7129c7e8ca59d28dd1d0d2dea8d00d68deca4aa6de8e53b513ba37 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 13 May 2013 09:26:29 +0000 Subject: [PATCH] Accepting request 175219 from home:dirkmueller:branches:devel:languages:python - update to 0.19.1: * Completely empty C-API structs for extension type slots (protocols like number/mapping/sequence) are no longer generated into the C code. * Docstrings that directly follow a public/readonly attribute declaration in a cdef class will be used as docstring of the auto-generated property. This fixes ticket 206. * The automatic signature documentation tries to preserve more semantics of default arguments and argument types. Specifically, ``bint`` arguments now appear as type ``bool``. * A warning is emitted when negative literal indices are found inside of a code section that disables ``wraparound`` handling. This helps with fixing invalid code that might fail in the face of future compiler optimisations. * Constant folding for boolean expressions (and/or) was improved. * Added a build_dir option to cythonize() which allows one to place the generated .c files outside the source tree. - Update to version 0.19: + Please see http://wiki.cython.org/ReleaseNotes-0.19 OBS-URL: https://build.opensuse.org/request/show/175219 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=29 --- Cython-0.18.tar.gz | 3 --- Cython-0.19.1.tar.gz | 3 +++ python-Cython.changes | 26 ++++++++++++++++++++++++++ python-Cython.spec | 2 +- python3-Cython.spec | 2 +- 5 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 Cython-0.18.tar.gz create mode 100644 Cython-0.19.1.tar.gz diff --git a/Cython-0.18.tar.gz b/Cython-0.18.tar.gz deleted file mode 100644 index d4cb301..0000000 --- a/Cython-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf4ad7faed6bcfdb76da42492ce26ebf927129da3d4849d6982dd2e843d7de8c -size 1317041 diff --git a/Cython-0.19.1.tar.gz b/Cython-0.19.1.tar.gz new file mode 100644 index 0000000..bb0c030 --- /dev/null +++ b/Cython-0.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b90aaa286acdd1bf75a6dd144dfc45192f011f2c2401cf5f80ed6ab5f8bf778 +size 1384406 diff --git a/python-Cython.changes b/python-Cython.changes index da61daf..78ef3d7 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon May 13 08:17:40 UTC 2013 - dmueller@suse.com + +- update to 0.19.1: + * Completely empty C-API structs for extension type slots (protocols like + number/mapping/sequence) are no longer generated into the C code. + * Docstrings that directly follow a public/readonly attribute declaration + in a cdef class will be used as docstring of the auto-generated property. + This fixes ticket 206. + * The automatic signature documentation tries to preserve more semantics + of default arguments and argument types. Specifically, ``bint`` arguments + now appear as type ``bool``. + * A warning is emitted when negative literal indices are found inside of + a code section that disables ``wraparound`` handling. This helps with + fixing invalid code that might fail in the face of future compiler + optimisations. + * Constant folding for boolean expressions (and/or) was improved. + * Added a build_dir option to cythonize() which allows one to place + the generated .c files outside the source tree. + +------------------------------------------------------------------- +Mon Apr 29 11:58:41 UTC 2013 - dmueller@suse.com + +- Update to version 0.19: + + Please see http://wiki.cython.org/ReleaseNotes-0.19 + ------------------------------------------------------------------- Wed Mar 27 12:17:42 UTC 2013 - speilicke@suse.com diff --git a/python-Cython.spec b/python-Cython.spec index fe11d6f..f64911c 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -17,7 +17,7 @@ Name: python-Cython -Version: 0.18 +Version: 0.19.1 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language diff --git a/python3-Cython.spec b/python3-Cython.spec index 4ddda60..93918d0 100644 --- a/python3-Cython.spec +++ b/python3-Cython.spec @@ -17,7 +17,7 @@ Name: python3-Cython -Version: 0.18 +Version: 0.19.1 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language