aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-17 06:09:10 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-17 06:36:48 +0100
commitb19810a0034860a7e5a543c494a5413142110c6b (patch)
tree0060a236648eb9bb9fa51dc02f85c267d6e4ee01
parent3d036c2eec53c5a0bd9c2bbe89f00ef575b73a55 (diff)
downloadalpine_aports-b19810a0034860a7e5a543c494a5413142110c6b.tar.bz2
alpine_aports-b19810a0034860a7e5a543c494a5413142110c6b.tar.xz
alpine_aports-b19810a0034860a7e5a543c494a5413142110c6b.zip
testing/py3-gitlab: upgrade to 1.15.0
-rw-r--r--testing/py3-gitlab/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-gitlab/APKBUILD b/testing/py3-gitlab/APKBUILD
index 7354097e9e..38515a63d4 100644
--- a/testing/py3-gitlab/APKBUILD
+++ b/testing/py3-gitlab/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Leo <thinkabit.ukim@gmail.com> 2# Maintainer: Leo <thinkabit.ukim@gmail.com>
3pkgname=py3-gitlab 3pkgname=py3-gitlab
4_pkgname=python-gitlab 4_pkgname=python-gitlab
5pkgver=1.14.0 5pkgver=1.15.0
6pkgrel=0 6pkgrel=0
7pkgdesc="v4 GitLab API compliant library and cmdline tool" 7pkgdesc="v4 GitLab API compliant library and cmdline tool"
8options="!check" # Requires unpackaged 'httmock' 8options="!check" # Requires unpackaged 'httmock'
@@ -27,4 +27,4 @@ package() {
27 python3 setup.py install --prefix=/usr --root="$pkgdir" 27 python3 setup.py install --prefix=/usr --root="$pkgdir"
28} 28}
29 29
30sha512sums="87e488dd09fb4d61352949f64d3afe8e1ce506f21085a7acde988e3c02b2e73c31de713bd5fc2851314c054f199695913c1632b0da4dcd51aac34b4a0d3e25a5 python-gitlab-1.14.0.tar.gz" 30sha512sums="622804ee580ceef7e37f2645267e723a70b9cb4352e29bb5bd02150894df13df3facf8afb29bdfd1d8b4e1a4438f82bd93e7a9abf6861758c1151e5d2c3202c6 python-gitlab-1.15.0.tar.gz"