aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-19 19:13:39 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-19 21:36:04 +0100
commit278798ab14b5063923fecb044210d0cb9349a642 (patch)
tree009d1622420f4ce1bf1c63e4805d9e88e7504df4
parente59b152c98a528109283b08eae71e9d50aa21f10 (diff)
downloadaports-278798ab14b5063923fecb044210d0cb9349a642.tar.bz2
aports-278798ab14b5063923fecb044210d0cb9349a642.tar.xz
main/py3-openssl: upgrade to 19.1.0
-rw-r--r--main/py3-openssl/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/py3-openssl/APKBUILD b/main/py3-openssl/APKBUILD
index 8f202d5f74..6860582f45 100644
--- a/main/py3-openssl/APKBUILD
+++ b/main/py3-openssl/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-openssl
_pkgname=pyOpenSSL
-pkgver=19.0.0
-pkgrel=2
+pkgver=19.1.0
+pkgrel=0
pkgdesc="Python3 wrapper module around the OpenSSL library"
url="https://github.com/pyca/pyopenssl"
arch="noarch"
@@ -18,18 +18,15 @@ replaces="py-openssl" # Backwards compatibility
provides="py-openssl=$pkgver-r$pkgrel" # Backwards compatibility
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
python3 setup.py test
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="a7e12bf5be725ccebd1223d567a9b9e8bd35f79cbf3a0409108fa6f00e10ab137dd6876369e9dede02b2abc7d700786cc905532ca5c31b6e246f6df8b24e2818 pyOpenSSL-19.0.0.tar.gz"
+sha512sums="4acd96f287d72eb11bd812697d28cd6eb6a96a4653248b65f967187830a6b17cc1254775a18a3405469f3d45abdae6f02d165f2f35f035f3174c2826fba82916 pyOpenSSL-19.1.0.tar.gz"