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 Nov  2 11:04:14 UTC 2023

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

Log Message:
py-jupyter_core: updated to 5.5.0

5.5.0

Maintenance and upkeep improvements

- Fix typing for traitlets 5.13
- Adopt pydata sphinx theme
- Use ruff format
- Update typings for mypy 1.6
- Lowercase APPNAME on macOS Homebrew


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-jupyter_core/Makefile
cvs rdiff -u -r1.21 -r1.22 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.28 pkgsrc/devel/py-jupyter_core/Makefile:1.29
--- pkgsrc/devel/py-jupyter_core/Makefile:1.28  Sun Oct 29 16:53:07 2023
+++ pkgsrc/devel/py-jupyter_core/Makefile       Thu Nov  2 11:04:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2023/10/29 16:53:07 adam Exp $
+# $NetBSD: Makefile,v 1.29 2023/11/02 11:04:14 adam Exp $
 
-DISTNAME=      jupyter_core-5.4.0
+DISTNAME=      jupyter_core-5.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_core/}
@@ -14,7 +14,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-hatchling>
 DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=2.5:../../misc/py-platformdirs
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.3:../../devel/py-traitlets
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 
@@ -37,9 +36,6 @@ post-install:
        ${MV} jupyter-migrate jupyter-migrate-${PYVERSSUFFIX} && \
        ${MV} jupyter-troubleshoot jupyter-troubleshoot-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC}/jupyter_core && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-jupyter_core/distinfo
diff -u pkgsrc/devel/py-jupyter_core/distinfo:1.21 pkgsrc/devel/py-jupyter_core/distinfo:1.22
--- pkgsrc/devel/py-jupyter_core/distinfo:1.21  Sun Oct 29 16:53:07 2023
+++ pkgsrc/devel/py-jupyter_core/distinfo       Thu Nov  2 11:04:14 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2023/10/29 16:53:07 adam Exp $
+$NetBSD: distinfo,v 1.22 2023/11/02 11:04:14 adam Exp $
 
-BLAKE2s (jupyter_core-5.4.0.tar.gz) = 8d121a86fa7ac7178c8d6c6bb7022ddc6c34945ab1ddbbe37832d569747cb443
-SHA512 (jupyter_core-5.4.0.tar.gz) = 2e4d65f07590bd1cad0df7043b6f6542b3fadbdf9a0c4ec699a39725a04c12aeef123917eab445d230d42e779655e797924800fd9d8acd0b9d27060f26b243d2
-Size (jupyter_core-5.4.0.tar.gz) = 85162 bytes
+BLAKE2s (jupyter_core-5.5.0.tar.gz) = ceca08ac5764a61d1caf6f77f792c0cd8380225fd078d9977d1ab815ff6070b8
+SHA512 (jupyter_core-5.5.0.tar.gz) = 92ca5ddc69d58ecdf1f707104e950ba43c88630991b0a6951fb6ba83260573b9f48c7903b25ae7bc105c08b3179de4bebb5a87b66453b96ceed631cbf555d631
+Size (jupyter_core-5.5.0.tar.gz) = 85369 bytes
 SHA1 (patch-jupyter__core_paths.py) = 77720329c9613abde9576244ac17b101bfded070



Home | Main Index | Thread Index | Old Index