python/python3-PyGithub: Version bump to 2.5.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-11-13 22:03:12 -08:00 committed by Willy Sudiarto Raharjo
parent 1e3bde2c43
commit 32c288cf3d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-PyGithub
VERSION=${VERSION:-2.4.0}
VERSION=${VERSION:-2.5.0}
SRCNAM=${SRCNAM:-PyGithub}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-PyGithub"
VERSION="2.4.0"
VERSION="2.5.0"
HOMEPAGE="https://pygithub.readthedocs.io/"
DOWNLOAD="https://github.com/PyGithub/PyGithub/archive/refs/tags/v2.4.0/PyGithub-2.4.0.tar.gz"
MD5SUM="b5117899abe43f5d3bd858cecb840b0e"
DOWNLOAD="https://github.com/PyGithub/PyGithub/archive/refs/tags/v2.5.0/PyGithub-2.5.0.tar.gz"
MD5SUM="bc45b68cacb08e60f2f3ea48e97a2f66"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-deprecated python3-pyjwt pynacl python3-setuptools-scm-opt"