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 Jan 27 09:18:53 UTC 2022

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

Log Message:
py-jupyter_core: updated to 4.9.1

4.9.1

- Add a workaround for virtualenv for getting the user site directory.

4.9.0

- Add Python site user base subdirectories to config and data user-level paths if ``site.ENABLE_USER_SITE`` is True. One way to disable these directory additions is to set the ``PYTHONNOUSERSITE`` 
environment variable. These locations can be customized by setting the ``PYTHONUSERBASE`` environment variable.

4.8.2

jupyter_core 4.8.1 was released the same day as 4.8.0 and also included the fix below for the Windows tests. Unfortunately, the 4.8.1 release commit and tag were not pushed to GitHub. We are 
releasing 4.8.2 so we have a commit and tag in version control.

- Fix windows test regression

4.8.0

jupyter-core now has experimental support for PyPy (Python 3.7). Some features are known not to work due to limitations in PyPy, such as hidden file detection on Windows.

- Print an error message instead of an exception when a command is not found
- Return canonical path when using ``%APPDATA%`` on Windows
- Print full usage on missing or invalid commands
- Remove dependency on ``pywin32`` package on PyPy
- Update packages listed in ``jupyter --version``
- Inherit base aliases/flags from traitlets Application, including ``--show-config`` from traitlets 5
- Trigger warning when trying to check hidden file status on PyPy


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-jupyter_core/Makefile
cvs rdiff -u -r1.11 -r1.12 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.16 pkgsrc/devel/py-jupyter_core/Makefile:1.17
--- pkgsrc/devel/py-jupyter_core/Makefile:1.16  Wed Jan  5 15:41:05 2022
+++ pkgsrc/devel/py-jupyter_core/Makefile       Thu Jan 27 09:18:53 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2022/01/05 15:41:05 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2022/01/27 09:18:53 adam Exp $
 
-DISTNAME=      jupyter_core-4.7.1
+DISTNAME=      jupyter_core-4.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_core/}
 
@@ -12,7 +11,6 @@ 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.11 pkgsrc/devel/py-jupyter_core/distinfo:1.12
--- pkgsrc/devel/py-jupyter_core/distinfo:1.11  Tue Oct 26 10:18:37 2021
+++ pkgsrc/devel/py-jupyter_core/distinfo       Thu Jan 27 09:18:53 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:18:37 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/01/27 09:18:53 adam Exp $
 
-BLAKE2s (jupyter_core-4.7.1.tar.gz) = 37823b4b2bf81e3092b049855d9e771f13d0d0f2e93524b1640b4d7d55398e0d
-SHA512 (jupyter_core-4.7.1.tar.gz) = bc190abd000566dbd097dcb14acf1926c92bb265f2cfbbd14dac6a9cf7d6a02f924ba89fa957ca30c2af57433e9187e288bb8e80d039a3d3a583c6e488a9c80e
-Size (jupyter_core-4.7.1.tar.gz) = 68886 bytes
+BLAKE2s (jupyter_core-4.9.1.tar.gz) = f3fb35687c2ec26c884a9e8f99c88950c4b94fbbe3ac4a5e0f4aec2eaa372bf1
+SHA512 (jupyter_core-4.9.1.tar.gz) = 3a176271e073448e3a15a69d51558486775abebec051e141594fe0d2859d9a0fc5cadbf6857764de6d1ec746f03d9d22419c91f97015d4ff6694626f455df773
+Size (jupyter_core-4.9.1.tar.gz) = 74787 bytes
 SHA1 (patch-jupyter__core_paths.py) = 2ed2b8bda891e323f7102e36fd66cfd61340b822



Home | Main Index | Thread Index | Old Index