Update to 7.19.0 (#1893413)
This commit is contained in:
parent
a4f253d554
commit
c92b8a80e0
10
ipython.spec
10
ipython.spec
@ -13,7 +13,7 @@
|
||||
%endif
|
||||
|
||||
Name: ipython
|
||||
Version: 7.18.1
|
||||
Version: 7.19.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An enhanced interactive Python shell
|
||||
|
||||
@ -207,6 +207,11 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||
PATH="%{buildroot}%{_bindir}:$PATH" \
|
||||
%{buildroot}%{_bindir}/iptest3
|
||||
popd
|
||||
# There is an ongoing migration from iptest/nose to pytest
|
||||
# so we use both at the same time and we'll be eventually
|
||||
# prepared to remove the older way.
|
||||
# See the last paragraph in https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-19
|
||||
%pytest
|
||||
%else
|
||||
rm -f %{buildroot}%{_bindir}/iptest*
|
||||
rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests
|
||||
@ -258,6 +263,9 @@ rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 13 2020 Lumír Balhar <lbalhar@redhat.com> - 7.19.0-1
|
||||
- Update to 7.19.0 (#1893413)
|
||||
|
||||
* Tue Sep 08 2020 Lumír Balhar <lbalhar@redhat.com> - 7.18.1-1
|
||||
- Update to 7.18.1 (#1873693)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ipython-7.18.1.tar.gz) = 71f495021df56bbea97fb26b9274e54f7662875b7690a9493bdf682635e048d9ec53a947ee9b0d487634a3a8c639f0d93c6639b3a0dd20bdfefbb4c53fb53799
|
||||
SHA512 (ipython-7.19.0.tar.gz) = 5350a125da3050acaea4899939a3b9d779009a2f5769fc9f3aa514ce029df050069ef9310d3255ad62f28912b4dec39207267248d3a2c3e9131cffd691322622
|
||||
|
||||
Loading…
Reference in New Issue
Block a user