diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-07 23:07:41 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-07 23:09:35 +0100 |
commit | 52959b5103db9f8612cd21899cc0a4dfc82f1333 (patch) | |
tree | 22866a6b438920dd8d0bb4fc7ad1fd8c286dc5ba /testing/py3-gitlab | |
parent | 7269942b9fdc33649eb40796f0dc9813be5715e3 (diff) | |
download | aports-52959b5103db9f8612cd21899cc0a4dfc82f1333.tar.bz2 aports-52959b5103db9f8612cd21899cc0a4dfc82f1333.tar.xz |
testing/py3-gitlab: upgrade to 1.14.0
Diffstat (limited to 'testing/py3-gitlab')
-rw-r--r-- | testing/py3-gitlab/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-gitlab/APKBUILD b/testing/py3-gitlab/APKBUILD index bd740eec20..7354097e9e 100644 --- a/testing/py3-gitlab/APKBUILD +++ b/testing/py3-gitlab/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-gitlab _pkgname=python-gitlab -pkgver=1.13.0 +pkgver=1.14.0 pkgrel=0 pkgdesc="v4 GitLab API compliant library and cmdline tool" options="!check" # Requires unpackaged 'httmock' @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="483133d6bc3244c28a2cfa7382262692ed5eef5be5217c5f9786883667d777bac7f952946c50cb8ca6bbe07f63691ec19be4fbfeb7d9cd733fb049a0c3378721 python-gitlab-1.13.0.tar.gz" +sha512sums="87e488dd09fb4d61352949f64d3afe8e1ce506f21085a7acde988e3c02b2e73c31de713bd5fc2851314c054f199695913c1632b0da4dcd51aac34b4a0d3e25a5 python-gitlab-1.14.0.tar.gz" |