python3-nbclassic: update to 1.1.0.
This commit is contained in:
parent
163fc46464
commit
291c1a5d25
|
@ -0,0 +1,11 @@
|
|||
--- a/nbclassic/notebookapp.py
|
||||
+++ b/nbclassic/notebookapp.py
|
||||
@@ -324,7 +324,7 @@ class NotebookApp(
|
||||
router.add_rules(core_rules)
|
||||
router.add_rules(static_handlers)
|
||||
router.add_rules(final_rules)
|
||||
- print("""
|
||||
+ print(r"""
|
||||
_ _ _ _
|
||||
| | | |_ __ __| |__ _| |_ ___
|
||||
| |_| | '_ \/ _` / _` | _/ -_)
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-nbclassic'
|
||||
pkgname=python3-nbclassic
|
||||
version=1.0.0
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_build_args="--skip-dependency-check"
|
||||
|
@ -8,12 +8,12 @@ hostmakedepends="python3-jupyter_packaging python3-jupyter_server"
|
|||
depends="mathjax2 python3-notebook_shim"
|
||||
checkdepends="$depends python3-pytest-jupyter"
|
||||
short_desc="Jupyter Notebook as a Jupyter Server Extension"
|
||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>, Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/jupyter/nbclassic"
|
||||
changelog="https://raw.githubusercontent.com/jupyter/nbclassic/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/n/nbclassic/nbclassic-${version}.tar.gz"
|
||||
checksum=0ae11eb2319455d805596bf320336cda9554b41d99ab9a3c31bf8180bffa30e3
|
||||
checksum=77b77ba85f9e988f9bad85df345b514e9e64c7f0e822992ab1df4a78ac64fc1e
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue