[Python-modules-commits] [py-radix] branch master updated (66f3f4b -> 0f75373)

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


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

apoikos pushed a change to branch master
in repository py-radix.

      from  66f3f4b   Fixed VCS URL (https)
      adds  7ddb8e6   merge patched into master
      adds  b061bd2   d/watch: Change upstream to pypi
      adds  95f0a8d   Import py-radix_0.10.0.orig.tar.gz
      adds  4295f35   record new upstream branch created by importing py-radix_0.10.0.orig.tar.gz and merge it
      adds  10e2a8e   Bump standards version; no changes needed
      adds  3cc9bd4   Bump compat and debhelper versions; no changes needed
      adds  9407d93   Add python3 binary package
      adds  621f808   d/docs: Change doc from README -> README.rst
      adds  ba8a240   d/rules: Add hardening maint flag
      adds  fddf1b1   d/control: Change priority from extra to optional
      adds  9f4661c   d/control: Add myself to uploaders
      adds  0f75373   d/changelog: Release version 0.10.0-1

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 -
 debian/.git-dpm                        |   14 +-
 debian/changelog                       |   18 +-
 debian/compat                          |    2 +-
 debian/control                         |   40 +-
 debian/docs                            |    2 +-
 debian/patches/512830-memleak          |   22 -
 debian/patches/series                  |    1 -
 debian/rules                           |    5 +-
 debian/watch                           |    3 +-
 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                         |  989 -------------------------------
 setup.cfg                              |   10 +
 setup.py                               |  102 ++--
 strlcpy.c                              |   51 --
 test.py                                |  353 -----------
 33 files changed, 3129 insertions(+), 2582 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 debian/patches/512830-memleak
 delete mode 100644 debian/patches/series
 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