Changelog for
python-Pyrex-0.9.9-3.2.noarch.rpm :
Wed Dec 13 13:00:00 2017 mpluskalAATTsuse.com
- Convert to singlespec (currently just python2)
- REname package to follow python naming conventions
Thu Jun 14 14:00:00 2012 toddrme2178AATTgmail.com
- Spec file cleanups
Thu Jun 14 14:00:00 2012 cfarrellAATTsuse.com
- license update: Apache-2.0
License.txt expressly gives the choice to declare Apache-2.0 as the
license of the package
Wed Jan 12 13:00:00 2011 saschpeAATTsuse.de
- correct upstream URL, expanded changelog
Wed Nov 3 13:00:00 2010 termimAATTgmail.com
- update to version 0.9.9
* C++ struct declarations, \'new\' operator, and del for C++ delete.
* Disabled size check for cimported types because it was generating too
many false positives in the field.
* Added __fastcall calling convention. Also no longer assuming that an
unspecified calling convention is the same as __cdecl.
* Operations between signed and unsigned ints of the same size now have
an unsigned result.
* Py_ssize_t now ranked between long and long long.
* Declaration of __new__ in an extension type is now an error, in
preparation for introducing new semantics.
* Added size_t type, and made sizeof() return it.
* When casting the result of a function call to a Python type, the
function could be called twice.
* __Pyx_GetException was not taking account of the fact that the traceback
could be NULL.
* sizeof(module.typename) did not work.
Mon Oct 18 14:00:00 2010 masterpatrickoAATTgmail.com
- Don\'t put buildtime at the top of generated files
Tue Feb 17 13:00:00 2009 thoenigAATTsuse.de
- use bzip2 rather than gzip
Tue Feb 17 13:00:00 2009 riggwelterAATTopensuse.org
- new upstream version 0.9.8.5
* consistency with the way automatic conversions are done
elsewhere.
* Support for string and tuple exceptions dropped.
* Calls to many of the builtin functions are now compiled as
direct calls to Python/C API routines.
* Augmented assignment operators (+=, etc.) are now supported.
* Dependency files are only created when compiling with
timestamp checking or recursion enabled.
* Lots more features, enhancements and bug fixes, full list at
http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/version/CHANGES.txt
- drop all patches
Thu Mar 1 13:00:00 2007 thoenigAATTsuse.de
- new upstream version 0.9.5.1a
- drop patch pyrex-python-2.5.patch
Wed Nov 15 13:00:00 2006 thoenigAATTsuse.de
- add patch pyrex-python-2.5.patch: make Pyrex run properly on
Python 2.5 (patch by Stefan Behnel)
- fixes b.n.c #221342