From 2234f746f42ecd72c9e9222c2be9057cafe003e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:44:36 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-uritemplate.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-uritemplate.spec b/python-uritemplate.spec index a668c0e..0c3dcea 100644 --- a/python-uritemplate.spec +++ b/python-uritemplate.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple python library to deal with URI Templates (RFC 6570) License: BSD or ASL 2.0 @@ -50,6 +50,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %{python3_sitelib}/%{modname}/ %changelog +* Tue May 26 2020 Miro HronĨok - 3.0.1-2 +- Rebuilt for Python 3.9 + * Sun May 03 2020 Felix Schwarz - 3.0.1-1 - update to 3.0.1 - declare licensing correctly and include actual license files