From f99030f550b004fedfd62bde022fa19e9b46ea87161ffa2e6a7bfc2506eede1b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 12 Feb 2023 17:10:54 +0000 Subject: [PATCH] Accepting request 1064440 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/1064440 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=31 --- nbclassic-0.4.8-gh.tar.gz | 3 --- nbclassic-0.4.8-py3-none-any.whl | 3 --- nbclassic-0.5.1-gh.tar.gz | 3 +++ nbclassic-0.5.1-py3-none-any.whl | 3 +++ python-nbclassic.changes | 34 ++++++++++++++++++++++++++++++++ python-nbclassic.spec | 4 ++-- 6 files changed, 42 insertions(+), 8 deletions(-) delete mode 100644 nbclassic-0.4.8-gh.tar.gz delete mode 100644 nbclassic-0.4.8-py3-none-any.whl create mode 100644 nbclassic-0.5.1-gh.tar.gz create mode 100644 nbclassic-0.5.1-py3-none-any.whl diff --git a/nbclassic-0.4.8-gh.tar.gz b/nbclassic-0.4.8-gh.tar.gz deleted file mode 100644 index 2bdc5e9..0000000 --- a/nbclassic-0.4.8-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cd8a505393dbda9870b8e9f205ecd091f5f8c7a647fe21a7b9cebceb2596d8e -size 8316656 diff --git a/nbclassic-0.4.8-py3-none-any.whl b/nbclassic-0.4.8-py3-none-any.whl deleted file mode 100644 index 8c321ac..0000000 --- a/nbclassic-0.4.8-py3-none-any.whl +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbf05df5842b420d5cece0143462380ea9d308ff57c2dc0eb4d6e035b18fbfb3 -size 9790665 diff --git a/nbclassic-0.5.1-gh.tar.gz b/nbclassic-0.5.1-gh.tar.gz new file mode 100644 index 0000000..8deee85 --- /dev/null +++ b/nbclassic-0.5.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9f1c9c081e6cdb951be4faae4c6e75d6fb265f316211e8b3dedc978f599d04 +size 8316401 diff --git a/nbclassic-0.5.1-py3-none-any.whl b/nbclassic-0.5.1-py3-none-any.whl new file mode 100644 index 0000000..2d8c059 --- /dev/null +++ b/nbclassic-0.5.1-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c235e1f22f4048f3b877d354c198202898797cf9c2085856827598cead001b +size 9966281 diff --git a/python-nbclassic.changes b/python-nbclassic.changes index 5834b3b..95895cd 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Feb 9 16:16:06 UTC 2023 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 0.5.1: + * Bugs fixed + + Add packages and package_data back in the setup_args #206 + (@echarles) + + Add static and templates as artifact for hatch build #205 + (@echarles) + +- changes from version 0.5.0: + * Enhancements made + + Upgrade to marked 4.0.10 #201 (@echarles) + * Bugs fixed + + Ci test fixes round1 #202 (@ericsnekbytes) + + fix loading of static and template path config #192 (@minrk) + + Add pytest_jupyter to the list of test deps #190 (@echarles) + + Align setup.py and setup.cfg #181 (@echarles) + * Maintenance and upkeep improvements + + Ci test fixes round1 #202 (@ericsnekbytes) + + Remove duplicate notebook_shim from setup.cfg #197 + (@frenzymadness) + + Upgrade moment javascript package #186 (@echarles) + + Add dependabot config #175 (@blink1073) + * Documentation improvements + + Update documentation #196 (@RRosio) + + Update the project URL #194 (@jtpio) + * Other merged PRs + + Fix the jupyter server base.handlers import #187 (@echarles) + + Revert pull request 168 #184 (@echarles) + ------------------------------------------------------------------- Sat Dec 31 13:05:25 UTC 2022 - Benjamin Greiner diff --git a/python-nbclassic.spec b/python-nbclassic.spec index 6e0054b..240ab62 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -1,7 +1,7 @@ # # spec file # -# 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 @@ -27,7 +27,7 @@ # this conditional is used in the python-rpm-macros, but `osc build --without libalternatives` won't work %bcond_without libalternatives Name: python-nbclassic%{psuffix} -Version: 0.4.8 +Version: 0.5.1 Release: 0 Summary: Jupyter Notebook as a Jupyter Server Extension License: BSD-3-Clause