From f54b7781fa6ec1a154bc6b58026fd884e5f8cbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 20:10:18 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-pygments.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pygments.spec b/python-pygments.spec index d5a9b19..62eef11 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -1,4 +1,3 @@ -%global _without_docs 1 %global upstream_name Pygments %global srcname pygments %global sum Syntax highlighting engine written in Python @@ -8,7 +7,7 @@ Name: python-pygments Version: 2.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{sum} License: BSD @@ -130,6 +129,9 @@ make test PYTHON=%{__python3} %endif %changelog +* Thu Aug 15 2019 Miro Hrončok - 2.4.2-4 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 2.4.2-3 - Bootstrap for Python 3.8