From 7eef72251cbe9b07a5641a6d6c5d2dab73b4b5ad Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 14 Jun 2022 06:53:21 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-iso8601.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-iso8601.spec b/python-iso8601.spec index d645e70..6ef6dce 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -7,7 +7,7 @@ This module parses the most common forms of ISO 8601 date strings \ Name: python-%{srcname} Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple module to parse ISO 8601 dates License: MIT @@ -52,6 +52,9 @@ sed -e 's/\^/>=/' -i pyproject.toml %doc README.rst %changelog +* Tue Jun 14 2022 Python Maint - 1.0.2-3 +- Rebuilt for Python 3.11 + * Fri May 06 2022 Carl George - 1.0.2-2 - Convert to pyproject macros