Accepting request 1117894 from devel:languages:python:jupyter
- Update to 5.4.0 * Add python 3.12 support #367 (@blink1073) * Update typings for traitlets 5.11 #366 (@blink1073) OBS-URL: https://build.opensuse.org/request/show/1117894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-core?expand=0&rev=20
This commit is contained in:
commit
195e174dd2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0c28db6cbe2c37b5b398e1a1a5b22f84fd64cd10afc1f6c05b02fb09481ba45f
|
|
||||||
size 84808
|
|
3
jupyter_core-5.4.0.tar.gz
Normal file
3
jupyter_core-5.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4b98344bb94ee2e3e6c4519a97d001656009f9cb2b7f2baf15b3c205770011d
|
||||||
|
size 85162
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 15 15:28:47 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 5.4.0
|
||||||
|
* Add python 3.12 support #367 (@blink1073)
|
||||||
|
* Update typings for traitlets 5.11 #366 (@blink1073)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 7 13:07:45 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sat Oct 7 13:07:45 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-jupyter-core%{psuffix}
|
Name: python-jupyter-core%{psuffix}
|
||||||
Version: 5.3.2
|
Version: 5.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Base package on which Jupyter projects rely
|
Summary: Base package on which Jupyter projects rely
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -112,6 +112,8 @@ sed -i "s|^#!%{_bindir}/env python$|#!%{__$python}|" %{buildroot}%{$python_sitel
|
|||||||
donttest="test_jupyter_path_prefer_env or test_jupyter_config_path_prefer_env"
|
donttest="test_jupyter_path_prefer_env or test_jupyter_config_path_prefer_env"
|
||||||
# we changed the xdg path
|
# we changed the xdg path
|
||||||
donttest="$donttest or test_config_dir_linux"
|
donttest="$donttest or test_config_dir_linux"
|
||||||
|
# async failure
|
||||||
|
donttest="$donttest or test_ensure_async"
|
||||||
%pytest -k "not ($donttest)"
|
%pytest -k "not ($donttest)"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user