Updated sources for 1.15.0

This commit is contained in:
Avram Lubkin 2016-10-04 08:46:19 -04:00
parent 15cf36a26a
commit 15e72abc8f
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/dnspython-1.12.0GITa4774ee.tar.gz
/dnspython3-1.12.0GIT99fd864.tar.gz
/dnspython-1.12.0GIT99fd864.tar.gz
/dnspython-1.15.0.tar.gz

View File

@ -1,2 +1 @@
13eb56cdb03a2bbef3b14b4f07aa0c21 dnspython3-1.12.0GIT99fd864.tar.gz
9e5260494d865d43d05ec51c42e1fecd dnspython-1.12.0GIT99fd864.tar.gz
63a679089822fb86127867c315286dc5 dnspython-1.15.0.tar.gz

View File

@ -0,0 +1,12 @@
diff -ruN /home/avram/Desktop/dnspython-1.15.0.orig/tests/test_zone.py /home/avram/Desktop/dnspython-1.15.0/tests/test_zone.py
--- a/tests/test_zone.py 2016-09-20 12:24:02.000000000 -0400
+++ b/tests/test_zone.py 2016-10-04 07:59:39.717946790 -0400
@@ -177,7 +177,7 @@
def testToFileFilename(self):
z = dns.zone.from_file(here('example'), 'example')
try:
- z.to_file('example3-filename.out')
+ z.to_file(here('example3-filename.out'))
ok = filecmp.cmp(here('example3-filename.out'),
here('example3.good'))
finally: