mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-openssl: update to 25.0.0.
This commit is contained in:
parent
4bc2523758
commit
94ed61cde1
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python3-openssl'
|
||||
pkgname=python3-openssl
|
||||
version=24.3.0
|
||||
version=25.0.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-cryptography"
|
||||
checkdepends="python3-pytest $depends python3-pytest-rerunfailures python3-pretend"
|
||||
|
@ -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=49f7a019577d834746bc55c5fce6ecbcec0f2b4ec5ce1cf43a9a173b8138bb36
|
||||
checksum=cd2cef799efa3936bb08e8ccb9433a575722b9dd986023f1cabc4ae64e9dac16
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||
# https://github.com/pyca/pyopenssl/issues/974
|
||||
|
|
Loading…
Add table
Reference in a new issue