pkgsrc-WIP-changes archive

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

py-bokeh: Update to 3.6.2



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Jul 1 06:16:35 2024 -0600
Changeset:	6d29219d6a08bd105fc2395a6ff7e4fdfdac74ea

Modified Files:
	py-bokeh/Makefile
	py-bokeh/PLIST
	py-bokeh/distinfo

Log Message:
py-bokeh: Update to 3.6.2

Bokeh version 3.4.2 (June 2024) is a patch release that fixes a number of minor bugs/regressions and docs issues.
Changes
    Added “toggle” select mode and made it the default in TapTool (pull request 13808)
    Made projection computations in glyphs aware of inherited properties (pull request 13832)
    Improvements to documentation and its infrastructure (pull request 13823, pull request 13876, pull request 13901 and pull request 13903)
    Robustified bokeh/bokehjs tests and their infrastructure (pull request 13843 and pull request 13851)

For full details and help with with updating, consult the CHANGELOG and Migration Guides.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6d29219d6a08bd105fc2395a6ff7e4fdfdac74ea

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

diffstat:
 py-bokeh/Makefile | 8 ++++++--
 py-bokeh/PLIST    | 1 +
 py-bokeh/distinfo | 6 +++---
 3 files changed, 10 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-bokeh/Makefile b/py-bokeh/Makefile
index 11451f8e57..47c3172af4 100644
--- a/py-bokeh/Makefile
+++ b/py-bokeh/Makefile
@@ -1,8 +1,7 @@
 # $NetBSD$
 
-DISTNAME=	bokeh-3.4.1
+DISTNAME=	bokeh-3.4.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	${MASTER_SITE_PYPI:=b/bokeh/}
 
@@ -13,6 +12,7 @@ LICENSE=	modified-bsd
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27 38
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=70.0:../../devel/py-setuptools
 TOOL_DEPENDS+=  ${PYPKGPREFIX}-setuptools-git-versioning-[0-9]*:../../wip/py-setuptools-git-versioning
 DEPENDS+=	${PYPKGPREFIX}-packaging>=16.8:../../devel/py-packaging
 DEPENDS+=	${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
@@ -21,6 +21,10 @@ DEPENDS+=	${PYPKGPREFIX}-contourpy>=1.2:../../graphics/py-contourpy
 DEPENDS+=	${PYPKGPREFIX}-pandas>=1.2:../../math/py-pandas
 DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.9:../../textproc/py-jinja2
 DEPENDS+=	${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 311
+TOOL_DEPENDS+=	${PYPKGPREFIX}-toml>=0.10.2:../../textproc/py-toml
+.endif
 DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.4.0:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-tornado>=6.2:../../www/py-tornado
 TEST_DEPENDS+=	${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
diff --git a/py-bokeh/PLIST b/py-bokeh/PLIST
index 79a153eba5..b66b2ed9ad 100644
--- a/py-bokeh/PLIST
+++ b/py-bokeh/PLIST
@@ -94,6 +94,7 @@ ${PYSITELIB}/bokeh/_sri/3.2.1.json
 ${PYSITELIB}/bokeh/_sri/3.2.2.json
 ${PYSITELIB}/bokeh/_sri/3.3.0.json
 ${PYSITELIB}/bokeh/_sri/3.4.0.json
+${PYSITELIB}/bokeh/_sri/3.4.1.json
 ${PYSITELIB}/bokeh/_sri/${PKGVERSION}.json
 ${PYSITELIB}/bokeh/application/__init__.py
 ${PYSITELIB}/bokeh/application/__init__.pyc
diff --git a/py-bokeh/distinfo b/py-bokeh/distinfo
index 4081cd32a1..fa500d9c1d 100644
--- a/py-bokeh/distinfo
+++ b/py-bokeh/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2015/07/04 04:17:56 jihbed Exp $
 
-BLAKE2s (bokeh-3.4.1.tar.gz) = 6c9d6c78ddd8200550c5a5528cadd6708d1c9c1c585a1c6e529c05c4cf0c0c7a
-SHA512 (bokeh-3.4.1.tar.gz) = c75ba1063c7ffcb42f7448e0d450c6788b36186d3640b6b11f8aa656bf24821fa36563464beb5451dcebb2eec81b5dfda29f218e69de427537a179b33eb7a0f7
-Size (bokeh-3.4.1.tar.gz) = 6402286 bytes
+BLAKE2s (bokeh-3.4.2.tar.gz) = 910c8bd4f527d3c1b082e0d9a30a6a822557c95ea21e30a0022ad5313af2c396
+SHA512 (bokeh-3.4.2.tar.gz) = 547804877e9c6706d6ee2dc5e1d4ec491a2b6051fed149a00652cacaef6394d5b7655d4ba8d3e05632b0fe0fb152eba08b8316b25a72325ab3e14ff17ec35429
+Size (bokeh-3.4.2.tar.gz) = 6409417 bytes


Home | Main Index | Thread Index | Old Index