From d0fb07172067f999dc9da633b7c0910ed8f10307 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:00:43 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-dbus-client-gen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dbus-client-gen.spec b/python-dbus-client-gen.spec index fcfd6a6..57ae6c7 100644 --- a/python-dbus-client-gen.spec +++ b/python-dbus-client-gen.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 0.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Library for Generating D-Bus Client Code License: MPLv2.0 @@ -46,6 +46,9 @@ Python 3 version. %{python3_sitelib}/dbus_client_gen-*.egg-info/ %changelog +* Mon Jun 13 2022 Python Maint - 0.5-8 +- Rebuilt for Python 3.11 + * Sat Feb 26 2022 mulhern - 0.5-7 - Add gating tests