pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-notebook py-notebook: updated to 6.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a330e603f8
branches:  trunk
changeset: 417327:e1a330e603f8
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 08 13:15:37 2019 +0000

description:
py-notebook: updated to 6.0.2

6.0.2
- Update JQuery dependency to version 3.4.1 to fix security vulnerability (CVE-2019-11358)
- Update CodeMirror to version 5.48.4 to fix Python formatting issues
- Continue removing obsolete Python 2.x code/dependencies
- Multiple documentation updates

diffstat:

 www/py-notebook/Makefile |   4 ++--
 www/py-notebook/PLIST    |   5 ++++-
 www/py-notebook/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r 19cbbf39a5fc -r e1a330e603f8 www/py-notebook/Makefile
--- a/www/py-notebook/Makefile  Fri Nov 08 13:13:45 2019 +0000
+++ b/www/py-notebook/Makefile  Fri Nov 08 13:15:37 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/08/22 08:23:27 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/11/08 13:15:37 adam Exp $
 
-DISTNAME=      notebook-6.0.1
+DISTNAME=      notebook-6.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/notebook/}
diff -r 19cbbf39a5fc -r e1a330e603f8 www/py-notebook/PLIST
--- a/www/py-notebook/PLIST     Fri Nov 08 13:13:45 2019 +0000
+++ b/www/py-notebook/PLIST     Fri Nov 08 13:15:37 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2019/08/22 08:23:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/11/08 13:15:37 adam Exp $
 bin/jupyter-bundlerextension-${PYVERSSUFFIX}
 bin/jupyter-nbextension-${PYVERSSUFFIX}
 bin/jupyter-notebook-${PYVERSSUFFIX}
@@ -1345,6 +1345,7 @@
 ${PYSITELIB}/notebook/static/components/codemirror/theme/blackboard.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/cobalt.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/colorforth.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/darcula.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/dracula.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/duotone-dark.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/duotone-light.css
@@ -1367,6 +1368,7 @@
 ${PYSITELIB}/notebook/static/components/codemirror/theme/neat.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/neo.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/night.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/nord.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/oceanic-next.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/panda-syntax.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/paraiso-dark.css
@@ -1387,6 +1389,7 @@
 ${PYSITELIB}/notebook/static/components/codemirror/theme/xq-dark.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/xq-light.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/yeti.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/yonce.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/zenburn.css
 ${PYSITELIB}/notebook/static/components/create-react-class/index.js
 ${PYSITELIB}/notebook/static/components/es6-promise/promise.js
diff -r 19cbbf39a5fc -r e1a330e603f8 www/py-notebook/distinfo
--- a/www/py-notebook/distinfo  Fri Nov 08 13:13:45 2019 +0000
+++ b/www/py-notebook/distinfo  Fri Nov 08 13:15:37 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/08/22 08:23:27 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/11/08 13:15:37 adam Exp $
 
-SHA1 (notebook-6.0.1.tar.gz) = b9e62e669c28c318e0fec6c7ea4cb52de7e06232
-RMD160 (notebook-6.0.1.tar.gz) = 9c661bb817d2186e37bd27ca2acb8ec5c4699935
-SHA512 (notebook-6.0.1.tar.gz) = d159bd95148661ca1a1063eff8c51047a0024bc320dacf00d88cc01f90cb1e6e607ea4ae41ed6938f770b294e9bcae0b24387d48c5c005822443979f88378aa9
-Size (notebook-6.0.1.tar.gz) = 13419800 bytes
+SHA1 (notebook-6.0.2.tar.gz) = d6a917cb9045887881b8b94ab62fbe7252361229
+RMD160 (notebook-6.0.2.tar.gz) = 070b6270bcca597398c49e064ab8f5566cd4177b
+SHA512 (notebook-6.0.2.tar.gz) = bdff994ddde98ca50d66e1c78326ae4fc15a38ea7bc1dd10dbcd14af4cc7631f09d8d15d25bb6a46111f45a0dc0b29a55b52b8b034c142294b4ec7f7b3ece9fa
+Size (notebook-6.0.2.tar.gz) = 14069764 bytes



Home | Main Index | Thread Index | Old Index