From ade293cc5536751bc2b540ddb8c5b602d1d4c16bfc144db7f65d30cc8a0d3e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 27 Jul 2021 08:44:20 +0000 Subject: [PATCH] Accepting request 907899 from home:bnavigator:branches:devel:languages:python:jupyter - Update to version 0.3.1 * bump jupyter_server dependency to 1.8 #58 (@Zsailer) - Release 0.3.0 * Support creating terminal with a given name. #52 (@cailiang9) * BUG fix: correct redirection to {base_url}/edit/*. #55 (@cailiang9) * patch server's sorted_extensions to prioritize nbclassic #56 (@Zsailer) - Release 0.2.8 * Remove forced sorting of extensions #49 (@minrk) * Add Changelog #48 (@blink1073) - Release 0.2.7 * Fix deprecation warning when importing jupyter_server.transutils._ #47 (@martinRenou) * Add a redirect handler to open non-notebook files from the cli #45 (@jtpio) * Add default_url trait to NotebookApp #42 (@afshin) * Fix GitHub Actions badge #40 (@jtpio) * Run jupyter nbclassic -h on CI #29 (@jtpio) - Skip python2 and python36 (no ipykernel 6 on python36) OBS-URL: https://build.opensuse.org/request/show/907899 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=3 --- nbclassic-0.2.6-gh.tar.gz | 3 --- nbclassic-0.3.1-gh.tar.gz | 3 +++ python-nbclassic.changes | 24 ++++++++++++++++++++++++ python-nbclassic.spec | 10 ++++++---- 4 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 nbclassic-0.2.6-gh.tar.gz create mode 100644 nbclassic-0.3.1-gh.tar.gz diff --git a/nbclassic-0.2.6-gh.tar.gz b/nbclassic-0.2.6-gh.tar.gz deleted file mode 100644 index 94c9371..0000000 --- a/nbclassic-0.2.6-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a1c7c0f63a3d2c8d58ba64fdadc7ffcfd24d70c91e320856bc031c50c4d0da4 -size 24186 diff --git a/nbclassic-0.3.1-gh.tar.gz b/nbclassic-0.3.1-gh.tar.gz new file mode 100644 index 0000000..56d624d --- /dev/null +++ b/nbclassic-0.3.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315e6aff889e08155d9f8a9200b7f8e399708c3d0644a5f4aed4a20762a2c0a1 +size 25761 diff --git a/python-nbclassic.changes b/python-nbclassic.changes index 74db6fc..866d8ee 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Jul 23 08:15:54 UTC 2021 - Ben Greiner + +- Update to version 0.3.1 + * bump jupyter_server dependency to 1.8 #58 (@Zsailer) +- Release 0.3.0 + * Support creating terminal with a given name. #52 (@cailiang9) + * BUG fix: correct redirection to {base_url}/edit/*. #55 + (@cailiang9) + * patch server's sorted_extensions to prioritize nbclassic #56 + (@Zsailer) +- Release 0.2.8 + * Remove forced sorting of extensions #49 (@minrk) + * Add Changelog #48 (@blink1073) +- Release 0.2.7 + * Fix deprecation warning when importing + jupyter_server.transutils._ #47 (@martinRenou) + * Add a redirect handler to open non-notebook files from the cli + #45 (@jtpio) + * Add default_url trait to NotebookApp #42 (@afshin) + * Fix GitHub Actions badge #40 (@jtpio) + * Run jupyter nbclassic -h on CI #29 (@jtpio) +- Skip python2 and python36 (no ipykernel 6 on python36) + ------------------------------------------------------------------- Tue Feb 2 21:09:01 UTC 2021 - Ben Greiner diff --git a/python-nbclassic.spec b/python-nbclassic.spec index 6775ae6..fefbd37 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -16,22 +16,24 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 +%define skip_python36 1 Name: python-nbclassic -Version: 0.2.6 +Version: 0.3.1 Release: 0 Summary: Jupyter Notebook as a Jupyter Server Extension License: BSD-3-Clause URL: https://github.com/jupyterlab/nbclassic # The github archive has the tests Source: https://github.com/jupyterlab/nbclassic/archive/%{version}.tar.gz#/nbclassic-%{version}-gh.tar.gz -BuildRequires: %{python_module jupyter_server >= 1.1} +BuildRequires: %{python_module jupyter_server >= 1.8} BuildRequires: %{python_module notebook} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: jupyter-nbclassic = %{version} -Requires: python-jupyter_server >= 1.1 +Requires: python-jupyter_server >= 1.8 Requires: python-notebook # SECTION test requirements BuildRequires: %{python_module pytest-console-scripts}