Rebuilt for Python 3.9
This commit is contained in:
parent
6d85179678
commit
fcb231b125
@ -1,4 +1,3 @@
|
|||||||
%global _without_tests 1
|
|
||||||
%global srcname Cython
|
%global srcname Cython
|
||||||
%global upname cython
|
%global upname cython
|
||||||
|
|
||||||
@ -7,7 +6,7 @@
|
|||||||
Name: Cython
|
Name: Cython
|
||||||
Version: 0.29.17
|
Version: 0.29.17
|
||||||
%global upver %{version_no_tilde %{nil}}
|
%global upver %{version_no_tilde %{nil}}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Language for writing Python extension modules
|
Summary: Language for writing Python extension modules
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -119,6 +118,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
|
|||||||
%{_emacs_sitestartdir}/cython*.el*
|
%{_emacs_sitestartdir}/cython*.el*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.17-4
|
||||||
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.17-3
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.29.17-3
|
||||||
- Bootstrap for Python 3.9
|
- Bootstrap for Python 3.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user