From 920826d18c3a2957ab4ebb12d51ecfe3338e4c98 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 15 Oct 2022 06:26:56 +0000 Subject: [PATCH] python-pygithub: update to 1.56 --- mingw-w64-python-pygithub/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-python-pygithub/PKGBUILD b/mingw-w64-python-pygithub/PKGBUILD index 3b9992addd..e057dafeaa 100644 --- a/mingw-w64-python-pygithub/PKGBUILD +++ b/mingw-w64-python-pygithub/PKGBUILD @@ -3,8 +3,8 @@ _realname=pygithub pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=1.55 -pkgrel=2 +pkgver=1.56 +pkgrel=1 pkgdesc="Use the full Github API v3 (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -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=('c674e5cceba1f2cf0d7ea79da66cf31f1131e86c41cd66a2330890f74327c0e1') +sha256sums=('8e8bfae7afb241f9786aafa4e665d1ae99bea1d74ff71eb40cdc05f7ab63b4b4') prepare() { cd "${srcdir}"