Bootstrap for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 12:28:05 +02:00
parent e6c2fea48a
commit 1e6ddaa83c

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