diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-09 06:54:39 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-09 07:00:26 +0100 |
commit | 6ae8b1e75949652f9957e323a49bf1913e85e29d (patch) | |
tree | 2fe666c6dd828e3fd47d78cf4b112bf59829fa18 /testing | |
parent | 11c1bf55e041150ad67d73827938b1c5a02af3ad (diff) | |
download | aports-6ae8b1e75949652f9957e323a49bf1913e85e29d.tar.bz2 aports-6ae8b1e75949652f9957e323a49bf1913e85e29d.tar.xz |
testing/py3-gitpython: upgrade to 3.0.7
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-gitpython/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-gitpython/APKBUILD b/testing/py3-gitpython/APKBUILD index 14239c4693..fc0916be8b 100644 --- a/testing/py3-gitpython/APKBUILD +++ b/testing/py3-gitpython/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: pkgname=py3-gitpython -pkgver=3.0.5 +pkgver=3.0.7 pkgrel=0 pkgdesc="Python3 Git Library" options="!check" # Tests require a specific git configuration @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="8f3009786124735df462dfa5d4dd658cbe565648099437b8d9b6e2db54acf82034d66882b3e1b8cf7e46fa1bed344672d6e77c19d714c1611338eb7d52474ee6 py3-gitpython-3.0.5.tar.gz" +sha512sums="934dc4533766e28b8e573ac50b009934920336cc7e775e3cf80190cdbf85c06e26f57c79d236881b221db903ca45174727f237d4227761b7de2da42ccfedb49c py3-gitpython-3.0.7.tar.gz" |