diff options
author | prspkt <prspkt@protonmail.com> | 2019-06-16 21:43:42 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-06-16 22:30:21 +0300 |
commit | 79064b535ea5f8ed4a8f7c8187a104d0418e74a1 (patch) | |
tree | 861a4d4e92fbc6009cbf20cf7be58578bbb6aca9 /testing/py3-github3/APKBUILD | |
parent | 705037356d5a6a79133f306164e16beb5f5a65af (diff) | |
download | aports-79064b535ea5f8ed4a8f7c8187a104d0418e74a1.tar.bz2 aports-79064b535ea5f8ed4a8f7c8187a104d0418e74a1.tar.xz |
testing/py3-github3: upgrade to 0.6.0
Diffstat (limited to 'testing/py3-github3/APKBUILD')
-rw-r--r-- | testing/py3-github3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-github3/APKBUILD b/testing/py3-github3/APKBUILD index e8edd8789c..f36357b9d6 100644 --- a/testing/py3-github3/APKBUILD +++ b/testing/py3-github3/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-github3 _pkgname=github3.py -pkgver=0.9.1 +pkgver=1.3.0 pkgrel=0 pkgdesc="Python wrapper for the GitHub API" url="https://github3py.readthedocs.org/" @@ -24,4 +24,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="f978eade8a0c1004c45f0085873704ba8dbc885721c1c7ed99f0c3973b5f453a0a3a43dfe29cfa0be87c3cb505f7b72a7f683e4fd812c0fe6e9c9ac99256bb5e github3.py-0.9.1.tar.gz" +sha512sums="b57526f9ac2ce70569abbe8e8efcdc77376885b8f81a48d10ed255c9cdb530d0b9e544612781ffeadbedef08e04fe63cec3dbe029b6d86d15aeff143ce620366 github3.py-1.3.0.tar.gz" |