summaryrefslogtreecommitdiff
path: root/user/py3-cryptography/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-02-16 14:14:03 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-02-16 14:14:03 +0000
commit7c045a52b7ca6e19bb638eb3e4293bdd1716126c (patch)
treea47ebce04d9b01176320036006094f69a7b5f9c3 /user/py3-cryptography/APKBUILD
parent0ea9f15945803c23e6bf9ce4016d643eef081ff3 (diff)
parentaffa94487faef5b2f5af62e76b8b0625633c4ca3 (diff)
downloadpackages-7c045a52b7ca6e19bb638eb3e4293bdd1716126c.tar.gz
packages-7c045a52b7ca6e19bb638eb3e4293bdd1716126c.tar.bz2
packages-7c045a52b7ca6e19bb638eb3e4293bdd1716126c.tar.xz
packages-7c045a52b7ca6e19bb638eb3e4293bdd1716126c.zip
Merge branch 'bumps.zlg.2019-01-27' into 'master'
Bump zlg's packages, January 2019 Routine bumps for the end of January, 2019. Affected packages (all under `user/`): * certbot * py3-configargparse * py3-cryptography * py3-future * py3-openssl * py3-tz The bumps are mostly bug-fix releases. See merge request !157
Diffstat (limited to 'user/py3-cryptography/APKBUILD')
-rw-r--r--user/py3-cryptography/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/py3-cryptography/APKBUILD b/user/py3-cryptography/APKBUILD
index 9232dd69d..587199c0e 100644
--- a/user/py3-cryptography/APKBUILD
+++ b/user/py3-cryptography/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: zlg <zlg+adelie@zlg.space>
pkgname=py3-cryptography
_pkgname=${pkgname#py3-}
-pkgver=2.4.2
+pkgver=2.5
pkgrel=0
pkgdesc="A package which provides cryptographic recipes and primitives"
url="https://pypi.org/project/cryptography"
arch="all"
options="!check" # tests want hypothesis; deep rabbit hole
license="Apache-2.0 OR BSD-3-Clause"
-depends="python3 py3-cffi py3-idna py3-asn1crypto py3-six"
+depends="python3 py3-cffi py3-asn1crypto py3-six"
makedepends="python3-dev libffi-dev openssl-dev"
subpackages=""
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="800735fa86e9ad0f8517328d47e55dc79a2b86d8c7539ee2921c526085782d8dad5559bbee84f7effb42275503fa9a984b099a688c530c92f5672c423c0f1a28 cryptography-2.4.2.tar.gz"
+sha512sums="5e8f8818fcaa8143526006b027107b8afbdc925d40c846701e65b2c7ee02235b7e0918246515520ef2030b1c87bb157d0d403c28ad68c31459d677af7e2d0b3f cryptography-2.5.tar.gz"