pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-jupyter_core py-jupyter_core: updated to 4.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a5087a89c8a
branches:  trunk
changeset: 454404:5a5087a89c8a
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 10 18:44:33 2021 +0000

description:
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.

diffstat:

 devel/py-jupyter_core/Makefile |  12 ++++++------
 devel/py-jupyter_core/PLIST    |   5 +----
 devel/py-jupyter_core/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 15 deletions(-)

diffs (72 lines):

diff -r d50f994cadd3 -r 5a5087a89c8a devel/py-jupyter_core/Makefile
--- a/devel/py-jupyter_core/Makefile    Thu Jun 10 16:45:22 2021 +0000
+++ b/devel/py-jupyter_core/Makefile    Thu Jun 10 18:44:33 2021 +0000
@@ -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 @@
 
 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 @@
        ${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"
diff -r d50f994cadd3 -r 5a5087a89c8a devel/py-jupyter_core/PLIST
--- a/devel/py-jupyter_core/PLIST       Thu Jun 10 16:45:22 2021 +0000
+++ b/devel/py-jupyter_core/PLIST       Thu Jun 10 18:44:33 2021 +0000
@@ -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/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
diff -r d50f994cadd3 -r 5a5087a89c8a devel/py-jupyter_core/distinfo
--- a/devel/py-jupyter_core/distinfo    Thu Jun 10 16:45:22 2021 +0000
+++ b/devel/py-jupyter_core/distinfo    Thu Jun 10 18:44:33 2021 +0000
@@ -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