Hello community, here is the log from the commit of package python-Cython for openSUSE:Factory checked in at 2017-10-05 11:49:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Cython (Old) and /work/SRC/openSUSE:Factory/.python-Cython.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Cython" Thu Oct 5 11:49:21 2017 rev:32 rq:530883 version:0.25.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes 2017-03-17 15:04:54.531713847 +0100 +++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 2017-10-05 11:49:26.795438840 +0200 @@ -1,0 +2,5 @@ +Mon Oct 2 22:02:54 UTC 2017 - [email protected] + +- Ensure neutrality of description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Cython.spec ++++++ --- /var/tmp/diff_new_pack.T4hNeJ/_old 2017-10-05 11:49:29.455064592 +0200 +++ /var/tmp/diff_new_pack.T4hNeJ/_new 2017-10-05 11:49:29.459064029 +0200 @@ -45,20 +45,15 @@ %python_subpackages %description -The Cython language makes writing C extensions for the Python language as -easy as Python itself. Cython is a source code translator based on the -well-known Pyrex, but supports more cutting edge functionality and -optimizations. +The Cython language allows for writing C extensions for the Python +language. Cython is a source code translator based on Pyrex, but +supports more cutting edge functionality and optimizations. The Cython language is very close to the Python language (and most Python code is also valid Cython code), but Cython additionally supports calling C functions and declaring C types on variables and class attributes. This allows the compiler to generate very efficient C code from Cython code. -This makes Cython the ideal language for writing glue code for external C -libraries, and for fast C modules that speed up the execution of Python -code. - %prep %setup -q -n Cython-%{version} # Fix non-executable scripts
