Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2018-04-22 14:36:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Cython (Old)
 and      /work/SRC/openSUSE:Factory/.python-Cython.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Cython"

Sun Apr 22 14:36:13 2018 rev:38 rq:598790 version:0.28.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython-doc.changes  
2018-04-05 15:29:03.533755256 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython-doc.changes     
2018-04-22 14:36:16.792262420 +0200
@@ -1,0 +2,27 @@
+Wed Apr 18 02:15:50 UTC 2018 - toddrme2...@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)
+
+-------------------------------------------------------------------
python-Cython.changes: same change

Old:
----
  Cython-0.28.1.tar.gz

New:
----
  Cython-0.28.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Cython-doc.spec ++++++
--- /var/tmp/diff_new_pack.WvUO1r/_old  2018-04-22 14:36:17.712229128 +0200
+++ /var/tmp/diff_new_pack.WvUO1r/_new  2018-04-22 14:36:17.716228984 +0200
@@ -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

++++++ python-Cython.spec ++++++
--- /var/tmp/diff_new_pack.WvUO1r/_old  2018-04-22 14:36:17.736228260 +0200
+++ /var/tmp/diff_new_pack.WvUO1r/_new  2018-04-22 14:36:17.740228115 +0200
@@ -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

++++++ Cython-0.28.1.tar.gz -> Cython-0.28.2.tar.gz ++++++
++++ 2696 lines of diff (skipped)


Reply via email to