From 0e58b3007af0a8ff1e577e64c6e73a327f98ae83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:50:12 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- pyatspi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyatspi.spec b/pyatspi.spec index 7a27409..06de338 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -2,7 +2,7 @@ Name: pyatspi Version: 2.26.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python bindings for at-spi Group: Development/Languages @@ -127,6 +127,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker. %changelog +* Tue Jun 19 2018 Miro HronĨok - 2.26.0-6 +- Rebuilt for Python 3.7 + * Wed Feb 21 2018 Iryna Shcherbina - 2.26.0-5 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)