aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-01-17 22:04:20 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-17 21:39:58 +0000
commitc22bb750018b0b684ba4d859230eede997bfe0f6 (patch)
tree1e86716ffd1f33e6fb30cd9d8f107ca0cb721cb9
parentb7598b0f30fd7700c68398ccce815d8726872044 (diff)
community/py3-gitpython: upgrade to 3.1.12
-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 a0c845c0965..7920978f7b3 100644
--- a/community/py3-gitpython/APKBUILD
+++ b/community/py3-gitpython/APKBUILD
@@ -1,13 +1,17 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-gitpython
-pkgver=3.1.11
+pkgver=3.1.12
pkgrel=0
pkgdesc="Python3 Git Library"
url="https://github.com/gitpython-developers/GitPython"
arch="noarch"
license="BSD-3-Clause"
-depends="python3 py3-gitdb2 git"
+depends="
+ git
+ py3-gitdb2
+ python3
+ "
makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="https://github.com/gitpython-developers/GitPython/archive/$pkgver/GitPython-$pkgver.tar.gz"
@@ -26,4 +30,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="c17130909e391fd5601643a70546016ca37e868113a6304bd5e5a155833a8f220ffeebee28c356a7fd58ba4023e2c725f20807949f1efc13e1006533c89a169d GitPython-3.1.11.tar.gz"
+sha512sums="566b31d7e2b20f1a1ab5459b9675c125452a3668225b76d557178bbb73df3fb22c5ee72a5fe31d71b56c1e31455e6a389a156b14e44769fc53750b639ae97c8a GitPython-3.1.12.tar.gz"