aboutsummaryrefslogtreecommitdiff
path: root/python/python3-socks
diff options
context:
space:
mode:
authornomnombtc <nomnombtc@arcor.de>2025-12-11 17:10:37 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-12-13 16:23:32 +0700
commit577c4283625bef1108e8990511c7dc104eac2d96 (patch)
tree26ea7faf3a2be204d8b0bc033d9b8f46f6c87da2 /python/python3-socks
parenta0bcb328e4c97897a5fc1a904c9552f10cc4bf8b (diff)
python/python3-socks: Updated for version 2.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-socks')
-rw-r--r--python/python3-socks/python3-socks.SlackBuild2
-rw-r--r--python/python3-socks/python3-socks.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-socks/python3-socks.SlackBuild b/python/python3-socks/python3-socks.SlackBuild
index 399e897b04..9286cd82e2 100644
--- a/python/python3-socks/python3-socks.SlackBuild
+++ b/python/python3-socks/python3-socks.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-socks
-VERSION=${VERSION:-2.7.3}
+VERSION=${VERSION:-2.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-socks/python3-socks.info b/python/python3-socks/python3-socks.info
index c2e7142871..74a4f11a70 100644
--- a/python/python3-socks/python3-socks.info
+++ b/python/python3-socks/python3-socks.info
@@ -1,8 +1,8 @@
PRGNAM="python3-socks"
-VERSION="2.7.3"
+VERSION="2.8.0"
HOMEPAGE="https://github.com/romis2012/python-socks/"
-DOWNLOAD="https://github.com/romis2012/python-socks/archive/v2.7.3/python-socks-2.7.3.tar.gz"
-MD5SUM="25145955e8399947a0574e5480275002"
+DOWNLOAD="https://github.com/romis2012/python-socks/archive/v2.8.0/python-socks-2.8.0.tar.gz"
+MD5SUM="08ea4245c6c516b04346cc58f028facb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-setuptools-opt"