Accepting request 1046566 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1046566 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=36
This commit is contained in:
commit
e896d74be3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:882899fe78d5417a0aa07f995db298fa28b58faeba2112d2e3a4c95fe14bb738
|
||||
size 5329857
|
3
ipython-8.8.0.tar.gz
Normal file
3
ipython-8.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3bf2c08505ad2c3f4ed5c46ae0331a8547d36bf4b21a451e8ae80c0791db95b
|
||||
size 5341086
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 14:26:56 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Remove the ipythonMAJ.MIN entrypoint
|
||||
* gh#ipython/ipyton#13815
|
||||
* gh#ipython/ipyton#13880
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 3 14:03:46 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 8.8.0
|
||||
* replace the greedy completer and improve completion, in particular
|
||||
for dictionary keys
|
||||
* adds py.typed to setup.cfg to make sure it is bundled in wheels
|
||||
* implements tab completions for IPython options in the shell when
|
||||
using argcomplete
|
||||
* makes the inspector class of InteractiveShell configurable
|
||||
* makes tests compatible with Pygments >= 2.14
|
||||
* more changes, see upstream 8.8.0 milestone
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 25 19:08:47 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,7 +32,7 @@
|
||||
# extra tests are skipped automatically, don't require these packages for Ring1
|
||||
%bcond_with localtest
|
||||
Name: python-ipython%{psuffix}
|
||||
Version: 8.7.0
|
||||
Version: 8.8.0
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
@ -161,8 +161,6 @@ popd
|
||||
|
||||
%python_clone -a %{buildroot}%{_bindir}/ipython
|
||||
%python_clone -a %{buildroot}%{_bindir}/ipython3
|
||||
# gh#ipython/ipython#13815
|
||||
%python_expand cp %{buildroot}%{_bindir}/ipython{-%{$python_bin_suffix },%{$python_bin_suffix}}
|
||||
|
||||
# must clone after copy
|
||||
cp %{buildroot}%{_mandir}/man1/ipython{,3}.1
|
||||
@ -205,8 +203,6 @@ $python -O -m compileall -d %{$python_sitelib} %{buildroot}%{$python_sitelib}/IP
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
# check our fix for https://github.com/ipython/ipython/issues/13815
|
||||
%python_expand ipython%{$python_bin_suffix} --show-config | grep "Python %{$python_version}"
|
||||
export PYTHONPATH=$(pwd)
|
||||
%pytest
|
||||
%endif
|
||||
@ -233,7 +229,6 @@ export PYTHONPATH=$(pwd)
|
||||
%doc README.rst docs/source/about/license_and_copyright.rst
|
||||
%python_alternative %{_bindir}/ipython
|
||||
%python_alternative %{_bindir}/ipython3
|
||||
%{_bindir}/ipython%{python_bin_suffix}
|
||||
%python_alternative %{_mandir}/man1/ipython.1.gz
|
||||
%python_alternative %{_mandir}/man1/ipython3.1.gz
|
||||
%{python_sitelib}/IPython/
|
||||
|
Loading…
Reference in New Issue
Block a user