Bootstrap for Python 3.11
This commit is contained in:
parent
4c5d5bfff1
commit
4b518cbcf0
@ -1,10 +1,12 @@
|
|||||||
|
%global _without_docs 1
|
||||||
|
%global _without_tests 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.12.0
|
Version: 2.12.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Syntax highlighting engine written in Python
|
Summary: Syntax highlighting engine written in Python
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -94,6 +96,9 @@ make test PYTHON=%{python3}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 02 2022 Charalampos Stratakis <cstratak@redhat.com> - 2.12.0-1
|
||||||
- Update to 2.12.0
|
- Update to 2.12.0
|
||||||
- Fixes: rhbz#2078223
|
- Fixes: rhbz#2078223
|
||||||
|
Loading…
Reference in New Issue
Block a user