pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nbconvert



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov  3 10:17:14 UTC 2023

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

Log Message:
py-nbconvert: updated to 7.10.0

7.10.0

Enhancements made

- Update to mermaid 10.6.0, docs keyboard navigation

Maintenance and upkeep improvements

- Fix typing for traitlets 5.13
- Adopt ruff format
- Update typings and remove dead link

Documentation improvements

- Update to mermaid 10.6.0, docs keyboard navigation

7.9.2

Bugs fixed

- Restore ResourcesDict to the public API

7.9.1

Maintenance and upkeep improvements

- Include tests in sdist


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-nbconvert/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/py-nbconvert/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-nbconvert/Makefile
diff -u pkgsrc/www/py-nbconvert/Makefile:1.24 pkgsrc/www/py-nbconvert/Makefile:1.25
--- pkgsrc/www/py-nbconvert/Makefile:1.24       Sat Oct 28 19:57:24 2023
+++ pkgsrc/www/py-nbconvert/Makefile    Fri Nov  3 10:17:14 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2023/10/28 19:57:24 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/11/03 10:17:14 adam Exp $
 
-DISTNAME=      nbconvert-7.8.0
+DISTNAME=      nbconvert-7.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbconvert/}
 
@@ -11,12 +10,9 @@ HOMEPAGE=    https://jupyter.org/
 COMMENT=       Converting Jupyter Notebooks
 LICENSE=       modified-bsd
 
-# TODO: currently this package requires internet connection to build.
-# Examine hatch_build.py to find out which files get downloaded.
-
 TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
-DEPENDS+=      ${PYPKGPREFIX}-bleach-[0-9]*:../../www/py-bleach
+DEPENDS+=      ${PYPKGPREFIX}-bleach>=5.0.1:../../www/py-bleach
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=3.0:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-jupyter_core>=4.7:../../devel/py-jupyter_core

Index: pkgsrc/www/py-nbconvert/distinfo
diff -u pkgsrc/www/py-nbconvert/distinfo:1.17 pkgsrc/www/py-nbconvert/distinfo:1.18
--- pkgsrc/www/py-nbconvert/distinfo:1.17       Wed Aug 30 13:37:47 2023
+++ pkgsrc/www/py-nbconvert/distinfo    Fri Nov  3 10:17:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2023/08/30 13:37:47 adam Exp $
+$NetBSD: distinfo,v 1.18 2023/11/03 10:17:14 adam Exp $
 
-BLAKE2s (nbconvert-7.8.0.tar.gz) = d09a301f1e1b0eb8d53540ec7f09abee293fbb04eb4565649eedba1e886b549a
-SHA512 (nbconvert-7.8.0.tar.gz) = e332f5561050244c79e728c71e51b9ecd66c99c1550bb95bc3cb710b1bb67a3513c0a7c00cb3e333c032e5228f251b7be036162c77cb375900c5eacc923fc197
-Size (nbconvert-7.8.0.tar.gz) = 850287 bytes
+BLAKE2s (nbconvert-7.10.0.tar.gz) = 194894f475effe35eec8358935bb1949764ab5aff2caca6015d255294c6043c8
+SHA512 (nbconvert-7.10.0.tar.gz) = b04bd5a20b9284fbab66e6bd8aa165d07e2a2dba51c478e421eae67ec9ac139e2bbc5bc1eec15b7ad23757125747016abc8de0de905794af142523f1ee0683c4
+Size (nbconvert-7.10.0.tar.gz) = 850541 bytes



Home | Main Index | Thread Index | Old Index