[Python-modules-commits] [py-radix] branch upstream updated (7668ab7 -> 95f0a8d)
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Tue Jan 23 11:36:41 UTC 2018
This is an automated email from the git hooks/post-receive script.
apoikos pushed a change to branch upstream
in repository py-radix.
from 7668ab7 Imported Upstream version 0.5
adds 95f0a8d Import py-radix_0.10.0.orig.tar.gz
No new revisions were added by this update.
Summary of changes:
ChangeLog | 78 ---
LICENSE | 20 +-
MANIFEST | 9 -
MANIFEST.in | 3 +
PKG-INFO | 172 +++++-
README => README.rst | 77 ++-
TODO | 24 -
inet_ntop.c | 201 -------
py-radix.spec | 44 --
py_radix.egg-info/PKG-INFO | 160 +++++
py_radix.egg-info/SOURCES.txt | 14 +
py_radix.egg-info/dependency_links.txt | 1 +
py_radix.egg-info/top_level.txt | 1 +
radix.c | 675 ---------------------
radix/__init__.py | 39 ++
radix/_radix.c | 1015 ++++++++++++++++++++++++++++++++
radix/_radix/radix.c | 920 +++++++++++++++++++++++++++++
radix.h => radix/_radix/radix.h | 110 ++--
radix/radix.py | 536 +++++++++++++++++
radix_python.c | 988 -------------------------------
setup.cfg | 10 +
setup.py | 102 ++--
strlcpy.c | 51 --
test.py | 353 -----------
24 files changed, 3063 insertions(+), 2540 deletions(-)
delete mode 100644 ChangeLog
delete mode 100644 MANIFEST
create mode 100644 MANIFEST.in
rename README => README.rst (55%)
delete mode 100644 TODO
delete mode 100644 inet_ntop.c
delete mode 100644 py-radix.spec
create mode 100644 py_radix.egg-info/PKG-INFO
create mode 100644 py_radix.egg-info/SOURCES.txt
create mode 100644 py_radix.egg-info/dependency_links.txt
create mode 100644 py_radix.egg-info/top_level.txt
delete mode 100644 radix.c
create mode 100644 radix/__init__.py
create mode 100644 radix/_radix.c
create mode 100644 radix/_radix/radix.c
rename radix.h => radix/_radix/radix.h (56%)
create mode 100644 radix/radix.py
delete mode 100644 radix_python.c
create mode 100644 setup.cfg
delete mode 100644 strlcpy.c
delete mode 100755 test.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/py-radix.git
More information about the Python-modules-commits
mailing list