1
0

Accepting request 1092360 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 1.0.0
  * only documentation changes despite the big version bump

OBS-URL: https://build.opensuse.org/request/show/1092360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=39
This commit is contained in:
Benjamin Greiner 2023-06-11 19:55:24 +00:00 committed by Git OBS Bridge
parent 3eb8e45557
commit abd8db6524
6 changed files with 19 additions and 8 deletions

BIN
nbclassic-0.5.6-gh.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
nbclassic-0.5.6-py3-none-any.whl (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0648209e9651b464786d8eefd7a4af39f3a9deb51ca5714f31a772a6e22843c7
size 8320504

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f99e4769b4750076cd4235c044b61232110733322384a94a63791d2e7beacc66
size 9995162

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jun 11 19:50:37 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.0.0
* only documentation changes despite the big version bump
-------------------------------------------------------------------
Mon May 1 17:46:44 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -26,8 +26,12 @@
%endif
# this conditional is used in the python-rpm-macros, but `osc build --without libalternatives` won't work
%bcond_without libalternatives
# avoid rewriting
%define python3dist python3dist
# 1.0.0 gets abbreviated by pythondistdeps
%define shortversion 1
Name: python-nbclassic%{psuffix}
Version: 0.5.6
Version: 1.0.0
Release: 0
Summary: Jupyter Notebook as a Jupyter Server Extension
License: BSD-3-Clause
@ -86,7 +90,8 @@ on top of the new Python server backend.
%package -n jupyter-nbclassic
Summary: Jupyter Notebook as a Jupyter Server Extension
Requires: python3-nbclassic = %{version}
# Any flavor is okay
Requires: %python3dist(nbclassic) = %{shortversion}
%description -n jupyter-nbclassic
NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend.