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:           Thu Jun 10 18:44:33 UTC 2021

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

Log Message:
py-jupyter_core: updated to 4.7.1

4.7.1

- Allow creating user to delete secure file (:ghpull:`213`)

4.7.0

- Add a new ``JUPYTER_PREFER_ENV_PATH`` variable, which can be set to switch the order of the environment-level path and the user-level path in the Jupyter path hierarchy (e.g., ``jupyter --paths``). 
It is considered set if it is a value that is not one of 'no', 'n', 'off', 'false', '0', or '0.0' (case insensitive). If you are running Jupyter in multiple virtual environments as the same user, you 
will likely want to set this environment variable.
- Drop Python 2.x and 3.5 support, as they have reached end of life.
- Add Python 3.9 builds to testing, and expand testing to cover Windows, macOS, and Linux platforms.
- ``jupyter --paths --debug`` now explains the environment variables that affect the current path list.
- Update the file hidden check on Windows to use new Python features rather than ctypes directly.
- Add conda environment information in ``jupyter troubleshoot``.
- Update ``_version.version_info`` and ``_version.__version__`` to follow Python conventions.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-jupyter_core/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-jupyter_core/PLIST
cvs rdiff -u -r1.8 -r1.9 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.11 pkgsrc/devel/py-jupyter_core/Makefile:1.12
--- pkgsrc/devel/py-jupyter_core/Makefile:1.11  Sat May 16 17:27:42 2020
+++ pkgsrc/devel/py-jupyter_core/Makefile       Thu Jun 10 18:44:33 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/05/16 17:27:42 adam Exp $
+# $NetBSD: Makefile,v 1.12 2021/06/10 18:44:33 adam Exp $
 
-DISTNAME=      jupyter_core-4.6.3
+DISTNAME=      jupyter_core-4.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_core/}
@@ -12,11 +12,12 @@ LICENSE=    modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 SUBST_CLASSES+=                        fix-prefix
 SUBST_STAGE.fix-prefix=                pre-configure
 SUBST_MESSAGE.fix-prefix=      Fixing prefix.
@@ -30,8 +31,7 @@ post-install:
        ${MV} jupyter-troubleshoot jupyter-troubleshoot-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
-       cd ${WRKSRC}/jupyter_core && pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC}/jupyter_core && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-jupyter_core/PLIST
diff -u pkgsrc/devel/py-jupyter_core/PLIST:1.2 pkgsrc/devel/py-jupyter_core/PLIST:1.3
--- pkgsrc/devel/py-jupyter_core/PLIST:1.2      Thu Jun 20 16:12:39 2019
+++ pkgsrc/devel/py-jupyter_core/PLIST  Thu Jun 10 18:44:33 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/06/20 16:12:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/06/10 18:44:33 adam Exp $
 bin/jupyter-${PYVERSSUFFIX}
 bin/jupyter-migrate-${PYVERSSUFFIX}
 bin/jupyter-troubleshoot-${PYVERSSUFFIX}
@@ -88,9 +88,6 @@ ${PYSITELIB}/jupyter_core/troubleshoot.p
 ${PYSITELIB}/jupyter_core/utils/__init__.py
 ${PYSITELIB}/jupyter_core/utils/__init__.pyc
 ${PYSITELIB}/jupyter_core/utils/__init__.pyo
-${PYSITELIB}/jupyter_core/utils/shutil_which.py
-${PYSITELIB}/jupyter_core/utils/shutil_which.pyc
-${PYSITELIB}/jupyter_core/utils/shutil_which.pyo
 ${PYSITELIB}/jupyter_core/version.py
 ${PYSITELIB}/jupyter_core/version.pyc
 ${PYSITELIB}/jupyter_core/version.pyo

Index: pkgsrc/devel/py-jupyter_core/distinfo
diff -u pkgsrc/devel/py-jupyter_core/distinfo:1.8 pkgsrc/devel/py-jupyter_core/distinfo:1.9
--- pkgsrc/devel/py-jupyter_core/distinfo:1.8   Tue Mar 17 20:13:36 2020
+++ pkgsrc/devel/py-jupyter_core/distinfo       Thu Jun 10 18:44:33 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2020/03/17 20:13:36 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/06/10 18:44:33 adam Exp $
 
-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 (jupyter_core-4.7.1.tar.gz) = 01e57900f8e4475fb90ae533cf7ebd6f4c323867
+RMD160 (jupyter_core-4.7.1.tar.gz) = 3e116affa674c6ea0c147182d2897f4918f10af3
+SHA512 (jupyter_core-4.7.1.tar.gz) = bc190abd000566dbd097dcb14acf1926c92bb265f2cfbbd14dac6a9cf7d6a02f924ba89fa957ca30c2af57433e9187e288bb8e80d039a3d3a583c6e488a9c80e
+Size (jupyter_core-4.7.1.tar.gz) = 68886 bytes
 SHA1 (patch-jupyter__core_paths.py) = 2ed2b8bda891e323f7102e36fd66cfd61340b822



Home | Main Index | Thread Index | Old Index