From 0c60185e6c6b1149a48749ccc3da8ebf749dd809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 16 Jun 2018 02:01:36 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-packaging.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-packaging.spec b/python-packaging.spec index f3455e2..14718b4 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 %global pypi_name packaging %if 0%{?fedora} @@ -14,7 +13,7 @@ Name: python-%{pypi_name} Version: 16.8 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Core utilities for Python packages License: BSD or ASL 2.0 @@ -176,6 +175,9 @@ rm -rf html/_static/fonts/ %license LICENSE LICENSE.APACHE LICENSE.BSD %changelog +* Sat Jun 16 2018 Miro Hrončok - 16.8-10 +- Rebuilt for Python 3.7 + * Thu Jun 14 2018 Miro Hrončok - 16.8-9 - Bootstrap for Python 3.7