aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-gitpython/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-gitpython/APKBUILD')
-rw-r--r--community/py3-gitpython/APKBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/py3-gitpython/APKBUILD b/community/py3-gitpython/APKBUILD
index 7a0efa1ac5e..6faf6b60874 100644
--- a/community/py3-gitpython/APKBUILD
+++ b/community/py3-gitpython/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-gitpython
-pkgver=3.1.18
+pkgver=3.1.20
pkgrel=0
pkgdesc="Python3 Git Library"
url="https://github.com/gitpython-developers/GitPython"
@@ -14,7 +14,11 @@ depends="
python3
"
makedepends="py3-setuptools"
-checkdepends="py3-pytest"
+checkdepends="
+ py3-pytest
+ py3-pytest-cov
+ py3-pytest-sugar
+ "
source="https://github.com/gitpython-developers/GitPython/archive/$pkgver/GitPython-$pkgver.tar.gz"
builddir="$srcdir/GitPython-$pkgver"
@@ -32,5 +36,5 @@ package() {
}
sha512sums="
-c72c1e23db4f2a6394a000d2a7298da8d3bbdf4e5a971267e92f93cf7cfd4390ac0c60ec9bbd350c5739b212d957492a0170544a608a1108f3cbd4bc683c1fed GitPython-3.1.18.tar.gz
+a3f74158d476c1b4b3a36a0ec080f80ed518908d21528925f002e33c861c66ca39a9f335c7eb2d7518d1161639931ea01fc2a6c1d07332a059ea3be47051de24 GitPython-3.1.20.tar.gz
"