From 8e421d84225088259aa6a2aad208f45fc958aa9d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 19:35:42 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-pygments.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-pygments.spec b/python-pygments.spec index 487d976..c2267bd 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -1,12 +1,10 @@ -%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: 2%{?dist} +Release: 3%{?dist} Summary: Syntax highlighting engine written in Python License: BSD @@ -86,6 +84,9 @@ make test PYTHON=%{python3} %endif %changelog +* Wed Jun 02 2021 Python Maint - 2.8.1-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 2.8.1-2 - Bootstrap for Python 3.10