diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-06-28 11:37:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:17 +0700 |
commit | 8249dc4212f4931839e6ac1ecdc5e492ca66bbb2 (patch) | |
tree | bdf4473245142211ab497868a5a3201e43f21545 /python/python3-PyGithub | |
parent | f495ed01d48694931f432e21dfc015b333432a58 (diff) |
python/python3-PyGithub: Updated for version 1.59.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-PyGithub')
-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 7ff0be1a220a..afd229dee880 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:-1.58.2} +VERSION=${VERSION:-1.59.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 7b0bfac96501..60a2fc137a68 100644 --- a/python/python3-PyGithub/python3-PyGithub.info +++ b/python/python3-PyGithub/python3-PyGithub.info @@ -1,8 +1,8 @@ PRGNAM="python3-PyGithub" -VERSION="1.58.2" +VERSION="1.59.0" HOMEPAGE="https://pygithub.readthedocs.io/" -DOWNLOAD="https://github.com/PyGithub/PyGithub/archive/refs/tags/v1.58.2/PyGithub-1.58.2.tar.gz" -MD5SUM="2da63048fef6aea45d1b839a4e2cb620" +DOWNLOAD="https://github.com/PyGithub/PyGithub/archive/refs/tags/v1.59.0/PyGithub-1.59.0.tar.gz" +MD5SUM="acb6e0d2de80ea26f1d1695a95525689" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-deprecated python3-pyjwt pynacl" |