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:           Sun Mar 24 10:54:59 UTC 2024

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

Log Message:
py-nbformat: updated to 5.10.3

5.10.3

Bugs fixed

- Revert 378 (Simplify NotebookNotary.\_data_dir_default)

5.10.2

Maintenance and upkeep improvements

- Restore usage of npm token

5.10.1

No merged PRs

5.10.0

Maintenance and upkeep improvements

- Update Release Scripts
- chore: update pre-commit hooks
- chore: update pre-commit hooks
- Update ruff and typings
- update incorrect warning text
- chore: update pre-commit hooks
- Clean up lint handling
- Adopt ruff format
- Update typings for mypy 1.6
- chore: update pre-commit hooks
- Fix typing error
- Simplify NotebookNotary.\_data_dir_default
- Adopt sp-repo-review
- Bump actions/checkout from 3 to 4

Documentation improvements

- update incorrect warning text
- Improve project URLs that display on PyPI


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-nbformat/Makefile
cvs rdiff -u -r1.13 -r1.14 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.18 pkgsrc/www/py-nbformat/Makefile:1.19
--- pkgsrc/www/py-nbformat/Makefile:1.18        Sat Oct 28 19:57:24 2023
+++ pkgsrc/www/py-nbformat/Makefile     Sun Mar 24 10:54:59 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2023/10/28 19:57:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/03/24 10:54:59 adam Exp $
 
-DISTNAME=      nbformat-5.9.2
+DISTNAME=      nbformat-5.10.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbformat/}
 
@@ -18,7 +17,6 @@ DEPENDS+=     ${PYPKGPREFIX}-jsonschema>=2.6
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.1:../../devel/py-traitlets
 TEST_DEPENDS+= ${PYPKGPREFIX}-pep440-[0-9]*:../../misc/py-pep440
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
 
 USE_LANGUAGES= # none
@@ -29,8 +27,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} jupyter-trust jupyter-trust-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-nbformat/distinfo
diff -u pkgsrc/www/py-nbformat/distinfo:1.13 pkgsrc/www/py-nbformat/distinfo:1.14
--- pkgsrc/www/py-nbformat/distinfo:1.13        Fri Aug 25 21:58:01 2023
+++ pkgsrc/www/py-nbformat/distinfo     Sun Mar 24 10:54:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/08/25 21:58:01 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/03/24 10:54:59 adam Exp $
 
-BLAKE2s (nbformat-5.9.2.tar.gz) = bc6a52d19b028a534c941eb9b846b432c8fdefcda880cb52fb595a315724839a
-SHA512 (nbformat-5.9.2.tar.gz) = 886a03cf95b39cdca48ae46d4946cee0f3dc1f5fa0e9dac7c6184b4c3e326adb739bd9da28032868a973577aa949feb5ae95a84017755948610ef7f208ebc5db
-Size (nbformat-5.9.2.tar.gz) = 141264 bytes
+BLAKE2s (nbformat-5.10.3.tar.gz) = 3a293ae59ed0c86e969e20032bccbd40bee12d5142e9e372d63f61925c63ca52
+SHA512 (nbformat-5.10.3.tar.gz) = 9baed15fed4bf05c2c97f7634ce1440149bf5e44a7fd330aa40f7c3954a6f16fc755e1d643a01a4d9ee62fb7a0f24299b83d9a4cf753e7c3495319ee052ae5e8
+Size (nbformat-5.10.3.tar.gz) = 142678 bytes



Home | Main Index | Thread Index | Old Index