From 1dda7464751b7b080b46b136d9f7d25d99545c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 21:23:30 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-prompt-toolkit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-prompt-toolkit.spec b/python-prompt-toolkit.spec index 3711949..0636b34 100644 --- a/python-prompt-toolkit.spec +++ b/python-prompt-toolkit.spec @@ -16,7 +16,7 @@ terminal applications in Python.} Name: python-%{pkgname} Version: 3.0.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for building powerful interactive command lines in Python License: BSD URL: https://github.com/prompt-toolkit/python-prompt-toolkit @@ -72,6 +72,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} --verbose %changelog +* Sun May 24 2020 Miro HronĨok - 3.0.5-3 +- Rebuilt for Python 3.9 + * Thu May 14 2020 Carl George - 3.0.5-2 - Remove six dependency