Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 22:04:38 +02:00 committed by Miro Hrončok
parent f2f31bc0ff
commit 5f403f6493
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,3 @@
%global _without_tests 1
%bcond_without tests
# This bcond allows to ship a non-compiled version
@ -7,7 +6,7 @@
Name: Cython
Version: 0.29.22
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -132,6 +131,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.29.22-4
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.29.22-3
- Bootstrap for Python 3.10