diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-10-02 17:26:37 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 00:59:32 +0700 |
commit | 8a10623e4a9ae546a002c623619fa79fb3b89398 (patch) | |
tree | a3dcb82dd7ec3b78191cf88fc420d1af04b69b23 /python | |
parent | 997475fc0d91d4dc6563385647658ad107d54aaf (diff) |
python/python3-PyGithub: Version bump to 2.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-PyGithub/python3-PyGithub.SlackBuild | 16 | ||||
-rw-r--r-- | python/python3-PyGithub/python3-PyGithub.info | 6 |
2 files changed, 4 insertions, 18 deletions
diff --git a/python/python3-PyGithub/python3-PyGithub.SlackBuild b/python/python3-PyGithub/python3-PyGithub.SlackBuild index 05fd0ead5a9e..76165847ac56 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.59.1} +VERSION=${VERSION:-2.1.1} SRCNAM=${SRCNAM:-PyGithub} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,20 +47,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/python/python3-PyGithub/python3-PyGithub.info b/python/python3-PyGithub/python3-PyGithub.info index 878ebc65b171..0364e242c4ef 100644 --- a/python/python3-PyGithub/python3-PyGithub.info +++ b/python/python3-PyGithub/python3-PyGithub.info @@ -1,8 +1,8 @@ PRGNAM="python3-PyGithub" -VERSION="1.59.1" +VERSION="2.1.1" HOMEPAGE="https://pygithub.readthedocs.io/" -DOWNLOAD="https://github.com/PyGithub/PyGithub/archive/refs/tags/v1.59.1/PyGithub-1.59.1.tar.gz" -MD5SUM="592197d99879582604abaaa6791a4d9f" +DOWNLOAD="https://github.com/PyGithub/PyGithub/archive/refs/tags/v2.1.1/PyGithub-2.1.1.tar.gz" +MD5SUM="6ab77a6e57128dfd1325ddb12ef5a427" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-deprecated python3-pyjwt pynacl" |