diff --git a/Cython-0.20.1.tar.gz b/Cython-0.20.1.tar.gz new file mode 100644 index 0000000..ecb5ccf --- /dev/null +++ b/Cython-0.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a563744a21d7b10355f25a3bca96b37ec5d32bdecfc75e93d65a5f7e62766c +size 2558048 diff --git a/Cython-0.20.tar.gz b/Cython-0.20.tar.gz deleted file mode 100644 index 937090f..0000000 --- a/Cython-0.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19bfd04294952214036de863720f2a1198a7446b59b924b8beae6a23d5b54a7b -size 2551082 diff --git a/python-Cython.changes b/python-Cython.changes index 5f9ef2b..94647bb 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu May 8 11:40:51 UTC 2014 - toddrme2178@gmail.com + +- Update to version 0.20.1 + * List/Tuple literals multiplied by more than one factor were only multiplied + by the last factor instead of all. + * Lookups of special methods (specifically for context managers) could fail + in Python <= 2.6/3.1. + * Local variables were erroneously appended to the signature introspection + of Cython implemented functions with keyword-only arguments under Python 3. + * In-place assignments to variables with inferred Python builtin/extension + types could fail with type errors if the result value type was incompatible + with the type of the previous value. + * The C code generation order of cdef classes, closures, helper code, + etc. was not deterministic, thus leading to high code churn. + * Type inference could fail to deduce C enum types. + * Type inference could deduce unsafe or inefficient types from integer + assignments within a mix of inferred Python variables and integer + variables. + ------------------------------------------------------------------- Mon Feb 3 18:51:50 UTC 2014 - jengelh@inai.de diff --git a/python-Cython.spec b/python-Cython.spec index 3414a05..411812f 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -17,13 +17,12 @@ Name: python-Cython -Version: 0.20 +Version: 0.20.1 Release: 0 Url: http://www.cython.org Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0 Group: Development/Languages/Python - Source: http://pypi.python.org/packages/source/C/Cython/Cython-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes