From 1e6ddaa83c5eb261920dc41a8ecf4ca24c10826a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 12:28:05 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-pygments.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pygments.spec b/python-pygments.spec index 1ee2080..f9dccf2 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.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Syntax highlighting engine written in Python License: BSD @@ -81,6 +83,9 @@ make test PYTHON=%{python3} %endif %changelog +* Fri May 22 2020 Miro Hrončok - 2.6.1-2 +- Bootstrap for Python 3.9 + * Tue May 19 2020 Miro Hrončok - 2.6.1-1 - Update to 2.6.1 (#1776922)