Accepting request 1083888 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1083888 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook-shim?expand=0&rev=4
This commit is contained in:
commit
a7af092e12
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:090e0baf9a5582ff59b607af523ca2db68ff216da0c69956b62cab2ef4fc9c3f
|
||||
size 12947
|
BIN
notebook_shim-0.2.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
notebook_shim-0.2.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 1 17:48:19 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 0.2.3
|
||||
* Add show_banner to ignored_traits #29 (@echarles)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 23:58:03 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-notebook-shim
|
||||
#
|
||||
# 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
|
||||
@ -16,8 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define anypython python3dist
|
||||
Name: python-notebook-shim
|
||||
Version: 0.2.2
|
||||
Version: 0.2.3
|
||||
Release: 0
|
||||
Summary: A shim layer for notebook traits and config
|
||||
License: BSD-3-Clause
|
||||
@ -47,8 +48,7 @@ Jupyter Server for their Python Web application backend.
|
||||
%package -n jupyter-notebook-shim
|
||||
Summary: The configuration file for python-notebook-shim
|
||||
Provides: juypter-notebook_shim = %{version}-%{release}
|
||||
# Any flavor is okay
|
||||
Requires: (%(echo "%{python_module notebook-shim = %{version}@or@}" | sed "s/@or@/ or /g" | sed 's/ or\s*$//'))
|
||||
Requires: %anypython(notebook-shim) = %{version}
|
||||
|
||||
%description -n jupyter-notebook-shim
|
||||
This project provides a way for JupyterLab and other frontends to switch to
|
||||
|
Loading…
Reference in New Issue
Block a user