From fea9eb3bc16b14ae1d625efe77a1dad819f0f463 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 23 Aug 2024 09:22:53 -0400 Subject: [PATCH] python3-pyzmq: update to 26.2.0. --- srcpkgs/python3-pyzmq/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template index f1ead787f55..ff54d4de544 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq -version=26.1.0 +version=26.2.0 revision=1 build_style=python3-pep517 make_check_args="--ignore tests/test_log.py" @@ -13,9 +13,10 @@ short_desc="Python3 bindings for the ZeroMQ messaging library" maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://pyzmq.readthedocs.io/" +changelog="https://raw.githubusercontent.com/zeromq/pyzmq/main/docs/source/changelog.md" changelog="https://pyzmq.readthedocs.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/p/pyzmq/pyzmq-${version}.tar.gz" -checksum=6c5aeea71f018ebd3b9115c7cb13863dd850e98ca6b9258509de1246461a7e7f +checksum=070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"