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: Fri Aug 25 21:58:01 UTC 2023
Modified Files:
pkgsrc/www/py-nbformat: Makefile distinfo
Log Message:
py-nbformat: updated to 5.9.2
5.9.2
Bugs fixed
- Fix version handling
Maintenance and upkeep improvements
- Fix encoding warnings
- Update link to notebook security
Documentation improvements
- Update link to notebook security
5.9.1
Maintenance and upkeep improvements
- Fix deprecation warning when importing from jsonschema
5.9.0
Maintenance and upkeep improvements
- Support Python 3.12
- Use local coverage
- Bump actions/checkout from 2 to 3
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-nbformat/Makefile
cvs rdiff -u -r1.12 -r1.13 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.16 pkgsrc/www/py-nbformat/Makefile:1.17
--- pkgsrc/www/py-nbformat/Makefile:1.16 Tue Apr 25 11:39:57 2023
+++ pkgsrc/www/py-nbformat/Makefile Fri Aug 25 21:58:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2023/04/25 11:39:57 adam Exp $
+# $NetBSD: Makefile,v 1.17 2023/08/25 21:58:01 adam Exp $
-DISTNAME= nbformat-5.8.0
+DISTNAME= nbformat-5.9.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbformat/}
@@ -16,8 +16,8 @@ DEPENDS+= ${PYPKGPREFIX}-fastjsonschema-
DEPENDS+= ${PYPKGPREFIX}-jsonschema>=2.6:../../textproc/py-jsonschema
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}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
USE_LANGUAGES= # none
@@ -29,7 +29,7 @@ post-install:
${MV} jupyter-trust jupyter-trust-${PYVERSSUFFIX} || ${TRUE}
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+ 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.12 pkgsrc/www/py-nbformat/distinfo:1.13
--- pkgsrc/www/py-nbformat/distinfo:1.12 Tue Apr 25 11:39:57 2023
+++ pkgsrc/www/py-nbformat/distinfo Fri Aug 25 21:58:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/04/25 11:39:57 adam Exp $
+$NetBSD: distinfo,v 1.13 2023/08/25 21:58:01 adam Exp $
-BLAKE2s (nbformat-5.8.0.tar.gz) = dff87bc289d411a9da1e47b5c064ba2de424c275707c964d4dc160aa8963e739
-SHA512 (nbformat-5.8.0.tar.gz) = f000db59701eec2fed8adba6c1b521bdfaf942bcd0dba2d8d6d79a7d28b078f4a29df05ca3f393c1651f3ddc6b3690f536928d6fff5937982cc52dd013bc6498
-Size (nbformat-5.8.0.tar.gz) = 140655 bytes
+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
Home |
Main Index |
Thread Index |
Old Index