From dd2668fb58fd240c00e3d8487957d095d45c2ffe Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Mon, 23 Jun 2014 07:56:17 +0700 Subject: python/python-netaddr: Updated for version 0.7.11. Signed-off-by: Willy Sudiarto Raharjo --- python/python-netaddr/README | 5 +++-- python/python-netaddr/python-netaddr.SlackBuild | 4 ++-- python/python-netaddr/python-netaddr.info | 10 +++++----- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'python/python-netaddr') diff --git a/python/python-netaddr/README b/python/python-netaddr/README index 93c476b671..686ffe012c 100644 --- a/python/python-netaddr/README +++ b/python/python-netaddr/README @@ -6,7 +6,7 @@ netaddr provides a Pythonic way of working with :- - arbitrary (non-aligned) IP address ranges and IP address sets - various non-CIDR IP range formats such as nmap and glob-style formats -The source package includes (now out of date) data from: +The source package includes (probably now out of date) data from: 1. http://standards.ieee.org (public OUI and IAB registration data published by the IEEE) 2. http://www.iana.org (IPv4, IPv6 and multicast address space @@ -16,4 +16,5 @@ To include the latest versions in the package, run the script with: # NEWDATA="yes" ./python-netaddr.SlackBuild -and the latest versions will be downloaded for inclusion in the package. +and the latest versions will be downloaded during the build +for inclusion in the package. diff --git a/python/python-netaddr/python-netaddr.SlackBuild b/python/python-netaddr/python-netaddr.SlackBuild index cd8c52185c..160e798d2b 100644 --- a/python/python-netaddr/python-netaddr.SlackBuild +++ b/python/python-netaddr/python-netaddr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-netaddr -# Copyright 2013 Christoph Willing, Australia +# Copyright 2013-2014 Christoph Willing, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-netaddr SRC_PRGNAM=netaddr -VERSION=${VERSION:-0.7.10} +VERSION=${VERSION:-0.7.11} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-netaddr/python-netaddr.info b/python/python-netaddr/python-netaddr.info index 09dde2541c..c12cedc18f 100644 --- a/python/python-netaddr/python-netaddr.info +++ b/python/python-netaddr/python-netaddr.info @@ -1,10 +1,10 @@ PRGNAM="python-netaddr" -VERSION="0.7.10" +VERSION="0.7.11" HOMEPAGE="https://pypi.python.org/pypi/netaddr" -DOWNLOAD="https://github.com/downloads/drkjam/netaddr/netaddr-0.7.10.tar.gz" -MD5SUM="605cfd09ff51eaeff0ffacdb485e270b" +DOWNLOAD="https://pypi.python.org/packages/source/n/netaddr/netaddr-0.7.11.tar.gz" +MD5SUM="bca88a2395a99061e50d9ee19bc19051" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Sphinx Pygments" +REQUIRES="Sphinx Pygments MarkupSafe" MAINTAINER="Christoph Willing" -EMAIL="c.willing@uq.edu.au" +EMAIL="chris.willing@iinet.net.au" -- cgit v1.2.3-65-gdbad