Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 18:55:39 +02:00 committed by Miro Hrončok
parent b85dfd3bda
commit 6dc133adcf
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.30
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -127,6 +126,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.29.30-3
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.29.30-2
- Bootstrap for Python 3.11