forked from pool/python-jupyter-core
Accepting request 1072958 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 5.3.0 * Fix pywin32 version constraint #347 (@blink1073) * Support platformdirs 3 #342 (@blink1073) OBS-URL: https://build.opensuse.org/request/show/1072958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-core?expand=0&rev=38
This commit is contained in:
parent
539a99176d
commit
6b559af226
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1407cdb4c79ee467696c04b76633fc1884015fa109323365a6372c8e890cc83f
|
|
||||||
size 83861
|
|
BIN
jupyter_core-5.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
jupyter_core-5.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 19 17:35:27 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 5.3.0
|
||||||
|
* Fix pywin32 version constraint #347 (@blink1073)
|
||||||
|
* Support platformdirs 3 #342 (@blink1073)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 5 15:58:09 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sun Feb 5 15:58:09 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.2.0
|
Version: 5.3.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
|
||||||
@ -127,7 +127,7 @@ donttest="$donttest or test_config_dir_linux"
|
|||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING.md
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/jupyter
|
%python_alternative %{_bindir}/jupyter
|
||||||
%python_alternative %{_bindir}/jupyter-migrate
|
%python_alternative %{_bindir}/jupyter-migrate
|
||||||
%python_alternative %{_bindir}/jupyter-troubleshoot
|
%python_alternative %{_bindir}/jupyter-troubleshoot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user