Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-24 21:23:30 +02:00
parent 72d0d72d53
commit 1dda746475

View File

@ -16,7 +16,7 @@ terminal applications in Python.}
Name: python-%{pkgname} Name: python-%{pkgname}
Version: 3.0.5 Version: 3.0.5
Release: 2%{?dist} Release: 3%{?dist}
Summary: Library for building powerful interactive command lines in Python Summary: Library for building powerful interactive command lines in Python
License: BSD License: BSD
URL: https://github.com/prompt-toolkit/python-prompt-toolkit URL: https://github.com/prompt-toolkit/python-prompt-toolkit
@ -72,6 +72,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} --verbose
%changelog %changelog
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-3
- Rebuilt for Python 3.9
* Thu May 14 2020 Carl George <carl@george.computer> - 3.0.5-2 * Thu May 14 2020 Carl George <carl@george.computer> - 3.0.5-2
- Remove six dependency - Remove six dependency