Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-26 03:09:54 +02:00
parent 46843dcd6e
commit 23d67b79b8

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 1.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: DBus library in Python 3
License: LGPLv2+
@ -43,6 +43,9 @@ Requires: python3-gobject-base
%{python3_sitelib}/%{srcname}/
%changelog
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.2-2
- Rebuilt for Python 3.9
* Mon May 18 2020 Vendula Poncova <vponcova@redhat.com> - 1.2-1
- Replace ABC with ABCMeta (vponcova)
- Fix typing tests (vponcova)