From d523813889d9d3471393844d74a1664348479604df7e6a5e367a20c87d6cfd0d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Sep 2022 19:14:04 +0000 Subject: [PATCH] Accepting request 1006493 from home:yarunachalam:branches:devel:languages:python - update to 0.9.21: * Issue #43 (0.9.21 Raises TypeError instead of DNSError when failing to parse HTTPS records) * setup.py - update 0.9.20 * Merge pull request #41 from felixonmars/patch-1 Correct typos in dns.py * Add wheel instructions * Set theme jekyll-theme-minimal OBS-URL: https://build.opensuse.org/request/show/1006493 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnslib?expand=0&rev=6 --- dnslib-0.9.19.tar.gz | 3 --- dnslib-0.9.20.tar.gz | 3 +++ python-dnslib.changes | 13 +++++++++++++ python-dnslib.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 dnslib-0.9.19.tar.gz create mode 100644 dnslib-0.9.20.tar.gz diff --git a/dnslib-0.9.19.tar.gz b/dnslib-0.9.19.tar.gz deleted file mode 100644 index b6632fc..0000000 --- a/dnslib-0.9.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6e36ca96c289e2cb4ac6aa05c037cbef318401ba8ff04a8676892ca79749c77 -size 73068 diff --git a/dnslib-0.9.20.tar.gz b/dnslib-0.9.20.tar.gz new file mode 100644 index 0000000..1b5c52f --- /dev/null +++ b/dnslib-0.9.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290ab5d08fabd1ef85ef143d1c33fdcd549cb2e50779ec1a423998b0d0b2945 +size 76174 diff --git a/python-dnslib.changes b/python-dnslib.changes index fb498e1..27e8b69 100644 --- a/python-dnslib.changes +++ b/python-dnslib.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Sep 27 18:30:29 UTC 2022 - Yogalakshmi Arunachalam + +- update to 0.9.21: + * Issue #43 (0.9.21 Raises TypeError instead of DNSError when failing to parse HTTPS records) + * setup.py + +- update 0.9.20 + * Merge pull request #41 from felixonmars/patch-1 + Correct typos in dns.py + * Add wheel instructions + * Set theme jekyll-theme-minimal + ------------------------------------------------------------------- Sun Jan 23 16:53:04 UTC 2022 - Dirk Müller diff --git a/python-dnslib.spec b/python-dnslib.spec index dc695a4..b7b54ea 100644 --- a/python-dnslib.spec +++ b/python-dnslib.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dnslib -Version: 0.9.19 +Version: 0.9.20 Release: 0 Summary: Simple library to encode/decode DNS wire-format packets License: BSD-2-Clause