From c37e0a86d490df3a6f74e64ece2d68b5d75869ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 06:49:31 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- pyparted.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyparted.spec b/pyparted.spec index 9eba9d3..e5d4197 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -34,7 +34,7 @@ Summary: Python module for GNU parted Name: pyparted Epoch: 1 Version: 3.11.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://github.com/dcantrell/pyparted @@ -148,6 +148,9 @@ popd %endif %changelog +* Sat May 23 2020 Miro HronĨok - 1:3.11.5-2 +- Rebuilt for Python 3.9 + * Mon Mar 09 2020 David Cantrell - 1:3.11.5-1 - Require at least libparted 3.3 and python 3.7 (dcantrell) - pedmodule.c: Fix partition enum flag handling (bcl)