diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 13:40:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:37 +0000 |
commit | 1807f96e5dbed9c3d472ada301d812c32669d860 (patch) | |
tree | 327bbaf02d9cddc86cc0220ddd420490ac174f60 /testing/py3-github3 | |
parent | 906bc22711b4e32ec2efd954dccd7db1f0ab7603 (diff) | |
download | aports-1807f96e5dbed9c3d472ada301d812c32669d860.tar.bz2 aports-1807f96e5dbed9c3d472ada301d812c32669d860.tar.xz |
testing/py3-github3: rebuild against python 3.8
Diffstat (limited to 'testing/py3-github3')
-rw-r--r-- | testing/py3-github3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-github3/APKBUILD b/testing/py3-github3/APKBUILD index 0d365b29ce..eafd85e5f4 100644 --- a/testing/py3-github3/APKBUILD +++ b/testing/py3-github3/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-github3 _pkgname=github3.py pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python wrapper for the GitHub API" url="https://github3py.readthedocs.org/" arch="noarch" |