Rebuilt for Python 3.9
This commit is contained in:
parent
1e6ddaa83c
commit
505df81926
@ -1,12 +1,10 @@
|
|||||||
%global _without_tests 1
|
|
||||||
%global _without_docs 1
|
|
||||||
# when bootstrapping, we cannot yet use sphinx and pytest
|
# when bootstrapping, we cannot yet use sphinx and pytest
|
||||||
%bcond_without docs
|
%bcond_without docs
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
Name: python-pygments
|
Name: python-pygments
|
||||||
Version: 2.6.1
|
Version: 2.6.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Syntax highlighting engine written in Python
|
Summary: Syntax highlighting engine written in Python
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -83,6 +81,9 @@ make test PYTHON=%{python3}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 2.6.1-2
|
||||||
- Bootstrap for Python 3.9
|
- Bootstrap for Python 3.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user