From 859e9de764ff4cd6993d179a58d6d25b68f03f94 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 15 Jun 2023 18:55:00 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- pyatspi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyatspi.spec b/pyatspi.spec index 721daca..ac9dd5f 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -2,7 +2,7 @@ Name: pyatspi Version: 2.46.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python bindings for at-spi License: LGPL-2.0-or-later AND GPL-2.0-or-later @@ -76,6 +76,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py %changelog +* Thu Jun 15 2023 Python Maint - 2.46.0-5 +- Rebuilt for Python 3.12 + * Wed May 10 2023 Tomas Popela - 2.46.0-4 - Drop BR on dbus-glib as the project is using plain dbus