diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-29 20:11:54 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-29 20:11:54 +0100 |
commit | 54b9b662334e651414b993f2408f25bdc3f280c5 (patch) | |
tree | 203c5bd7e78836d0a21a68325f5ec434a1b3cf76 /testing/py3-pygithub | |
parent | 6ca1aaf8e30629c680fb80dfbcf3e95c186430df (diff) | |
download | aports-54b9b662334e651414b993f2408f25bdc3f280c5.tar.bz2 aports-54b9b662334e651414b993f2408f25bdc3f280c5.tar.xz |
testing/py3-pygithub: upgrade to 1.45
Diffstat (limited to 'testing/py3-pygithub')
-rw-r--r-- | testing/py3-pygithub/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pygithub/APKBUILD b/testing/py3-pygithub/APKBUILD index 3764064ecb..2d071af7e4 100644 --- a/testing/py3-pygithub/APKBUILD +++ b/testing/py3-pygithub/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=py3-pygithub _pkgname=PyGithub -pkgver=1.44.1 +pkgver=1.45 pkgrel=0 pkgdesc="Typed interactions with the GitHub API v3" url="https://github.com/PyGithub/PyGithub" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="87b6c05f3bbfa463995b67d0bb257700e8c67050dd291c60737a84c4e8bc6bcbde1c0e2add98ec38174c55f2c21abcf4c46bba8be752d132d7e63e423ab6fd1e PyGithub-1.44.1.tar.gz" +sha512sums="24ff3c75f5578f5e0df59fa1a02511747857984d7bd4ae1b3d0a3b41a0eee79df9732d39ee5026978b70a71746826e92f27cc44b8362b6bd3e7dd4edb1654acd PyGithub-1.45.tar.gz" |