RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ipython#c92b8a80e02c9069a62521008b04811a36b2033d
This commit is contained in:
parent
da2c95102e
commit
1320dbed7b
10
ipython.spec
10
ipython.spec
@ -13,7 +13,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 7.18.1
|
Version: 7.19.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
|
|
||||||
@ -207,6 +207,11 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
|||||||
PATH="%{buildroot}%{_bindir}:$PATH" \
|
PATH="%{buildroot}%{_bindir}:$PATH" \
|
||||||
%{buildroot}%{_bindir}/iptest3
|
%{buildroot}%{_bindir}/iptest3
|
||||||
popd
|
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
|
%else
|
||||||
rm -f %{buildroot}%{_bindir}/iptest*
|
rm -f %{buildroot}%{_bindir}/iptest*
|
||||||
rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests
|
rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests
|
||||||
@ -258,6 +263,9 @@ rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 08 2020 Lumír Balhar <lbalhar@redhat.com> - 7.18.1-1
|
||||||
- Update to 7.18.1 (#1873693)
|
- 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