python3-bokeh: update to 3.7.3.

This commit is contained in:
Andrew J. Hesford 2025-05-18 13:41:17 -04:00
parent c0d34496c8
commit 07ec6362e8

View file

@ -1,6 +1,6 @@
# Template file for 'python3-bokeh' # Template file for 'python3-bokeh'
pkgname=python3-bokeh pkgname=python3-bokeh
version=3.7.2 version=3.7.3
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-colorama" hostmakedepends="python3-setuptools python3-colorama"
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="https://bokeh.org" homepage="https://bokeh.org"
changelog="https://raw.githubusercontent.com/bokeh/bokeh/main/CHANGELOG" changelog="https://raw.githubusercontent.com/bokeh/bokeh/main/CHANGELOG"
distfiles="${PYPI_SITE}/b/bokeh/bokeh-${version}.tar.gz" distfiles="${PYPI_SITE}/b/bokeh/bokeh-${version}.tar.gz"
checksum=80c21885cec276431acd4db92f831c71eb999ea995470ce777e0c577b0cfc1d8 checksum=70a89a9f797b103d5ee6ad15fb7944adda115cf0da996ed0b75cfba61cb12f2b
# Tests have unpackaged dependencies and require fetching data; skipping # Tests have unpackaged dependencies and require fetching data; skipping
make_check=no make_check=no