From 060043082c68fd8c4efec09e01b6413fe9909f7e Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sun, 19 Feb 2023 12:33:36 +0000 Subject: [PATCH] python-pygithub: update to 1.58.0 --- mingw-w64-python-pygithub/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-pygithub/PKGBUILD b/mingw-w64-python-pygithub/PKGBUILD index 3030794ef6..efc431e339 100644 --- a/mingw-w64-python-pygithub/PKGBUILD +++ b/mingw-w64-python-pygithub/PKGBUILD @@ -3,7 +3,7 @@ _realname=pygithub pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.57 +pkgver=1.58.0 pkgrel=1 pkgdesc="Use the full Github API v3 (mingw-w64)" arch=('any') @@ -20,7 +20,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest" "${MINGW_PACKAGE_PREFIX}-python-httpretty" "${MINGW_PACKAGE_PREFIX}-python-parameterized") source=("${_realname}-${pkgver}.tar.gz::https://github.com/PyGithub/PyGithub/archive/v${pkgver}.tar.gz") -sha256sums=('989f30d123eb86c27e69c23ce8f72c3a3391f1e66ecb54ee8cd033242d7aa064') +sha256sums=('4da38df541c4d1b2445598f2714ccfffab66d6ffcf662b48c8e9a037fe9478ca') prepare() { cd "${srcdir}"