From 8355a1794af3b7592ac4cd9c594109690c2efc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 21:22:57 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-distro.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-distro.spec b/python-distro.spec index ad2d930..7db06a7 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -9,7 +9,7 @@ Name: python-%{pypi_name} Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Linux Distribution - a Linux OS platform information API License: ASL 2.0 @@ -119,6 +119,9 @@ rm -rf %{pypi_name}.egg-info %endif %changelog +* Sat May 23 2020 Miro HronĨok - 1.5.0-3 +- Rebuilt for Python 3.9 + * Mon May 11 2020 Stephen Gallagher - 1.5.0-2 - Fix Python configuration for ELN/RHEL 9 - Rework bconds for Python now that there are no Fedoras left that should