python3-openssl: update to 25.1.0.

This commit is contained in:
Leah Neukirchen 2025-05-20 12:12:45 +02:00
parent 59648c04bb
commit 30de6a1aa1

View file

@ -1,6 +1,6 @@
# Template file for 'python3-openssl' # Template file for 'python3-openssl'
pkgname=python3-openssl pkgname=python3-openssl
version=25.0.0 version=25.1.0
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://pyopenssl.org/" homepage="https://pyopenssl.org/"
changelog="https://raw.githubusercontent.com/pyca/pyopenssl/master/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/pyca/pyopenssl/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pyopenssl/pyopenssl-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pyopenssl/pyopenssl-${version}.tar.gz"
checksum=cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16 checksum=8d031884482e0c67ee92bf9a4d8cceb08d92aba7136432ffb0703c5280fc205b
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
# https://github.com/pyca/pyopenssl/issues/974 # https://github.com/pyca/pyopenssl/issues/974