summaryrefslogtreecommitdiffstats
path: root/python/python2-netaddr
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2023-10-01 17:12:33 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 15:58:35 +0700
commit1d073c944efbbe1cd8b8ecd1511462bb2a22c0c2 (patch)
tree72491873f13d2b0a1edd596abc9375499315a23d /python/python2-netaddr
parent3a0bc5193a57a5cd04d53ee32ad0270e571b1f5a (diff)
downloadslackbuilds-1d073c944efbbe1cd8b8ecd1511462bb2a22c0c2.tar.gz
slackbuilds-1d073c944efbbe1cd8b8ecd1511462bb2a22c0c2.tar.xz
python/python2-netaddr: Updated for version 0.9.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-netaddr')
-rw-r--r--python/python2-netaddr/python2-netaddr.SlackBuild6
-rw-r--r--python/python2-netaddr/python2-netaddr.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python2-netaddr/python2-netaddr.SlackBuild b/python/python2-netaddr/python2-netaddr.SlackBuild
index 3c63f6dadc..d40f2f0da6 100644
--- a/python/python2-netaddr/python2-netaddr.SlackBuild
+++ b/python/python2-netaddr/python2-netaddr.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-netaddr
-# Copyright 2013-2020 Christoph Willing, Brisbane Australia
+# Copyright 2013-2023 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python2-netaddr
SRC_PRGNAM=netaddr
-VERSION=${VERSION:-0.8.0}
+VERSION=${VERSION:-0.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -100,7 +100,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a docs/* \
- AUTHORS CHANGELOG COPYRIGHT LICENSE README* REFERENCES \
+ AUTHORS CHANGELOG COPYRIGHT LICENSE README* REFERENCES RELEASE THANKS \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/python/python2-netaddr/python2-netaddr.info b/python/python2-netaddr/python2-netaddr.info
index 2b03deaf76..f463c4147b 100644
--- a/python/python2-netaddr/python2-netaddr.info
+++ b/python/python2-netaddr/python2-netaddr.info
@@ -1,8 +1,8 @@
PRGNAM="python2-netaddr"
-VERSION="0.8.0"
-HOMEPAGE="https://pypi.python.org/pypi/netaddr"
-DOWNLOAD="https://files.pythonhosted.org/packages/c3/3b/fe5bda7a3e927d9008c897cf1a0858a9ba9924a6b4750ec1824c9e617587/netaddr-0.8.0.tar.gz"
-MD5SUM="34cad578473b66ad77bc3b2a7613ed4a"
+VERSION="0.9.0"
+HOMEPAGE="https://github.com/netaddr/netaddr"
+DOWNLOAD="https://github.com/netaddr/netaddr/archive/refs/tags/0.9.0/netaddr-0.9.0.tar.gz"
+MD5SUM="b8ad5bba19f1fbad7d9c928dec5f3851"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""