python-pygithub: update to 2.8.1

This commit is contained in:
Dirk Stolle 2025-09-08 17:47:56 +02:00
parent ba73a0949b
commit 33be76d0b2

View File

@ -3,17 +3,19 @@
_realname=pygithub
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.7.0
pkgver=2.8.1
pkgrel=1
pkgdesc="Use the full Github API v3 (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'archlinux: python-pygithub'
'gentoo: dev-python/pygithub'
'purl: pkg:pypi/pygithub'
)
msys2_repository_url='https://github.com/PyGithub/PyGithub/'
url='https://pygithub.readthedocs.io/'
msys2_changelog_url='https://pygithub.readthedocs.io/en/stable/changes.html'
license=('spdx:LGPL-3.0' 'spdx:GPL-3.0')
depends=("${MINGW_PACKAGE_PREFIX}-python-pyjwt"
"${MINGW_PACKAGE_PREFIX}-python-requests"
@ -29,7 +31,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-httpretty"
"${MINGW_PACKAGE_PREFIX}-python-parameterized")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('7cd6eafabb09b5369afba3586d86b1f1ad6f1326d2ff01bc47bb26615dce4cbb')
sha256sums=('341b7c78521cb07324ff670afd1baa2bf5c286f8d9fd302c1798ba594a5400c9')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"