pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_core



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar 17 20:13:36 UTC 2020

Modified Files:
        pkgsrc/devel/py-jupyter_core: Makefile distinfo

Log Message:
py-jupyter_core: updated to 4.6.3

4.6.3
- Changed windows secure_write path to skip all filesystem permission checks when running in insecure mode.
  Too many exception paths existed for mounted file systems to reliably try to set them before opting out with the insecure write pattern.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-jupyter_core/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-jupyter_core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-jupyter_core/Makefile
diff -u pkgsrc/devel/py-jupyter_core/Makefile:1.9 pkgsrc/devel/py-jupyter_core/Makefile:1.10
--- pkgsrc/devel/py-jupyter_core/Makefile:1.9   Sun Feb 16 14:35:51 2020
+++ pkgsrc/devel/py-jupyter_core/Makefile       Tue Mar 17 20:13:36 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/02/16 14:35:51 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/17 20:13:36 adam Exp $
 
-DISTNAME=      jupyter_core-4.6.2
+DISTNAME=      jupyter_core-4.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_core/}
@@ -11,6 +11,7 @@ COMMENT=      Jupyter core package
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
+TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-jupyter_core/distinfo
diff -u pkgsrc/devel/py-jupyter_core/distinfo:1.7 pkgsrc/devel/py-jupyter_core/distinfo:1.8
--- pkgsrc/devel/py-jupyter_core/distinfo:1.7   Sun Feb 16 14:35:51 2020
+++ pkgsrc/devel/py-jupyter_core/distinfo       Tue Mar 17 20:13:36 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.7 2020/02/16 14:35:51 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/03/17 20:13:36 adam Exp $
 
-SHA1 (jupyter_core-4.6.2.tar.gz) = bb6552292e99d0187b82c2d05fe4996a4c1a8036
-RMD160 (jupyter_core-4.6.2.tar.gz) = 5a23b40a10d82a2772e5adf40b982cf2194b8f12
-SHA512 (jupyter_core-4.6.2.tar.gz) = f9c32727d926ad08789ae611f76ff8f7d984f05bcdb288e271a23e95e280f23b21063ca0e8e758933be6e238c78fc00322233a7b5c818a2cdf22c15ee19eb341
-Size (jupyter_core-4.6.2.tar.gz) = 67123 bytes
+SHA1 (jupyter_core-4.6.3.tar.gz) = 9c49c8988531ab5cac4c3d37999f441c798824f5
+RMD160 (jupyter_core-4.6.3.tar.gz) = fa1a486598dff9f52fe205aebcb1b47b5b5274b3
+SHA512 (jupyter_core-4.6.3.tar.gz) = 3c7370c24a4cf53c9747e9e411852d207c0c7035809dab7cb018ccb53e19208df25ad4f728531e47f3a42c4d9694c3e1ed7b03133de23bcbdeb346c319f5f51f
+Size (jupyter_core-4.6.3.tar.gz) = 67305 bytes
 SHA1 (patch-jupyter__core_paths.py) = 2ed2b8bda891e323f7102e36fd66cfd61340b822



Home | Main Index | Thread Index | Old Index