From 53ecd29071ae355d2d6c3920f38eac1422b35253 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 12 Feb 2021 10:29:57 -0500 Subject: [PATCH] python3-pyzmq: update to 22.0.3. --- 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 db236716fa0..32c24aba9cf 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq -version=22.0.2 +version=22.0.3 revision=1 wrksrc="pyzmq-${version}" build_style=python3-module @@ -10,12 +10,12 @@ makedepends="zeromq-devel python3-devel" depends="python3" checkdepends="python3-pytest" short_desc="Python3 bindings for the ZeroMQ messaging library" -maintainer="Orphaned " +maintainer="Andrew J. Hesford " license="LGPL-3.0-or-later, BSD-3-Clause" homepage="https://pyzmq.readthedocs.io/" changelog="https://pyzmq.readthedocs.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/p/pyzmq/pyzmq-${version}.tar.gz" -checksum=d7b82a959e5e22d492f4f5a1e650e909a6c8c76ede178f538313ddb9d1e92963 +checksum=f7f63ce127980d40f3e6a5fdb87abf17ce1a7c2bd8bf2c7560e1bbce8ab1f92d pre_build() { cat > setup.cfg <<-EOF