Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471028 - =dev-python/cython-0.19.1 - Version bump.
Summary: =dev-python/cython-0.19.1 - Version bump.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL: https://groups.google.com/forum/?from...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-22 19:04 UTC by Ștefan Talpalaru
Modified: 2013-05-23 10:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ștefan Talpalaru 2013-05-22 19:04:11 UTC
Renaming the 0.18-r1 ebuild works.

Major changes include:

* 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.

* A regression in 0.19 was fixed that rejected valid C expressions from
  being used in C array size declarations.

* Testing large (> int) C integer values for their truth value could fail
  due to integer wrap-around.

* The automatic signature documentation tries to preserve more semantics
  of default arguments and argument types.  Specifically, ``bint``
  arguments now appear as type ``bool``. 

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2013-05-23 08:29:05 UTC
+  23 May 2013; Patrick Lauer <patrick@gentoo.org> +cython-0.19.ebuild,
+  -cython-0.14.1-r1.ebuild, -cython-0.14.1.ebuild, -cython-0.15.1-r1.ebuild:
+  Bump
Comment 2 Ștefan Talpalaru 2013-05-23 10:04:56 UTC
0.19 and 0.19.1 are different versions. Please add the last one too.