summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2020-09-18 21:49:36 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-09-19 08:55:02 +0700
commit3f6c151a32ddd80134d81a92e274519673408a90 (patch)
tree8e1bdc5b92e59324997471f71f442725e8946363 /libraries
parentfba6fdc7ee61f6e2ece370f29d1b3f8832695387 (diff)
downloadslackbuilds-3f6c151a32ddd80134d81a92e274519673408a90.tar.gz
slackbuilds-3f6c151a32ddd80134d81a92e274519673408a90.tar.xz
libraries/botocore: Updated for version 1.18.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/botocore/botocore.SlackBuild4
-rw-r--r--libraries/botocore/botocore.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/botocore/botocore.SlackBuild b/libraries/botocore/botocore.SlackBuild
index f7048db35d..64d2b01477 100644
--- a/libraries/botocore/botocore.SlackBuild
+++ b/libraries/botocore/botocore.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=botocore
-VERSION=${VERSION:-1.14.15}
+VERSION=${VERSION:-1.18.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,7 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/libraries/botocore/botocore.info b/libraries/botocore/botocore.info
index 4c2ddb8fc9..36b7c0da45 100644
--- a/libraries/botocore/botocore.info
+++ b/libraries/botocore/botocore.info
@@ -1,10 +1,10 @@
PRGNAM="botocore"
-VERSION="1.14.15"
+VERSION="1.18.0"
HOMEPAGE="https://github.com/boto/botocore"
-DOWNLOAD="https://files.pythonhosted.org/packages/5c/48/f5776ae89e6b97fcc7d049f6d25262b9ce45ec3e4ad69ba3851e30006597/botocore-1.14.15.tar.gz"
-MD5SUM="d49c411092f3af5d4b42c3759c2522ca"
+DOWNLOAD="https://files.pythonhosted.org/packages/91/4a/05807a7f69d77b588f58bff828904c8528281678a3dda41db5c70c98f771/botocore-1.18.0.tar.gz"
+MD5SUM="59482af8419ceb83114e3d4b3d818f35"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-dateutil jmespath bcdoc python-urllib3"
+REQUIRES="python3-dateutil jmespath bcdoc python-urllib3"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"