From 896c53764dc212f8437bf03764fc87b890337548a23e885df01df26975d1ef93 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 13 Sep 2013 09:46:22 +0000 Subject: [PATCH] Accepting request 198593 from home:dirkmueller:branches:devel:languages:python - update to 1.11.1: * fix syntax error exception on dns server failure * various fixlets for DNSSEC support OBS-URL: https://build.opensuse.org/request/show/198593 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=27 --- dnspython-1.11.0.zip | 3 --- dnspython-1.11.1.zip | 3 +++ python-dnspython.changes | 7 +++++++ python-dnspython.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 dnspython-1.11.0.zip create mode 100644 dnspython-1.11.1.zip diff --git a/dnspython-1.11.0.zip b/dnspython-1.11.0.zip deleted file mode 100644 index 4dc95dd..0000000 --- a/dnspython-1.11.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6da2692a9fee03e5117309f511a39869d27d8a79f825d2515523300de14188d9 -size 220451 diff --git a/dnspython-1.11.1.zip b/dnspython-1.11.1.zip new file mode 100644 index 0000000..685f4c2 --- /dev/null +++ b/dnspython-1.11.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0fc7a656679a6fd1f83d980fc05776c76e70d66f6ee2aab12a3558fa10a206 +size 220946 diff --git a/python-dnspython.changes b/python-dnspython.changes index 9beca92..624c540 100644 --- a/python-dnspython.changes +++ b/python-dnspython.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 11 21:03:58 UTC 2013 - dmueller@suse.com + +- update to 1.11.1: + * fix syntax error exception on dns server failure + * various fixlets for DNSSEC support + ------------------------------------------------------------------- Mon Jul 15 11:37:52 UTC 2013 - speilicke@suse.com diff --git a/python-dnspython.spec b/python-dnspython.spec index f24a38c..39fa7d3 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -17,7 +17,7 @@ Name: python-dnspython -Version: 1.11.0 +Version: 1.11.1 Release: 0 Url: http://www.dnspython.org/ Summary: A DNS toolkit for Python