python-pygithub: update to 1.56

This commit is contained in:
Mehdi Chinoune
2022-10-15 06:26:56 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 2abacd33af
commit 920826d18c

View File

@@ -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}"