From 7da93c4af4a7c7405e92935e916b46de891ad544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 25 Jul 2024 21:03:30 +0700 Subject: [PATCH] python3-openssl: update to 24.2.1. --- srcpkgs/python3-cryptography/template | 2 ++ srcpkgs/python3-openssl/template | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index 461f73edb68..7329ba094c9 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -1,4 +1,6 @@ # Template file for 'python3-cryptography' +# On update, check python3-openssl, +# it has very tie requirements for cryptography pkgname=python3-cryptography version=43.0.0 revision=1 diff --git a/srcpkgs/python3-openssl/template b/srcpkgs/python3-openssl/template index da1506d761a..6af0598ad87 100644 --- a/srcpkgs/python3-openssl/template +++ b/srcpkgs/python3-openssl/template @@ -1,6 +1,6 @@ # Template file for 'python3-openssl' pkgname=python3-openssl -version=24.0.0 +version=24.2.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,8 +11,8 @@ maintainer="Orphaned " 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=6aa33039a93fffa4563e655b61d11364d01264be8ccb49906101e02a334530bf +distfiles="${PYPI_SITE}/p/pyopenssl/pyopenssl-${version}.tar.gz" +checksum=4247f0dbe3748d560dcbb2ff3ea01af0f9a1a001ef5f7c4c647956ed8cbf0e95 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then # https://github.com/pyca/pyopenssl/issues/974