diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-11-13 22:03:12 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:12 +0700 |
commit | 32c288cf3df1b8c4841071d74033aae5dfe03ca3 (patch) | |
tree | 1f740f2e2ff4aaddde6c9c0bbc6c00099a9a3588 /python | |
parent | 1e3bde2c43bed4d4c097b302079997a95ef77d36 (diff) |
python/python3-PyGithub: Version bump to 2.5.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-PyGithub/python3-PyGithub.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-PyGithub/python3-PyGithub.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-PyGithub/python3-PyGithub.SlackBuild b/python/python3-PyGithub/python3-PyGithub.SlackBuild index 0bf13c95912e..a0edd0b49016 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.4.0} +VERSION=${VERSION:-2.5.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 172089e7d7be..dfb713ceec22 100644 --- a/python/python3-PyGithub/python3-PyGithub.info +++ b/python/python3-PyGithub/python3-PyGithub.info @@ -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" |