[Python-modules-commits] [python-netaddr] 02/06: Update upstream source from tag 'upstream/0.7.19'
Vincent Bernat
bernat at moszumanska.debian.org
Mon Oct 23 14:20:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch debian/master
in repository python-netaddr.
commit 5533ba6ab42653e77b31007ff8280d9555fbe394
Merge: 88f6719 4420d55
Author: Vincent Bernat <bernat at debian.org>
Date: Mon Oct 23 16:03:47 2017 +0200
Update upstream source from tag 'upstream/0.7.19'
Update to upstream version '0.7.19'
with Debian dir 9703accd343fa1b755070c5f07f844805be06592
CHANGELOG | 46 +
COPYRIGHT | 2 +-
INSTALL | 120 -
LICENSE | 2 +-
MANIFEST.in | 12 +-
Makefile | 25 +-
PKG-INFO | 56 +-
README.md | 7 +-
THANKS | 49 -
docs/source/changes.rst | 2 +-
docs/source/conf.py | 6 +-
docs/source/index.rst | 9 +-
docs/source/introduction.rst | 2 +-
PKG-INFO => netaddr.egg-info/PKG-INFO | 56 +-
netaddr.egg-info/SOURCES.txt | 88 +
netaddr.egg-info/dependency_links.txt | 1 +
netaddr.egg-info/top_level.txt | 1 +
netaddr/__init__.py | 46 +-
netaddr/compat.py | 6 +-
netaddr/contrib/__init__.py | 12 +
netaddr/contrib/subnet_splitter.py | 46 +
netaddr/core.py | 21 +-
netaddr/eui/__init__.py | 10 +-
netaddr/eui/iab.idx | 9150 +-
netaddr/eui/iab.txt | 55971 +++--
netaddr/eui/ieee.py | 86 +-
netaddr/eui/oui.idx | 43825 ++--
netaddr/eui/oui.txt | 269530 +++++++++++----------
netaddr/fbsocket.py | 2 +-
netaddr/ip/__init__.py | 12 +-
netaddr/ip/glob.py | 2 +-
netaddr/ip/iana.py | 2 +-
netaddr/ip/ipv4-address-space.xml | 784 +-
netaddr/ip/ipv6-address-space.xml | 20 +-
netaddr/ip/ipv6-unicast-address-assignments.xml | 17 +-
netaddr/ip/multicast-addresses.xml | 249 +-
netaddr/ip/nmap.py | 2 +-
netaddr/ip/rfc1924.py | 2 +-
netaddr/ip/sets.py | 2 +-
netaddr/strategy/__init__.py | 2 +-
netaddr/strategy/eui48.py | 2 +-
netaddr/strategy/eui64.py | 2 +-
netaddr/strategy/ipv4.py | 2 +-
netaddr/strategy/ipv6.py | 2 +-
netaddr/tests/eui/test_eui.py | 29 +-
netaddr/tests/ip/test_ip_splitter.py | 74 +
netaddr/tests/ip/test_ip_v4.py | 10 +-
netaddr/tests/ip/test_ip_v6.py | 9 +-
netaddr/tools/netaddr | 2 +-
release.py | 150 -
runtests.py | 2890 -
setup.cfg | 5 +
setup.py | 190 +-
setup_egg.py | 14 -
54 files changed, 194122 insertions(+), 189542 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-netaddr.git
More information about the Python-modules-commits
mailing list