pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nbformat



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 31 12:44:50 UTC 2026

Modified Files:
        pkgsrc/www/py-nbformat: Makefile distinfo

Log Message:
py-nbformat: updated to 5.11.1

5.11.1

Merged PRs

- Try to skip publishing to NPM to be able to publish a patch version on PYPI
- disable pendingdeprecationWarnings for now
- Bump github/codeql-action from 4.37.3 to 4.37.5 in the actions group
- Clarify normalize guidance in the changelog
- fix steps to skip


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-nbformat/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-nbformat/distinfo

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

Modified files:

Index: pkgsrc/www/py-nbformat/Makefile
diff -u pkgsrc/www/py-nbformat/Makefile:1.20 pkgsrc/www/py-nbformat/Makefile:1.21
--- pkgsrc/www/py-nbformat/Makefile:1.20        Mon Apr  8 05:15:14 2024
+++ pkgsrc/www/py-nbformat/Makefile     Mon Aug 31 12:44:49 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2024/04/08 05:15:14 adam Exp $
+# $NetBSD: Makefile,v 1.21 2026/08/31 12:44:49 adam Exp $
 
-DISTNAME=      nbformat-5.10.4
+DISTNAME=      nbformat-5.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbformat/}
@@ -11,21 +11,17 @@ COMMENT=    Jupyter Notebook format
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-nodejs-version-[0-9]*:../../devel/py-hatch-nodejs-version
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-nodejs-version>=0:../../devel/py-hatch-nodejs-version
 DEPENDS+=      ${PYPKGPREFIX}-fastjsonschema>=2.15:../../textproc/py-fastjsonschema
 DEPENDS+=      ${PYPKGPREFIX}-jsonschema>=2.6:../../textproc/py-jsonschema
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_core>=4.12:../../devel/py-jupyter_core
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.1:../../devel/py-traitlets
-TEST_DEPENDS+= ${PYPKGPREFIX}-pep440-[0-9]*:../../misc/py-pep440
-TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
+TEST_DEPENDS+= ${PYPKGPREFIX}-pep440>=0:../../misc/py-pep440
+TEST_DEPENDS+= ${PYPKGPREFIX}-testpath>=0:../../devel/py-testpath
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} jupyter-trust jupyter-trust-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES=    jupyter-trust
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-nbformat/distinfo
diff -u pkgsrc/www/py-nbformat/distinfo:1.15 pkgsrc/www/py-nbformat/distinfo:1.16
--- pkgsrc/www/py-nbformat/distinfo:1.15        Mon Apr  8 05:15:14 2024
+++ pkgsrc/www/py-nbformat/distinfo     Mon Aug 31 12:44:49 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/04/08 05:15:14 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/08/31 12:44:49 adam Exp $
 
-BLAKE2s (nbformat-5.10.4.tar.gz) = 3338c9f1fcdd01acc79fbe4ddf839980677d9a704e3d6747f006595febbbe127
-SHA512 (nbformat-5.10.4.tar.gz) = cacec6bca3177958863e7ed860c55498a91507634098adc08b49a3bb43f1158a32b0c029262d44d0f1beb1e795ba7d03753b522120a9aec14514ed8d961d5baa
-Size (nbformat-5.10.4.tar.gz) = 142749 bytes
+BLAKE2s (nbformat-5.11.1.tar.gz) = 8b192dde126259b793e9ead470c1641fa901ea53f0fff4488b1605bf5a34e370
+SHA512 (nbformat-5.11.1.tar.gz) = 27836f561fc6c95fd0732cb5ab862663aa6a0ea07dc7825eef95eb5e7fe28386071098a835920636027ba792408cd96a641d34b3861518aca2a942abb6262704
+Size (nbformat-5.11.1.tar.gz) = 147775 bytes



Home | Main Index | Thread Index | Old Index