From c3a7684d49be8f4ed32e773d157a0411b47bad73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 02:17:32 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-coverage.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-coverage.spec b/python-coverage.spec index 5670459..0a589f7 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -3,7 +3,7 @@ Name: python-coverage Summary: Code coverage testing module for Python Version: 4.5.4 -Release: 2%{?prever}%{?dist} +Release: 3%{?prever}%{?dist} # jquery(MIT): # coverage/htmlfiles/jquery.min.js # MIT or GPL: @@ -107,6 +107,9 @@ popd %{python3_sitearch}/coverage*.egg-info/ %changelog +* Thu Aug 15 2019 Miro Hrončok - 4.5.4-3 +- Rebuilt for Python 3.8 + * Mon Aug 12 2019 Miro Hrončok - 4.5.4-2 - Make /usr/bin/coverage Python 3 - Remove /usr/bin/python*-coverage links to cleanse tab completion results