From c9a36fab1c470e866ec89315bfefcf5445cbc9a8 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 18:54:43 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-dbusmock.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dbusmock.spec b/python-dbusmock.spec index d35e152..4e49c09 100644 --- a/python-dbusmock.spec +++ b/python-dbusmock.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.29.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mock D-Bus objects License: LGPLv3+ @@ -51,6 +51,9 @@ rm -rf python-%{modname}.egg-info %{python3_sitelib}/*%{modname}* %changelog +* Thu Jun 15 2023 Python Maint - 0.29.0-2 +- Rebuilt for Python 3.12 + * Thu Apr 20 2023 Packit - 0.29.0-1 - Support loading templates from XDG_DATA_DIRS - iio-sensors-proxy: Throw proper D-Bus errors instead of Python Exception