[Python-modules-commits] [python-getdns] branch master updated (9b5f15c -> dd1ccc0)

Scott Kitterman kitterman at moszumanska.debian.org
Tue Dec 29 19:45:24 UTC 2015


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

kitterman pushed a change to branch master
in repository python-getdns.

      from  9b5f15c   Update Vcs fields for git migration
       new  57d047e   record new upstream branch created by importing python-getdns_0.5.0.orig.tar.gz
       new  36ce536   Import python-getdns_0.5.0.orig.tar.gz
       new  2b45a40   remove-rpath
       new  7f7e5c4   change version to 0.5.0-1 (UNRELEASED) New upstream release
       new  b535033   Update debian/changelog for new release and git-dpm migration
       new  3cba15e   Change maintainer to DPMT
       new  d365cfc   Add python3 support and split docs/examples into python-getdns-doc.
       new  0b19f11   UNRELEASED/unstable
       new  dd1ccc0   Doc package fixups.

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 README.md                                          |  42 +-
 context.c                                          | 898 ++++++++++++++++-----
 context_util.c                                     |  40 +
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  19 +
 debian/control                                     |  49 +-
 debian/copyright                                   |   2 +-
 debian/patches/0001-remove-rpath.patch             |  13 +-
 ...ed-null-pointer-check-d-oh-to-context_run.patch |  27 -
 debian/patches/series                              |   1 -
 .../{python-getdns.docs => python-getdns-doc.docs} |   0
 ...-getdns.examples => python-getdns-doc.examples} |   0
 debian/rules                                       |   6 +-
 doc/conf.py                                        |   4 +-
 doc/functions.rst                                  | 244 +++---
 doc/index.rst                                      |  68 +-
 doc/response.rst                                   |  37 +-
 examples/async-get-ip.py                           |  20 +-
 examples/get-general.py                            |  10 +-
 examples/get-ip.py                                 |  12 +-
 examples/get-mx-ip.py                              |  14 +-
 examples/get-ns-ip.py                              |  18 +-
 examples/get-srv.py                                |   7 +-
 examples/idn.py                                    |  20 +
 examples/print-context.py                          |   2 +-
 examples/print-version.py                          |   4 +-
 examples/query-gdns.py                             |   6 +-
 examples/query-stubmode.py                         |   8 +-
 examples/simple.py                                 |   9 +-
 getdns.c                                           | 257 +++++-
 pygetdns.h                                         |  23 +-
 pygetdns_util.c                                    | 293 +++++--
 result.c                                           |  60 +-
 setup.py                                           |  31 +-
 35 files changed, 1682 insertions(+), 577 deletions(-)
 delete mode 100644 debian/patches/0002-Added-null-pointer-check-d-oh-to-context_run.patch
 rename debian/{python-getdns.docs => python-getdns-doc.docs} (100%)
 rename debian/{python-getdns.examples => python-getdns-doc.examples} (100%)
 create mode 100755 examples/idn.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-getdns.git



More information about the Python-modules-commits mailing list