From 9976620b344554d3b2213ddc8d81828575f22e53 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 8 Jan 2023 14:55:26 -0500 Subject: [PATCH] python3-openssl: update to 23.0.0. --- srcpkgs/python3-openssl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-openssl/template b/srcpkgs/python3-openssl/template index fa8a5361b31..42f03eec01b 100644 --- a/srcpkgs/python3-openssl/template +++ b/srcpkgs/python3-openssl/template @@ -1,6 +1,6 @@ # Template file for 'python3-openssl' pkgname=python3-openssl -version=22.1.0 +version=23.0.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://pyopenssl.org/" changelog="https://raw.githubusercontent.com/pyca/pyopenssl/master/CHANGELOG.rst" distfiles="${PYPI_SITE}/p/pyOpenSSL/pyOpenSSL-${version}.tar.gz" -checksum=7a83b7b272dd595222d672f5ce29aa030f1fb837630ef229f62e72e395ce8968 +checksum=c1cc5f86bcacefc84dada7d31175cae1b1518d5f60d3d0bb595a67822a868a6f if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then # https://github.com/pyca/pyopenssl/issues/974