Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 14:53:36 +02:00 committed by Tomáš Hrnčiar
parent 374291e8ee
commit b85dfd3bda
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,4 @@
%global _without_tests 1
%bcond_without tests
# This bcond allows to ship a non-compiled version
@ -6,7 +7,7 @@
Name: Cython
Version: 0.29.30
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Language for writing Python extension modules
License: ASL 2.0
@ -126,6 +127,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-2
- Bootstrap for Python 3.11
* Mon May 30 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.29.30-1
- Update to 0.29.30