From 649cc1968f122b8ab694f592ff452a528597654c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 21:45:55 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-distro.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-distro.spec b/python-distro.spec index 912a5da..5e0f946 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 1.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux Distribution - a Linux OS platform information API License: ASL 2.0 @@ -59,6 +59,9 @@ Suggests: /usr/bin/lsb_release %tox %changelog +* Mon Jun 13 2022 Python Maint - 1.7.0-2 +- Rebuilt for Python 3.11 + * Wed Feb 16 2022 Marek Blaha - 1.7.0-1 - Update to 1.7.0 (#2054810) - Drop Python 2 support in the spec