|
@@ -1,7 +1,7 @@
|
|
Summary: A language for writing Python extension modules
|
|
Summary: A language for writing Python extension modules
|
|
Summary(ja): Python 拡張モジュールを簡単に作成するためのプログラミング言語
|
|
Summary(ja): Python 拡張モジュールを簡単に作成するためのプログラミング言語
|
|
Name: Cython
|
|
Name: Cython
|
|
-Version: 0.29.21
|
|
+Version: 0.29.26
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Group: programming
|
|
Group: programming
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
@@ -18,6 +18,10 @@ BuildRequires: python-devel
|
|
BuildRequires: python-setuptools
|
|
BuildRequires: python-setuptools
|
|
BuildRequires: python2-rpm-macros
|
|
BuildRequires: python2-rpm-macros
|
|
|
|
|
|
|
|
+
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%description
|
|
%description
|
|
Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
|
|
Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations.
|
|
|
|
|
|
@@ -86,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jan 25 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.29.26-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sat Aug 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.29.21-1
|
|
* Sat Aug 15 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.29.21-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|