diff --git a/Cython-0.28.1.tar.gz b/Cython-0.28.1.tar.gz deleted file mode 100644 index c41b40e..0000000 --- a/Cython-0.28.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:152ee5f345012ca3bb7cc71da2d3736ee20f52cd8476e4d49e5e25c5a4102b12 -size 1835764 diff --git a/Cython-0.28.2.tar.gz b/Cython-0.28.2.tar.gz new file mode 100644 index 0000000..f4a2f38 --- /dev/null +++ b/Cython-0.28.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634e2f10fc8d026c633cffacb45cd8f4582149fa68e1428124e762dbc566e68a +size 1878797 diff --git a/python-Cython-doc.changes b/python-Cython-doc.changes index b18d721..c703df2 100644 --- a/python-Cython-doc.changes +++ b/python-Cython-doc.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Apr 18 02:15:50 UTC 2018 - toddrme2178@gmail.com + +- Version update to 0.28.2 + + Features added + * ``abs()`` is faster for Python long objects. + * The C++11 methods ``front()`` and ``end()`` were added to the declaration of + ``libcpp.string``. Patch by Alex Huszagh. (Github issue #2123) + * The C++11 methods ``reserve()`` and ``bucket_count()`` are declared for + ``std::unordered_map``. Patch by Valentin Valls. (Github issue #2168) + + Bugs fixed + * The copy of a read-only memoryview was considered read-only as well, whereas + a common reason to copy a read-only view is to make it writable. The result + of the copying is now a writable buffer by default. + (Github issue #2134) + * The ``switch`` statement generation failed to apply recursively to the body of + converted if-statements. + * ``NULL`` was sometimes rejected as exception return value when the returned + type is a fused pointer type. + Patch by Callie LeFave. (Github issue #2177) + * Fixed compatibility with PyPy 5.11. + Patch by Matti Picus. (Github issue #2165) + + Other changes + * The NumPy tutorial was rewritten to use memoryviews instead of the older + buffer declaration syntax. + Contributed by Gabriel de Marmiesse. (Github issue #2162) + ------------------------------------------------------------------- Tue Apr 3 11:35:57 UTC 2018 - aplanas@suse.com diff --git a/python-Cython-doc.spec b/python-Cython-doc.spec index bf36708..4d5d878 100644 --- a/python-Cython-doc.spec +++ b/python-Cython-doc.spec @@ -20,7 +20,7 @@ # Tests currently fail randomly in OBS multiple local rund do not trigger them %bcond_with test Name: python-Cython-doc -Version: 0.28.1 +Version: 0.28.2 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0 diff --git a/python-Cython.changes b/python-Cython.changes index c135958..d2cdb24 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Apr 18 02:15:50 UTC 2018 - toddrme2178@gmail.com + +- Version update to 0.28.2 + + Features added + * ``abs()`` is faster for Python long objects. + * The C++11 methods ``front()`` and ``end()`` were added to the declaration of + ``libcpp.string``. Patch by Alex Huszagh. (Github issue #2123) + * The C++11 methods ``reserve()`` and ``bucket_count()`` are declared for + ``std::unordered_map``. Patch by Valentin Valls. (Github issue #2168) + + Bugs fixed + * The copy of a read-only memoryview was considered read-only as well, whereas + a common reason to copy a read-only view is to make it writable. The result + of the copying is now a writable buffer by default. + (Github issue #2134) + * The ``switch`` statement generation failed to apply recursively to the body of + converted if-statements. + * ``NULL`` was sometimes rejected as exception return value when the returned + type is a fused pointer type. + Patch by Callie LeFave. (Github issue #2177) + * Fixed compatibility with PyPy 5.11. + Patch by Matti Picus. (Github issue #2165) + + Other changes + * The NumPy tutorial was rewritten to use memoryviews instead of the older + buffer declaration syntax. + Contributed by Gabriel de Marmiesse. (Github issue #2162) + ------------------------------------------------------------------- Mon Mar 19 13:23:58 UTC 2018 - tchvatal@suse.com diff --git a/python-Cython.spec b/python-Cython.spec index 8f79178..98129e8 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Cython -Version: 0.28.1 +Version: 0.28.2 Release: 0 Summary: The Cython compiler for writing C extensions for the Python language License: Apache-2.0