From 58ccc92ea049a614ab3e2059d3af9c6c501677a9 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 6 Feb 2022 00:08:21 -0800 Subject: python/python-socks: Updated for version 2.0.3. Signed-off-by: Willy Sudiarto Raharjo --- python/python-socks/python-socks.SlackBuild | 8 ++++---- python/python-socks/python-socks.info | 6 +++--- 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 +# Copyright 2019-2022 Isaac Yu # 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="" -- cgit v1.2.3