Update to 7.5.0 (#1678562)
This commit is contained in:
parent
bff004b023
commit
25810e08f8
30
.gitignore
vendored
30
.gitignore
vendored
@ -1,28 +1,2 @@
|
|||||||
ipython-0.10.tar.gz
|
/*.tar.gz
|
||||||
/ipython-0.10.1.tar.gz
|
/ipython-*/
|
||||||
/ipython-0.10.2.tar.gz
|
|
||||||
/ipython-0.11.tar.gz
|
|
||||||
/ipython-0.12.tar.gz
|
|
||||||
/ipython-0.13.tar.gz
|
|
||||||
/ipython-0.13.1.tar.gz
|
|
||||||
/ipython-0.13.2.tar.gz
|
|
||||||
/ipython-2.1.0.tar.gz
|
|
||||||
/ipython-2.2.0.tar.gz
|
|
||||||
/ipython-2.3.0.tar.gz
|
|
||||||
/ipython-2.4.0.tar.gz
|
|
||||||
/ipython-2.4.1.tar.gz
|
|
||||||
/ipython-3.0.0.tar.gz
|
|
||||||
/ipython-3.1.0.tar.gz
|
|
||||||
/ipython-3.2.1.tar.gz
|
|
||||||
/ipython-5.3.0.tar.gz
|
|
||||||
/ipython-6.0.0rc1.tar.gz
|
|
||||||
/ipython-6.0.0.tar.gz
|
|
||||||
/ipython-6.1.0.tar.gz
|
|
||||||
/ipython-6.2.0.tar.gz
|
|
||||||
/ipython-6.2.1.tar.gz
|
|
||||||
/ipython-6.3.0.tar.gz
|
|
||||||
/ipython-6.3.1.tar.gz
|
|
||||||
/ipython-6.4.0.tar.gz
|
|
||||||
/ipython-7.0.1.tar.gz
|
|
||||||
/ipython-7.2.0.tar.gz
|
|
||||||
/ipython-7.4.0.tar.gz
|
|
||||||
|
11
ipython.spec
11
ipython.spec
@ -2,7 +2,7 @@
|
|||||||
%bcond_without doc
|
%bcond_without doc
|
||||||
|
|
||||||
Name: ipython
|
Name: ipython
|
||||||
Version: 7.4.0
|
Version: 7.5.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An enhanced interactive Python shell
|
Summary: An enhanced interactive Python shell
|
||||||
|
|
||||||
@ -176,17 +176,13 @@ mv %{buildroot}%{_mandir}/man1/ipython{,3}.1
|
|||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
%global test_groups extensions lib testing terminal utils nbformat core autoreload
|
|
||||||
# the following group seems to block on python3.4
|
|
||||||
#kernel kernel.inprocess
|
|
||||||
|
|
||||||
# Ensure that the user's .pythonrc.py is not invoked during any tests.
|
# Ensure that the user's .pythonrc.py is not invoked during any tests.
|
||||||
export PYTHONSTARTUP=""
|
export PYTHONSTARTUP=""
|
||||||
mkdir -p run_tests
|
mkdir -p run_tests
|
||||||
pushd run_tests
|
pushd run_tests
|
||||||
PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
||||||
PATH="%{buildroot}%{_bindir}:$PATH" \
|
PATH="%{buildroot}%{_bindir}:$PATH" \
|
||||||
%{buildroot}%{_bindir}/iptest3 %{test_groups}
|
%{buildroot}%{_bindir}/iptest3
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
@ -236,6 +232,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 21 2019 Miro Hrončok <mhroncok@redhat.com> - 7.5.0-1
|
||||||
|
- Update to 7.5.0 (#1678562)
|
||||||
|
|
||||||
* Tue Apr 09 2019 Miro Hrončok <mhroncok@redhat.com> - 7.4.0-1
|
* Tue Apr 09 2019 Miro Hrončok <mhroncok@redhat.com> - 7.4.0-1
|
||||||
- Update to 7.4.0 (#1678562)
|
- Update to 7.4.0 (#1678562)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ipython-7.4.0.tar.gz) = 6e5e4c0f605657cadeb5b192c7fafd14aa892b6844d5533c7672ed20bbd54ffbcc8e6be3c1033acf2a96eac421df6ce7bd430c76077ef45e02ff98c1c74272f0
|
SHA512 (ipython-7.5.0.tar.gz) = 564027879e53b3716ebe8cb1ed4b516835c15f326c865fd664aa7a4e5f26e1a78a329ff8e19d4acf6249e2acf7382501114cd2258c38bba89f0f382f7dcda09b
|
||||||
|
Loading…
Reference in New Issue
Block a user