diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 13:40:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:37 +0000 |
commit | 7b58b2358948f6d772c8aaaeff066bfcf9238519 (patch) | |
tree | 78548e1cddb34ccf02d920c6432e6d223bb6e3ab /testing/py3-gitpython | |
parent | 0a1c305530c14ce9f28e6aefc17547dc50025974 (diff) | |
download | aports-7b58b2358948f6d772c8aaaeff066bfcf9238519.tar.bz2 aports-7b58b2358948f6d772c8aaaeff066bfcf9238519.tar.xz |
testing/py3-gitpython: rebuild against python 3.8
Diffstat (limited to 'testing/py3-gitpython')
-rw-r--r-- | testing/py3-gitpython/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-gitpython/APKBUILD b/testing/py3-gitpython/APKBUILD index 7c357f1dc0..140f7418e9 100644 --- a/testing/py3-gitpython/APKBUILD +++ b/testing/py3-gitpython/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-gitpython pkgver=3.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 Git Library" options="!check" # Tests require a specific git configuration url="https://github.com/gitpython-developers/GitPython" |