From abd8db652466f38d4789379be4bc5ca2e8cb05d1a6c629397fe12dbdfab34594 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 11 Jun 2023 19:55:24 +0000 Subject: [PATCH] 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 --- nbclassic-0.5.6-gh.tar.gz | 3 --- nbclassic-0.5.6-py3-none-any.whl | 3 --- nbclassic-1.0.0-gh.tar.gz | 3 +++ nbclassic-1.0.0-py3-none-any.whl | 3 +++ python-nbclassic.changes | 6 ++++++ python-nbclassic.spec | 9 +++++++-- 6 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 nbclassic-0.5.6-gh.tar.gz delete mode 100644 nbclassic-0.5.6-py3-none-any.whl create mode 100644 nbclassic-1.0.0-gh.tar.gz create mode 100644 nbclassic-1.0.0-py3-none-any.whl diff --git a/nbclassic-0.5.6-gh.tar.gz b/nbclassic-0.5.6-gh.tar.gz deleted file mode 100644 index 37d5b1b..0000000 --- a/nbclassic-0.5.6-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e1906db101e423426973c96446a38d43e312c11cc12f12eb02eb70cc1c7dbe5 -size 8319957 diff --git a/nbclassic-0.5.6-py3-none-any.whl b/nbclassic-0.5.6-py3-none-any.whl deleted file mode 100644 index b37b460..0000000 --- a/nbclassic-0.5.6-py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3c8b7de80046c4a36a74662a5e325386d345289906c618366d8154e03dc2322 -size 9995168 diff --git a/nbclassic-1.0.0-gh.tar.gz b/nbclassic-1.0.0-gh.tar.gz new file mode 100644 index 0000000..fe1893e --- /dev/null +++ b/nbclassic-1.0.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0648209e9651b464786d8eefd7a4af39f3a9deb51ca5714f31a772a6e22843c7 +size 8320504 diff --git a/nbclassic-1.0.0-py3-none-any.whl b/nbclassic-1.0.0-py3-none-any.whl new file mode 100644 index 0000000..077d184 --- /dev/null +++ b/nbclassic-1.0.0-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99e4769b4750076cd4235c044b61232110733322384a94a63791d2e7beacc66 +size 9995162 diff --git a/python-nbclassic.changes b/python-nbclassic.changes index bd71263..75a3579 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 11 19:50:37 UTC 2023 - Ben Greiner + +- Update to 1.0.0 + * only documentation changes despite the big version bump + ------------------------------------------------------------------- Mon May 1 17:46:44 UTC 2023 - Ben Greiner diff --git a/python-nbclassic.spec b/python-nbclassic.spec index 78b7b91..20a35ab 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -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.