pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-ipywidgets



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep  3 13:12:57 UTC 2024

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

Log Message:
py-ipywidgets: updated to 8.1.5

8.1.5

More Phosphor backward compatibility

8.1.4

New features

Allow interact to use basic type hint annotations
Support horizontal orientation of radio buttons

Maintenance and bug fixes

Fix compatibility with pytest 8
HTMLManager: Support both ipywidgets 7 and 8 models
Make tests compatible with Python 3.13
fix: get_metadata deprecated since traitlets 4.1
Phosphor widget backward compatibility fixes
Remove confusing error message
Fix wrong tag index in TagsInput when updated via python

Documentation

Update Widget List.ipynb
Update yarn version in dev_install.md
Specify Jupyterlab (version 3.x or above)
update image processing example notebok imports and function call
Update Output Widget.ipynb


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-ipywidgets/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-ipywidgets/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-ipywidgets/Makefile
diff -u pkgsrc/www/py-ipywidgets/Makefile:1.14 pkgsrc/www/py-ipywidgets/Makefile:1.15
--- pkgsrc/www/py-ipywidgets/Makefile:1.14      Sat Jul 20 12:58:49 2024
+++ pkgsrc/www/py-ipywidgets/Makefile   Tue Sep  3 13:12:57 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/07/20 12:58:49 adam Exp $
+# $NetBSD: Makefile,v 1.15 2024/09/03 13:12:57 adam Exp $
 
-DISTNAME=      ipywidgets-8.1.3
+DISTNAME=      ipywidgets-8.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipywidgets/}
@@ -14,9 +14,9 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-comm>=0.1.3:../../net/py-comm
 DEPENDS+=      ${PYPKGPREFIX}-ipython>=6.1.0:../../devel/py-ipython
-DEPENDS+=      ${PYPKGPREFIX}-jupyterlab-widgets>=3.0.11:../../www/py-jupyterlab-widgets
+DEPENDS+=      ${PYPKGPREFIX}-jupyterlab-widgets>=3.0.12:../../www/py-jupyterlab-widgets
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.3.1:../../devel/py-traitlets
-DEPENDS+=      ${PYPKGPREFIX}-widgetsnbextension>=4.0.11:../../www/py-widgetsnbextension
+DEPENDS+=      ${PYPKGPREFIX}-widgetsnbextension>=4.0.12:../../www/py-widgetsnbextension
 TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
 TEST_DEPENDS+= ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
 TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
@@ -24,7 +24,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
+PYTHON_VERSIONS_INCOMPATIBLE=  38 39
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-ipywidgets/distinfo
diff -u pkgsrc/www/py-ipywidgets/distinfo:1.8 pkgsrc/www/py-ipywidgets/distinfo:1.9
--- pkgsrc/www/py-ipywidgets/distinfo:1.8       Sat Jul 20 12:58:49 2024
+++ pkgsrc/www/py-ipywidgets/distinfo   Tue Sep  3 13:12:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/07/20 12:58:49 adam Exp $
+$NetBSD: distinfo,v 1.9 2024/09/03 13:12:57 adam Exp $
 
-BLAKE2s (ipywidgets-8.1.3.tar.gz) = def0ced4cd9811fd2e81f6359c0996b840e077ee30d42b6b8c2b96253656c101
-SHA512 (ipywidgets-8.1.3.tar.gz) = 3722e3716f367c6dce88c6ec401d23240c214793672ae76a12b672f77c7c801775d3253e1202749e54832d9dc13e4bb5984ec57e21607f12c22aced8874538db
-Size (ipywidgets-8.1.3.tar.gz) = 116515 bytes
+BLAKE2s (ipywidgets-8.1.5.tar.gz) = 01283aa41e2e5fad1fa0487d0a95a7010072cc44054524a0bfac6f3e0ddf380f
+SHA512 (ipywidgets-8.1.5.tar.gz) = b4030cc511f759db75417139575f85a797588fe48e17e7ac7debe7bff3f62ebe14dca86a21599be52b7cc6622fe7bb8e8a3dc41d0fffcabe7f77f15735cd5629
+Size (ipywidgets-8.1.5.tar.gz) = 116723 bytes



Home | Main Index | Thread Index | Old Index