[Python-modules-commits] [dnspython] branch master updated (25db6a5 -> 8d8783d)

Scott Kitterman kitterman at moszumanska.debian.org
Sat May 28 17:27:17 UTC 2016


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

kitterman pushed a change to branch master
in repository dnspython.

      from  25db6a5   change version to 1.13.0-3 (UNRELEASED) Add patch in tests/test_resolver.py to check if the Internet is reachable and to skip tests that require it if it is not
       new  b5ad6e4   record new upstream branch created by importing dnspython_1.14.0.orig.tar.gz
       new  e97a7fb   Import dnspython_1.14.0.orig.tar.gz
       new  742878d   Only run tests in tests/test_resolver.py that require an Internet connection when it is available
       new  249b7a6   change version to 1.14.0-1 New upstream release
       new  a2c41fc   Update debian/copyright
       new  8d8783d   UNRELEASED/unstable

The 6 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:
 ChangeLog                                          |  37 +-
 PKG-INFO                                           |   4 +-
 README.md                                          | 612 +++++++++++++++++++++
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +-
 debian/copyright                                   |  86 ++-
 ...sts-in-tests-test_resolver.py-that-requir.patch |   2 +-
 dns/edns.py                                        |   4 +-
 dns/exception.py                                   |   4 +-
 dns/message.py                                     |  31 +-
 dns/name.py                                        |   6 +-
 dns/query.py                                       |  13 +-
 dns/rcode.py                                       |   2 +-
 dns/rdata.py                                       |   4 +-
 dns/rdatatype.py                                   |   2 +
 dns/rdtypes/ANY/{NSEC.py => CSYNC.py}              |  58 +-
 dns/rdtypes/ANY/LOC.py                             |  59 +-
 dns/renderer.py                                    |   2 +-
 dns/resolver.py                                    |   9 +-
 dns/tsig.py                                        |  12 +-
 dns/version.py                                     |   2 +-
 dns/zone.py                                        |  17 +-
 dnspython.egg-info/PKG-INFO                        |   4 +-
 dnspython.egg-info/SOURCES.txt                     |   2 +
 examples/zonediff.py                               |   2 +-
 setup.py                                           |   2 +-
 tests/example                                      | 133 ++---
 tests/example1.good                                |  24 +-
 tests/example2.good                                |  24 +-
 tests/example3.good                                |  24 +-
 tests/test_dnssec.py                               |   4 +-
 tests/test_message.py                              |  21 +
 tests/test_rdtypeanyloc.py                         |  18 +-
 tests/test_zone.py                                 |   5 +-
 34 files changed, 999 insertions(+), 250 deletions(-)
 create mode 100644 README.md
 copy dns/rdtypes/ANY/{NSEC.py => CSYNC.py} (71%)

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



More information about the Python-modules-commits mailing list