From 23d67b79b824cd4a803d3a06a2ee8a85abf5f196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:09:54 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-dasbus.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-dasbus.spec b/python-dasbus.spec index 1fa7f5c..f3915d1 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -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 - 1.2-2 +- Rebuilt for Python 3.9 + * Mon May 18 2020 Vendula Poncova - 1.2-1 - Replace ABC with ABCMeta (vponcova) - Fix typing tests (vponcova)