From 822b58197592e5c502d38d5a7b711b4195cbfdbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 16 Aug 2019 16:39:35 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-packaging.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-packaging.spec b/python-packaging.spec index 7ac757c..9abff2c 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,5 +1,3 @@ -%global _without_tests 1 -%global _without_docs 1 %global pypi_name packaging %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -18,7 +16,7 @@ Name: python-%{pypi_name} Version: 19.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Core utilities for Python packages License: BSD or ASL 2.0 @@ -195,6 +193,9 @@ rm -rf html/_static/fonts/ %endif %changelog +* Fri Aug 16 2019 Miro Hrončok - 19.0-4 +- Rebuilt for Python 3.8 + * Thu Aug 15 2019 Miro Hrončok - 19.0-3 - Bootstrap for Python 3.8