From 5cc8e359daa410ca571adc6c923085010aa5345c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 15:07:14 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- pyparted.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyparted.spec b/pyparted.spec index 0eaaeb7..e1ebdbe 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -34,7 +34,7 @@ Summary: Python module for GNU parted Name: pyparted Epoch: 1 Version: 3.12.0 -Release: 10%{?dist} +Release: 11%{?dist} License: GPL-2.0-or-later URL: https://github.com/dcantrell/pyparted @@ -159,6 +159,9 @@ popd %endif %changelog +* Thu Jun 15 2023 Python Maint - 1:3.12.0-11 +- Rebuilt for Python 3.12 + * Wed Jun 14 2023 David Cantrell - 1:3.12.0-10 - Use non-deprecated syntax for the %%patch macros