From 6fa0665f130156ef466a426a512390f9efcdce16 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 26 2020 01:43:46 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-tw2-core.spec b/python-tw2-core.spec index 3ea349c..ff84f75 100644 --- a/python-tw2-core.spec +++ b/python-tw2-core.spec @@ -2,7 +2,7 @@ Name: python-tw2-core Version: 2.2.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web widget creation toolkit based on TurboGears widgets License: MIT @@ -93,6 +93,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test %{python3_sitelib}/%{modname}-%{version}* %changelog +* Tue May 26 2020 Miro Hrončok - 2.2.9-2 +- Rebuilt for Python 3.9 + * Wed Mar 25 2020 Ján ONDREJ (SAL) - 2.2.9-1 - Update to upstream - Enable kajiki support again