aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-ldap3
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-08-05 12:19:56 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-08-05 12:20:17 +0200
commitc22aeb29d43d2e09848b58ac7e3ed575654241ba (patch)
tree7eb23884506aef8ccee28c583698a562e6404d71 /community/py-ldap3
parent0fd89bc282063e356a04f0621d452ef205b14f65 (diff)
downloadaports-c22aeb29d43d2e09848b58ac7e3ed575654241ba.tar.bz2
aports-c22aeb29d43d2e09848b58ac7e3ed575654241ba.tar.xz
community/py-ldap3: upgrade to 2.5.1
Diffstat (limited to 'community/py-ldap3')
-rw-r--r--community/py-ldap3/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-ldap3/APKBUILD b/community/py-ldap3/APKBUILD
index 2f3c83705c..3ec2ca72e4 100644
--- a/community/py-ldap3/APKBUILD
+++ b/community/py-ldap3/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=py-ldap3
_pkgname=ldap3
-pkgver=2.5
+pkgver=2.5.1
pkgrel=0
pkgdesc="A strictly RFC 4510 conforming LDAP V3 pure Python client"
url="https://github.com/cannatag/ldap3"
@@ -11,7 +11,7 @@ license="LGPL-3.0"
depends="py-asn1"
makedepends="python2-dev python3-dev py-setuptools"
subpackages="py2-$_pkgname:_subpackage py3-$_pkgname:_subpackage"
-source="$pkgname-$pkgver.tar.gz::https://github.com/cannatag/$_pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/cannatag/$_pkgname/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
options="!check" # tests need running LDAP server
@@ -36,4 +36,4 @@ _subpackage() {
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="c5ac00af528ff88ce0b56c6d9186d0c0561394e5262cf712d060c1c4217337e8d6c569d2caa1f748d76e0fffc90a9db2cc1135a317d045621fadba1f0de0c362 py-ldap3-2.5.tar.gz"
+sha512sums="15b49efee10ae34d7a0a4ca156bbed1bec1e86cfd918b1e6853bee0fd3cb2c82246b04328964079c1681a9a8a2fd212208250007a68b10abbd4f11c84a140a11 py-ldap3-2.5.1.tar.gz"