Rebuilt for Python 3.7

This commit is contained in:
Miro Hrončok 2018-06-19 10:50:12 +02:00
parent 980b629f8f
commit 0e58b3007a

View File

@ -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 <mhroncok@redhat.com> - 2.26.0-6
- Rebuilt for Python 3.7
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.26.0-5
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)