summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-02-06 09:08:21 +0100
committer Willy Sudiarto Raharjo2022-02-07 02:24:49 +0100
commit58ccc92ea049a614ab3e2059d3af9c6c501677a9 (patch)
tree14b170b72df2a2c547e59c5c8adb19fc39e3384c
parent2bd04bd53d60cf6afd92ef9a9571ecdc26e5f928 (diff)
downloadslackbuilds-58ccc92ea049a614ab3e2059d3af9c6c501677a9.tar.gz
python/python-socks: Updated for version 2.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python-socks/python-socks.SlackBuild8
-rw-r--r--python/python-socks/python-socks.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python-socks/python-socks.SlackBuild b/python/python-socks/python-socks.SlackBuild
index 9d05a3dfd1..f9acee688b 100644
--- a/python/python-socks/python-socks.SlackBuild
+++ b/python/python-socks/python-socks.SlackBuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
# Slackware build script for python-socks
-# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-socks
-VERSION=${VERSION:-1.2.2}
+VERSION=${VERSION:-2.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.md *.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.md LICENSE.txt requirements-dev.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python-socks/python-socks.info b/python/python-socks/python-socks.info
index 4693266bf6..855b7cca2e 100644
--- a/python/python-socks/python-socks.info
+++ b/python/python-socks/python-socks.info
@@ -1,8 +1,8 @@
PRGNAM="python-socks"
-VERSION="1.2.2"
+VERSION="2.0.3"
HOMEPAGE="https://github.com/romis2012/python-socks/"
-DOWNLOAD="https://github.com/romis2012/python-socks/archive/v1.2.2/python-socks-1.2.2.tar.gz"
-MD5SUM="688332177f76f56091f600c8ccc5a067"
+DOWNLOAD="https://github.com/romis2012/python-socks/archive/v2.0.3/python-socks-2.0.3.tar.gz"
+MD5SUM="8e42b51257eee1b74f36bd585ebaada5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""