aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-07-07 22:07:07 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-07-08 09:09:43 +0000
commit7becf7879aa3d03fc54fd5f07a971f4de82db893 (patch)
tree1046cfad69a74248e76f7639babd8c1e14e9e650
parente0e45186453ad56d9e8668285dd095156814b69c (diff)
community/py3-rsa: adopt and upgrade to 4.6
-rw-r--r--community/py3-rsa/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/py3-rsa/APKBUILD b/community/py3-rsa/APKBUILD
index f7b3b73afbd..0f6fff0d2ea 100644
--- a/community/py3-rsa/APKBUILD
+++ b/community/py3-rsa/APKBUILD
@@ -1,16 +1,16 @@
-# Maintainer:
# Contributor: Valery Kartel <valery.kartel@gmail.com>
+# Maintainer: Keith Maxwell <keith.maxwell@gmail.com>
pkgname=py3-rsa
_pkgname=rsa
-pkgver=4.0
-pkgrel=1
+pkgver=4.6
+pkgrel=0
pkgdesc="Pure-Python3 RSA implementation"
url="https://stuvel.eu/rsa"
arch="noarch"
license="Apache-2.0"
depends="python3 py3-asn1 py3-setuptools"
-checkdepends="py3-pytest py3-mock"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+checkdepends="py3-pytest py3-mock py3-mypy"
+source="https://files.pythonhosted.org/packages/source/r/rsa/rsa-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
replaces="py-rsa" # Backwards compatibility
@@ -28,4 +28,4 @@ check() {
python3 -m pytest
}
-sha512sums="e11106741cc4275246c986d39b3f028b5a4df6fbffdd08a78072ac3d3a9a7ade7a39789c504a2705f54d858a9bdbf03981251f32f9c45baba71e4a986e14b24e rsa-4.0.tar.gz"
+sha512sums="643ee292780c2e35c8f2c3750eb291799b051bd2bd2aa5332884b35fb46c8a0c53f09c38f196e02aed329af7562bcb20f23e876e54f89bed5fb416220c809f9d rsa-4.6.tar.gz"