From b0233038cbe819b7bc75b1854b2dcbfb5f9545e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 16 Aug 2019 05:01:41 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- pykickstart.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index 1ba6680..6fad06f 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -5,7 +5,7 @@ Name: pykickstart Version: 3.21 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and MIT Summary: Python utilities for manipulating kickstart files. Url: http://fedoraproject.org/wiki/pykickstart @@ -77,6 +77,9 @@ make PYTHON=%{__python3} test %{python3_sitelib}/pykickstart*.egg-info %changelog +* Fri Aug 16 2019 Miro HronĨok - 3.21-2 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 David Cantrell - 3.21-1 - Make module --disable available on Fedora 31+ (mkolman) - Add F31 handler (mkolman)