[Python-modules-commits] [py-radix] 04/12: record new upstream branch created by importing py-radix_0.10.0.orig.tar.gz and merge it

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Tue Jan 23 11:36:31 UTC 2018


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to tag debian/0.10.0-1
in repository py-radix.

commit 4295f3581b8b8a0f0442a1c190b76b8ecdd9783d
Merge: b061bd2 95f0a8d
Author: Aggelos Avgerinos <evaggelos.avgerinos at gmail.com>
Date:   Tue Jan 23 10:53:01 2018 +0200

    record new upstream branch created by importing py-radix_0.10.0.orig.tar.gz and merge it

 ChangeLog                              |   78 ---
 LICENSE                                |   20 +-
 MANIFEST                               |    9 -
 MANIFEST.in                            |    3 +
 PKG-INFO                               |  172 +++++-
 README => README.rst                   |   77 ++-
 TODO                                   |   24 -
 debian/.git-dpm                        |   14 +-
 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 -----------
 25 files changed, 3070 insertions(+), 2547 deletions(-)

diff --cc debian/.git-dpm
index 0fc1148,0000000..f235de2
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 7668ab79d94c1af749dc8ee6cbb46ed9bdb1303a
- 7668ab79d94c1af749dc8ee6cbb46ed9bdb1303a
- 7668ab79d94c1af749dc8ee6cbb46ed9bdb1303a
- 7668ab79d94c1af749dc8ee6cbb46ed9bdb1303a
- py-radix_0.5.orig.tar.gz
- 966f23493e372728f817d95b5879705e21572ed9
- 20419
++95f0a8d24ac73ef821a4d0b3dcc33a79dd97a56a
++95f0a8d24ac73ef821a4d0b3dcc33a79dd97a56a
++95f0a8d24ac73ef821a4d0b3dcc33a79dd97a56a
++95f0a8d24ac73ef821a4d0b3dcc33a79dd97a56a
++py-radix_0.10.0.orig.tar.gz
++490ff10b69a046365aed690555a78783ec8fbcf2
++21815
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
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