Bootstrap for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-24 22:03:39 +02:00
parent f09ccf6503
commit a27d11b7c1

View File

@ -1,9 +1,11 @@
%global _without_check 1
%global _without_doc 1
%bcond_without check
%bcond_without doc
Name: ipython
Version: 7.14.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: An enhanced interactive Python shell
# See bug #603178 for a quick overview for the choice of licenses
@ -256,6 +258,9 @@ popd
%changelog
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 7.14.0-5
- Bootstrap for Python 3.9
* Thu May 21 2020 Lumír Balhar <lbalhar@redhat.com> - 7.14.0-4
- Explicit tex dependencies for latextools (#1838474)