Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 20:17:04 +02:00
parent 1e6ddaa83c
commit 505df81926

View File

@ -1,12 +1,10 @@
%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.6.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Syntax highlighting engine written in Python
License: BSD
@ -83,6 +81,9 @@ make test PYTHON=%{python3}
%endif
%changelog
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 2.6.1-3
- Rebuilt for Python 3.9
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 2.6.1-2
- Bootstrap for Python 3.9