Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 20:39:26 +02:00 committed by Miro Hrončok
parent 4b518cbcf0
commit 803374554a

View File

@ -1,12 +1,10 @@
%global _without_docs 1
%global _without_tests 1
# when bootstrapping, we cannot yet use sphinx and pytest
%bcond_without docs
%bcond_without tests
Name: python-pygments
Version: 2.12.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Syntax highlighting engine written in Python
License: BSD
@ -96,6 +94,9 @@ make test PYTHON=%{python3}
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.12.0-3
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.12.0-2
- Bootstrap for Python 3.11