forked from pool/python-nbclassic
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
This commit is contained in:
parent
c6c2d2f471
commit
f99030f550
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4cd8a505393dbda9870b8e9f205ecd091f5f8c7a647fe21a7b9cebceb2596d8e
|
|
||||||
size 8316656
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cbf05df5842b420d5cece0143462380ea9d308ff57c2dc0eb4d6e035b18fbfb3
|
|
||||||
size 9790665
|
|
3
nbclassic-0.5.1-gh.tar.gz
Normal file
3
nbclassic-0.5.1-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e9f1c9c081e6cdb951be4faae4c6e75d6fb265f316211e8b3dedc978f599d04
|
||||||
|
size 8316401
|
3
nbclassic-0.5.1-py3-none-any.whl
Normal file
3
nbclassic-0.5.1-py3-none-any.whl
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32c235e1f22f4048f3b877d354c198202898797cf9c2085856827598cead001b
|
||||||
|
size 9966281
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 9 16:16:06 UTC 2023 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Sat Dec 31 13:05:25 UTC 2022 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
# this conditional is used in the python-rpm-macros, but `osc build --without libalternatives` won't work
|
||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
Name: python-nbclassic%{psuffix}
|
Name: python-nbclassic%{psuffix}
|
||||||
Version: 0.4.8
|
Version: 0.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter Notebook as a Jupyter Server Extension
|
Summary: Jupyter Notebook as a Jupyter Server Extension
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user