Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 13:48:03 +02:00 committed by Miro Hrončok
parent aa2b6c0b06
commit 0c8b37bc9f

View File

@ -1,10 +1,12 @@
%global _without_tests 1
%global _without_docs 1
# when bootstrapping, we cannot yet use sphinx and pytest
%bcond_without docs
%bcond_without tests
Name: python-pygments
Version: 2.8.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Syntax highlighting engine written in Python
License: BSD
@ -84,6 +86,9 @@ make test PYTHON=%{python3}
%endif
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 2.8.1-2
- Bootstrap for Python 3.10
* Wed Mar 10 2021 Charalampos Stratakis <cstratak@redhat.com> - 2.8.1-1
- Update to 2.8.1 (rhbz#1928510)