aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-02 06:30:44 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-02 12:02:11 +0000
commitf74d24d0978f7b7be701e12e7b57d3d2048fa2cd (patch)
tree07efce3c210da2262098af5ce5226979b604f240
parent7bc477b8ac70c007c6cf38731861855b2b6ced2e (diff)
community/py3-gitlab: upgrade to 2.5.0
-rw-r--r--community/py3-gitlab/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-gitlab/APKBUILD b/community/py3-gitlab/APKBUILD
index d486549140a..4b754fe3d83 100644
--- a/community/py3-gitlab/APKBUILD
+++ b/community/py3-gitlab/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer:
+# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-gitlab
_pkgname=python-gitlab
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=0
pkgdesc="v4 GitLab API compliant library and cmdline tool"
options="!check" # Requires unpackaged 'httmock'
@@ -33,4 +33,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="9873ce8b3dd50106d3e51cd8a9d2a738d22475813019a239ef8922369451dec75aa2c03b9a9c30d4b41416b4797435c35df30c71bd16f11518340f3ac589f19b python-gitlab-2.4.0.tar.gz"
+sha512sums="7382f9ea2388c6916f3c7e63df137d73f0fdfb3890a8bbb47e766f3476b6febecd1dcbc588445ae1af1b5f17c9a3e6ed9a931fd9fff010c2c37967eab5440824 python-gitlab-2.5.0.tar.gz"