diff --git a/python-Cython.changes b/python-Cython.changes index a4d4f00..e4b219b 100644 --- a/python-Cython.changes +++ b/python-Cython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 2 22:02:54 UTC 2017 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Mon Dec 19 17:49:22 UTC 2016 - jmatejek@suse.com diff --git a/python-Cython.spec b/python-Cython.spec index d1c7858..e7d9d67 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -45,20 +45,15 @@ Obsoletes: %{oldpython}-cython < %{version} %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