Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 20:27:46 +02:00 committed by Miro Hrončok
parent 9fe3b10c9a
commit f786755b11

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 1.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: DBus library in Python 3
License: LGPLv2+
@ -51,6 +51,9 @@ Requires: python3-gobject-base
%{python3_sitelib}/%{srcname}/
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.6-2
- Rebuilt for Python 3.10
* Mon May 31 2021 Vendula Poncova <vponcova@redhat.com> - 1.6-1
- Add support for SUSE packaging in spec file (christopher.m.cantalupo)
- Allow to generate multiple output arguments (vponcova)