Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cae744b41cc3794c20ee00c4c2fb487843c377b7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cae744b41cc3794c20ee00c4c2fb487843c377b7)
  • Date: Fri, 11 Sep 2015 14:58:01 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/netaddr/DEPENDS | 2 +-
python-pypi/netaddr/DETAILS | 28 ++++++++++++++++++----------
python-pypi/netaddr/HISTORY | 5 +++++
3 files changed, 24 insertions(+), 11 deletions(-)

New commits:
commit cae744b41cc3794c20ee00c4c2fb487843c377b7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

netaddr: => 0.7.18

diff --git a/python-pypi/netaddr/DEPENDS b/python-pypi/netaddr/DEPENDS
index a86d429..e4ea57a 100755
--- a/python-pypi/netaddr/DEPENDS
+++ b/python-pypi/netaddr/DEPENDS
@@ -1 +1 @@
-depends python
+depends PYTHON
diff --git a/python-pypi/netaddr/DETAILS b/python-pypi/netaddr/DETAILS
index 3651e61..5e60485 100755
--- a/python-pypi/netaddr/DETAILS
+++ b/python-pypi/netaddr/DETAILS
@@ -1,10 +1,10 @@
SPELL=netaddr
- VERSION=0.7.4
+ VERSION=0.7.18
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://netaddr.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:152fc6667020a38745444d2cd44358fe681165e598144551fa4f929c035470630c7450be73e93092e14f332c14ef815b01f3c2c8a8b7e6629187a109039aa3a8
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/n/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:f2a05d177e8e45cc42c494340a4dc65afdbc75bce16acc7d2e9cda06f4c2404df086780d10c764b6845cef32cf18cf00069f8b11c2dd0cb7fbcdde7d75b81253
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=http://code.google.com/p/netaddr/
+ WEB_SITE=https://github.com/drkjam/netaddr/
LICENSE[0]=BSD
ENTERED=20080920
SHORT="pythonic manipulation of IPv4, IPv6, CIDR, EUI and MAC
network addresses"
@@ -16,10 +16,18 @@ It takes the hassle out of fiddling with innumerable
variations of network
addresses, presenting a consistent, extensible, easy-to-use and (above all)
Pythonic API.

-With it you can validate, convert, categorise, iterate, generate, slice &
dice:
- * MAC (Media Access Control)
- * IEEE EUI-48 and EUI-64
- * IP version 4
- * IP version 6
- * CIDR (Classless Inter-Domain Routing)
+Layer 3 addresses:
+- IPv4 and IPv6 addresses, subnets, masks, prefixes
+- iterating, slicing, sorting, summarizing and classifying IP networks
+- dealing with various ranges formats (CIDR, arbitrary ranges and globs,
nmap)
+- set based operations (unions, intersections etc) over IP addresses and
subnets
+- parsing a large variety of different formats and notations
+- looking up IANA IP block information
+- generating DNS reverse lookups
+- supernetting and subnetting
+
+Layer 2 addresses:
+- representation and manipulation MAC addresses and EUI-64 identifiers
+- looking up IEEE organisational information (OUI, IAB)
+- generating derived IPv6 addresses
EOF
diff --git a/python-pypi/netaddr/HISTORY b/python-pypi/netaddr/HISTORY
index 4b62abb..799de77 100644
--- a/python-pypi/netaddr/HISTORY
+++ b/python-pypi/netaddr/HISTORY
@@ -1,3 +1,8 @@
+2015-09-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.18; updated description, source url,
+ website
+ * DEPENDS: supports Python 3
+
2009-12-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.7.4; removed broken source url




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (cae744b41cc3794c20ee00c4c2fb487843c377b7), Vlad Glagolev, 09/11/2015

Archive powered by MHonArc 2.6.24.

Top of Page