diff --git a/python-pygments.spec b/python-pygments.spec index 1ae9531..487d976 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -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.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Syntax highlighting engine written in Python License: BSD @@ -84,6 +86,9 @@ make test PYTHON=%{python3} %endif %changelog +* Wed Jun 02 2021 Python Maint - 2.8.1-2 +- Bootstrap for Python 3.10 + * Wed Mar 10 2021 Charalampos Stratakis - 2.8.1-1 - Update to 2.8.1 (rhbz#1928510)