diff --git a/notebook_shim-0.2.2.tar.gz b/notebook_shim-0.2.2.tar.gz deleted file mode 100644 index 09d44fe..0000000 --- a/notebook_shim-0.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:090e0baf9a5582ff59b607af523ca2db68ff216da0c69956b62cab2ef4fc9c3f -size 12947 diff --git a/notebook_shim-0.2.3.tar.gz b/notebook_shim-0.2.3.tar.gz new file mode 100644 index 0000000..3406765 --- /dev/null +++ b/notebook_shim-0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9 +size 13082 diff --git a/python-notebook-shim.changes b/python-notebook-shim.changes index 75d5fa9..b05682d 100644 --- a/python-notebook-shim.changes +++ b/python-notebook-shim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 1 17:48:19 UTC 2023 - Ben Greiner + +- Update to 0.2.3 + * Add show_banner to ignored_traits #29 (@echarles) + ------------------------------------------------------------------- Mon Dec 26 23:58:03 UTC 2022 - Ben Greiner diff --git a/python-notebook-shim.spec b/python-notebook-shim.spec index d4bc96b..dbf06a5 100644 --- a/python-notebook-shim.spec +++ b/python-notebook-shim.spec @@ -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