[Python-modules-commits] [dnspython3] branch master updated (e7ddc4b -> e277609)
Scott Kitterman
kitterman at moszumanska.debian.org
Thu Jan 14 05:18:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a change to branch master
in repository dnspython3.
from e7ddc4b Update Vcs fields for git migration
new 11befa7 Import dnspython3_1.12.0.orig.tar.gz
new cda20f1 record new upstream branch created by importing dnspython3_1.12.0.orig.tar.gz and merge it
new e277609 change version to 1.12.0-1 (UNRELEASED) New upstream release change urgency to medium
The 3 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 | 73 ++++++++++++++++++++++
PKG-INFO | 4 +-
README | 40 +++++++++++-
debian/.git-dpm | 14 ++---
debian/changelog | 6 ++
dns/dnssec.py | 2 +
dns/inet.py | 7 +--
dns/ipv6.py | 5 ++
dns/message.py | 15 +++--
dns/name.py | 24 ++++++-
dns/query.py | 17 +++--
dns/rdtypes/ANY/DNSKEY.py | 48 ++++++++++++++
dns/rdtypes/ANY/LOC.py | 28 ++++++---
dns/rdtypes/ANY/NSEC3PARAM.py | 1 +
dns/rdtypes/ANY/RRSIG.py | 2 +-
dns/rdtypes/IN/APL.py | 4 +-
dns/resolver.py | 7 +++
dns/reversename.py | 9 ++-
dns/tsig.py | 16 +++++
dns/version.py | 4 +-
dns/zone.py | 28 ++++++++-
setup.py | 2 +-
tests/Makefile | 5 +-
tests/{example1.good => example3.good} | 0
tests/{bugs.py => test_bugs.py} | 8 +++
tests/{dnssec.py => test_dnssec.py} | 14 +++++
tests/{flags.py => test_flags.py} | 0
tests/{generate.py => test_generate.py} | 0
tests/{message.py => test_message.py} | 0
tests/{name.py => test_name.py} | 5 ++
tests/{namedict.py => test_namedict.py} | 0
tests/{ntoaaton.py => test_ntoaaton.py} | 8 +++
.../{rdtypeandclass.py => test_rdtypeandclass.py} | 0
tests/test_rdtypeanydnskey.py | 68 ++++++++++++++++++++
tests/{resolver.py => test_resolver.py} | 0
tests/{rrset.py => test_rrset.py} | 0
tests/{set.py => test_set.py} | 0
tests/{tokenizer.py => test_tokenizer.py} | 0
tests/{update.py => test_update.py} | 0
tests/{zone.py => test_zone.py} | 23 +++++++
tests/utest.py | 8 +++
41 files changed, 447 insertions(+), 48 deletions(-)
copy tests/{example1.good => example3.good} (100%)
rename tests/{bugs.py => test_bugs.py} (88%)
rename tests/{dnssec.py => test_dnssec.py} (93%)
rename tests/{flags.py => test_flags.py} (100%)
rename tests/{generate.py => test_generate.py} (100%)
rename tests/{message.py => test_message.py} (100%)
rename tests/{name.py => test_name.py} (99%)
rename tests/{namedict.py => test_namedict.py} (100%)
rename tests/{ntoaaton.py => test_ntoaaton.py} (95%)
rename tests/{rdtypeandclass.py => test_rdtypeandclass.py} (100%)
create mode 100644 tests/test_rdtypeanydnskey.py
rename tests/{resolver.py => test_resolver.py} (100%)
rename tests/{rrset.py => test_rrset.py} (100%)
rename tests/{set.py => test_set.py} (100%)
rename tests/{tokenizer.py => test_tokenizer.py} (100%)
rename tests/{update.py => test_update.py} (100%)
rename tests/{zone.py => test_zone.py} (94%)
create mode 100644 tests/utest.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dnspython3.git
More information about the Python-modules-commits
mailing list