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

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Tue Jan 30 13:53:01 UTC 2018


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

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

commit f934eaa1bf5e50c3647578272a0e44bfb259a5c8
Merge: 7ca81e1 e963564
Author: Aggelos Avgerinos <evaggelos.avgerinos at gmail.com>
Date:   Mon Jan 22 10:49:35 2018 +0200

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

 .bumpversion.cfg                |    6 +
 .coveragerc                     |    8 +
 .gitignore                      |   53 ++
 .travis.yml                     |   30 ++
 ChangeLog                       |   78 ---
 LICENSE                         |   20 +-
 MANIFEST                        |    9 -
 MANIFEST.in                     |    3 +
 Makefile                        |   12 +
 PKG-INFO                        |   20 -
 README => README.rst            |   83 +++-
 TODO                            |   24 -
 appveyor.yml                    |   19 +
 debian/.git-dpm                 |   14 +-
 inet_ntop.c                     |  201 --------
 py-radix.spec                   |   44 --
 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                       |    5 +
 setup.py                        |  103 ++--
 strlcpy.c                       |   51 --
 test.py                         |  353 --------------
 tests/__init__.py               |    0
 tests/data/radix-0.5-c_ext.pkl  |   21 +
 tests/data/radix-0.6-c_ext.pkl  |   21 +
 tests/data/radix-0.6-no_ext.pkl |   21 +
 tests/test_compat.py            |   47 ++
 tests/test_regression.py        |  539 +++++++++++++++++++++
 33 files changed, 3517 insertions(+), 2551 deletions(-)

diff --cc debian/.git-dpm
index 0fc1148,0000000..97aec69
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
++e9635643ff075b4d1b00ef674e05ab21cde8754a
++e9635643ff075b4d1b00ef674e05ab21cde8754a
++e9635643ff075b4d1b00ef674e05ab21cde8754a
++e9635643ff075b4d1b00ef674e05ab21cde8754a
++py-radix_0.9.7.orig.tar.gz
++5421cca3eeba665bb8813e2228378ba7a965851f
++26654
 +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