2013-10-11 17:08:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 11 17:06:20 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Implement update-alternatives
|
|
|
|
|
2013-03-27 12:20:00 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-05-13 09:26:29 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-03-27 12:20:00 +00:00
|
|
|
Wed Mar 27 12:17:42 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.18:
|
|
|
|
+ Please see http://wiki.cython.org/ReleaseNotes-0.18
|
|
|
|
|
2012-11-22 15:35:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 22 15:32:14 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.17.2:
|
2013-03-27 12:20:00 +00:00
|
|
|
+ Please see http://wiki.cython.org/ReleaseNotes-0.17.2
|
2012-11-22 15:35:09 +00:00
|
|
|
- Drop excessive macro usage
|
|
|
|
- No need for "-fno-strict-aliasing" anymore
|
|
|
|
- One rpmlintrc is enough
|
|
|
|
|
2012-05-25 07:47:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 25 07:47:16 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix .py/.pyc issues
|
|
|
|
|
2012-05-21 09:21:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 18 10:52:46 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Add python 3 package
|
2012-05-21 10:55:45 +00:00
|
|
|
- Clean up spec file formatting
|
|
|
|
- Remove setbadness from rplintrc files
|
2012-05-21 09:21:58 +00:00
|
|
|
|
2012-04-24 08:43:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 23 11:09:29 UTC 2012 - vdziewiecki@suse.com
|
|
|
|
|
|
|
|
-Update to 0.16:
|
|
|
|
http://wiki.cython.org/ReleaseNotes-0.16
|
|
|
|
|
2012-02-29 19:08:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 29 19:07:57 UTC 2012 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
- add rpmlintrc to mask false positives
|
|
|
|
|
2011-09-21 12:36:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 21 12:34:19 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.15.1:
|
|
|
|
* Please see http://wiki.cython.org/ReleaseNotes-0.15.1
|
|
|
|
|
2011-09-06 13:29:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 6 13:25:54 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Add Provides/Obsoletes for python-cython
|
|
|
|
|
2011-09-02 11:06:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 2 11:03:40 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Fixed a typo
|
|
|
|
- Removed testsuite again, fixes SLE build
|
|
|
|
|
2011-09-02 09:55:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 2 09:50:25 UTC 2011 - saschpe@suse.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 00:29:18 UTC 2011 - prusnak@opensuse.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 21:21:32 UTC 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Use renewed python-macros, also for compatibility with other
|
|
|
|
build targets.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 6 12:14:18 UTC 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Initial package of Cython 0.12.1
|