python-pygithub: Update to 1.59.0

This commit is contained in:
Christoph Reiter
2023-06-25 12:22:22 +02:00
parent 6821a15654
commit 65d57d6487

View File

@@ -4,7 +4,7 @@ _realname=pygithub
_pyname=PyGithub
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.58.2
pkgver=1.59.0
pkgrel=1
pkgdesc="Use the full Github API v3 (mingw-w64)"
arch=('any')
@@ -25,7 +25,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-httpretty"
"${MINGW_PACKAGE_PREFIX}-python-parameterized")
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('1e6b1b7afe31f75151fb81f7ab6b984a7188a852bdb123dbb9ae90023c3ce60f')
sha256sums=('6e05ff49bac3caa7d1d6177a10c6e55a3e20c85b92424cc198571fd0cf786690')
prepare() {
rm -rf python-build-${MSYSTEM} | true