Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2013-05-16 11:25:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and      /work/SRC/openSUSE:Factory/.python-Cython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Cython"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes      
2013-04-05 13:22:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2013-05-16 11:25:19.000000000 +0200
@@ -1,0 +2,26 @@
+Mon May 13 08:17:40 UTC 2013 - [email protected]
+
+- 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 - [email protected]
+
+- Update to version 0.19:
+  + Please see http://wiki.cython.org/ReleaseNotes-0.19
+
+-------------------------------------------------------------------

Old:
----
  Cython-0.18.tar.gz

New:
----
  Cython-0.19.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Cython.spec ++++++
--- /var/tmp/diff_new_pack.0rgJiP/_old  2013-05-16 11:25:20.000000000 +0200
+++ /var/tmp/diff_new_pack.0rgJiP/_new  2013-05-16 11:25:20.000000000 +0200
@@ -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

python3-Cython.spec: same change
++++++ Cython-0.18.tar.gz -> Cython-0.19.1.tar.gz ++++++
++++ 23392 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to