Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 15:15:24 +02:00 committed by Tomáš Hrnčiar
parent 4c5d5bfff1
commit 4b518cbcf0

View File

@ -1,10 +1,12 @@
%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: 1%{?dist}
Release: 2%{?dist}
Summary: Syntax highlighting engine written in Python
License: BSD
@ -94,6 +96,9 @@ make test PYTHON=%{python3}
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.12.0-2
- Bootstrap for Python 3.11
* Mon May 02 2022 Charalampos Stratakis <cstratak@redhat.com> - 2.12.0-1
- Update to 2.12.0
- Fixes: rhbz#2078223