diff --git a/python-pygments.spec b/python-pygments.spec index d96d131..86d0172 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -1,10 +1,12 @@ +%global _without_docs 1 +%global _without_tests 1 # when bootstrapping, we cannot yet use sphinx and pytest %bcond_without docs %bcond_without tests Name: python-pygments Version: 2.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Syntax highlighting engine written in Python License: BSD @@ -94,6 +96,9 @@ make test PYTHON=%{python3} %changelog +* Mon Jun 13 2022 Python Maint - 2.12.0-2 +- Bootstrap for Python 3.11 + * Mon May 02 2022 Charalampos Stratakis - 2.12.0-1 - Update to 2.12.0 - Fixes: rhbz#2078223