mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
community/py3-openssl: upgrade to 24.1.0
This commit is contained in:
parent
696cbb6a06
commit
936bcb16f5
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=py3-openssl
|
||||
_pkgname=pyOpenSSL
|
||||
pkgver=23.3.0
|
||||
pkgver=24.1.0
|
||||
pkgrel=0
|
||||
pkgdesc="Python3 wrapper module around the OpenSSL library"
|
||||
url="https://github.com/pyca/pyopenssl"
|
||||
@ -13,7 +13,11 @@ makedepends="
|
||||
py3-setuptools
|
||||
py3-wheel
|
||||
"
|
||||
checkdepends="py3-flaky py3-pytest-xdist py3-pretend"
|
||||
checkdepends="
|
||||
py3-pretend
|
||||
py3-pytest-rerunfailures
|
||||
py3-pytest-xdist
|
||||
"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
@ -39,5 +43,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
e75ffd9922798d7bb08be50782a2185aaf69cdc41e4c83e0c904d7b7b3b5da3bbfe73abe965eb0bfe1b325de79eb9f72f16a05444f0310ebfaf8f5bf8ce1fe87 pyOpenSSL-23.3.0.tar.gz
|
||||
acb07025f085d2fe9338e5ce5f65937001b1a8376c41ac532e9b0548668ce05c844e3e28c58efad812a034becf8e24aa9504165ff6af4c3b085cf463fa4d2fb6 pyOpenSSL-24.1.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user