aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-gitpython/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-05-06 12:22:54 +0200
committerBart Ribbers <bribbers@disroot.org>2021-05-06 10:39:18 +0000
commitd42430bb5a8f21cc4e0434c5365e79f1b1db6be2 (patch)
treedea8d8ac13f5c179f1d3ae6e5bc656aef2e0e059 /community/py3-gitpython/APKBUILD
parent4913818f498d2ae3f4d54eddaf6952106570dbf8 (diff)
community/py3-gitpython: upgrade to 3.1.15
Diffstat (limited to 'community/py3-gitpython/APKBUILD')
-rw-r--r--community/py3-gitpython/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/py3-gitpython/APKBUILD b/community/py3-gitpython/APKBUILD
index bb17c177e1f..2946cdfc77f 100644
--- a/community/py3-gitpython/APKBUILD
+++ b/community/py3-gitpython/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-gitpython
-pkgver=3.1.14
-pkgrel=1
+pkgver=3.1.15
+pkgrel=0
pkgdesc="Python3 Git Library"
url="https://github.com/gitpython-developers/GitPython"
arch="noarch"
@@ -10,6 +10,7 @@ license="BSD-3-Clause"
depends="
git
py3-gitdb2
+ py3-typing-extensions
python3
"
makedepends="py3-setuptools"
@@ -30,4 +31,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="46260039c3835aafa751f8a0a44ac4c87b90fccc4e37a02d9dc982a5b521d75c7ba1b2d6f50c44efd085265bb6bbfcd7932eabb199310095efd1713ed9c60276 GitPython-3.1.14.tar.gz"
+sha512sums="
+daf0df0915c409d7c6d9a59f4f658ad98ef9500c5af67fe79b297fef2c6fea3f65e65f86c4392c7316b8ef7bb688b0bf273850a5fc2880f11ff796e750d72ee6 GitPython-3.1.15.tar.gz
+"