From a3f866e52d2c44f6309cc2383167c87251f18046 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 22:48:09 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-configobj.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-configobj.spec b/python-configobj.spec index 3d55f55..28adab7 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -1,6 +1,6 @@ Name: python-configobj Version: 5.0.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Config file reading, writing, and validation License: BSD URL: http://configobj.readthedocs.org/ @@ -50,6 +50,9 @@ export PYTHONPATH=$(pwd)/build/lib %{python3_sitelib}/configobj-%{version}-py%{python3_version}.egg-info %changelog +* Tue Jun 13 2023 Python Maint - 5.0.8-3 +- Rebuilt for Python 3.12 + * Tue May 23 2023 Yaakov Selkowitz - 5.0.8-2 - Avoid pytest-cov dependency