Changelog for
python-Cython-0.19.2-2.1.9.x86_64.rpm :
Mon Oct 21 14:00:00 2013 dmuellerAATTsuse.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 14:00:00 2013 p.drouandAATTgmail.com
- Implement update-alternatives
Mon May 13 14:00:00 2013 dmuellerAATTsuse.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 14:00:00 2013 dmuellerAATTsuse.com
- Update to version 0.19:
+ Please see http://wiki.cython.org/ReleaseNotes-0.19
Wed Mar 27 13:00:00 2013 speilickeAATTsuse.com
- Update to version 0.18:
+ Please see http://wiki.cython.org/ReleaseNotes-0.18
Thu Nov 22 13:00:00 2012 saschpeAATTsuse.de
- Update to version 0.17.2:
+ Please see http://wiki.cython.org/ReleaseNotes-0.17.2
- Drop excessive macro usage
- No need for \"-fno-strict-aliasing\" anymore
- One rpmlintrc is enough
Fri May 25 14:00:00 2012 toddrme2178AATTgmail.com
- Fix .py/.pyc issues
Fri May 18 14:00:00 2012 toddrme2178AATTgmail.com
- Add python 3 package
- Clean up spec file formatting
- Remove setbadness from rplintrc files
Mon Apr 23 14:00:00 2012 vdziewieckiAATTsuse.com
-Update to 0.16:
http://wiki.cython.org/ReleaseNotes-0.16
Wed Feb 29 13:00:00 2012 pascal.bleserAATTopensuse.org
- add rpmlintrc to mask false positives
Wed Sep 21 14:00:00 2011 saschpeAATTsuse.de
- Update to version 0.15.1:
* Please see http://wiki.cython.org/ReleaseNotes-0.15.1
Tue Sep 6 14:00:00 2011 saschpeAATTsuse.de
- Add Provides/Obsoletes for python-cython
Fri Sep 2 14:00:00 2011 saschpeAATTsuse.de
- Fixed a typo
- Removed testsuite again, fixes SLE build
Fri Sep 2 14:00:00 2011 saschpeAATTsuse.de
- Update to version 0.15:
* For loop docs fix and pointer iteration.
* Pure decorators now implemented.
* fix bug #707: optimised dict iteration over non-trivial expressions fail...
* optimise object.pop() for sets
* Py2.4 fix: PySet_Pop() appeared in Py2.5
* Py3.3 test fix
* Support module level control flow and Entry-level error on uninitialized
- Spec file cleanup:
- Fixed wrong EOL encodings and non-excutable scripts
- Set license to Apache-2.0
- Run testsuite
Wed Apr 20 14:00:00 2011 prusnakAATTopensuse.org
- updated to 0.14.1
- changes too numerous to list, see the following for more details:
* http://wiki.cython.org/ReleaseNotes-0.13
* http://wiki.cython.org/ReleaseNotes-0.14
* http://wiki.cython.org/ReleaseNotes-0.14.1
Sun Jun 6 14:00:00 2010 dimstarAATTopensuse.org
- Use renewed python-macros, also for compatibility with other
build targets.
Sun Jun 6 14:00:00 2010 dimstarAATTopensuse.org
- Initial package of Cython 0.12.1