aboutsummaryrefslogtreecommitdiff
path: root/python/python3-PyGithub
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-08-29 18:14:38 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-30 11:56:07 +0700
commit48ae61866926362b31c7d86545b9ff0ae32c0b0c (patch)
tree42bee4fe409e7a893bc17023a279585e027cabfc /python/python3-PyGithub
parent999d03f4f1fd0a024cd32d09477a1799cc502fc2 (diff)
python/python3-PyGithub: Version bump to 2.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-PyGithub')
-rw-r--r--python/python3-PyGithub/python3-PyGithub.SlackBuild2
-rw-r--r--python/python3-PyGithub/python3-PyGithub.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-PyGithub/python3-PyGithub.SlackBuild b/python/python3-PyGithub/python3-PyGithub.SlackBuild
index b31decfb32435..0bf13c95912eb 100644
--- a/python/python3-PyGithub/python3-PyGithub.SlackBuild
+++ b/python/python3-PyGithub/python3-PyGithub.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-PyGithub
-VERSION=${VERSION:-2.3.0}
+VERSION=${VERSION:-2.4.0}
SRCNAM=${SRCNAM:-PyGithub}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-PyGithub/python3-PyGithub.info b/python/python3-PyGithub/python3-PyGithub.info
index 670528744a7c6..172089e7d7be8 100644
--- a/python/python3-PyGithub/python3-PyGithub.info
+++ b/python/python3-PyGithub/python3-PyGithub.info
@@ -1,8 +1,8 @@
PRGNAM="python3-PyGithub"
-VERSION="2.3.0"
+VERSION="2.4.0"
HOMEPAGE="https://pygithub.readthedocs.io/"
-DOWNLOAD="https://github.com/PyGithub/PyGithub/archive/refs/tags/v2.3.0/PyGithub-2.3.0.tar.gz"
-MD5SUM="7d1facc215e638a7e5aab6169771733d"
+DOWNLOAD="https://github.com/PyGithub/PyGithub/archive/refs/tags/v2.4.0/PyGithub-2.4.0.tar.gz"
+MD5SUM="b5117899abe43f5d3bd858cecb840b0e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-deprecated python3-pyjwt pynacl python3-setuptools-scm-opt"