From f556416cf52da810ff0b95a1ad28546db9569f83 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 22:48:45 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-distro.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-distro.spec b/python-distro.spec index 75883bc..17d5a56 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.8.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Linux Distribution - a Linux OS platform information API License: Apache-2.0 @@ -60,6 +60,9 @@ Suggests: /usr/bin/lsb_release %pytest %changelog +* Tue Jun 13 2023 Python Maint - 1.8.0-5 +- Rebuilt for Python 3.12 + * Tue May 23 2023 Yaakov Selkowitz - 1.8.0-4 - Migrate from tox to pytest