From 3314c05cddeb357b2f045a27bf35bbf591063062 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 4 Feb 2025 08:50:25 -0500 Subject: [PATCH] python3-pyzmq: update to 26.2.1. --- srcpkgs/python3-pyzmq/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template index 0797742994c..d8a46ec7eb2 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq -version=26.2.0 -revision=2 +version=26.2.1 +revision=1 build_style=python3-pep517 make_check_args="--ignore tests/test_log.py" make_check_target="tests" @@ -16,7 +16,7 @@ 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=070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f +checksum=17d72a74e5e9ff3829deb72897a175333d3ef5b5413948cae3cf7ebf0b02ecca export CMAKE_ARGS="-DPython_INCLUDE_DIR:PATH=${XBPS_CROSS_BASE}/${py3_inc}"