From c26f220f6ae41e014eac92a562869151aba9ec9c824ad52dfbe13095112b9246 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 3 Oct 2017 14:11:11 +0000 Subject: [PATCH] Accepting request 530586 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/530586 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cython?expand=0&rev=86 --- python-Cython.changes | 5 +++++ python-Cython.spec | 11 +++-------- 2 files changed, 8 insertions(+), 8 deletions(-) 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