From e47b4f2a11f724893000866b559f73e65129d5ddc3bf2abdd3e35abef5422751 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Jan 2022 16:53:18 +0000 Subject: [PATCH] - update to 0.9.19: * Allow custom log function (logf) in DNSLogger OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnslib?expand=0&rev=5 --- dnslib-0.9.18.tar.gz | 3 --- dnslib-0.9.19.tar.gz | 3 +++ python-dnslib.changes | 6 ++++++ python-dnslib.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 dnslib-0.9.18.tar.gz create mode 100644 dnslib-0.9.19.tar.gz diff --git a/dnslib-0.9.18.tar.gz b/dnslib-0.9.18.tar.gz deleted file mode 100644 index de21208..0000000 --- a/dnslib-0.9.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71a60664e275b411e08d9807aaafd2ee897a872bed003d5c8fdf12f5818503da -size 72788 diff --git a/dnslib-0.9.19.tar.gz b/dnslib-0.9.19.tar.gz new file mode 100644 index 0000000..b6632fc --- /dev/null +++ b/dnslib-0.9.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e36ca96c289e2cb4ac6aa05c037cbef318401ba8ff04a8676892ca79749c77 +size 73068 diff --git a/python-dnslib.changes b/python-dnslib.changes index 165d84a..fb498e1 100644 --- a/python-dnslib.changes +++ b/python-dnslib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 23 16:53:04 UTC 2022 - Dirk Müller + +- update to 0.9.19: + * Allow custom log function (logf) in DNSLogger + ------------------------------------------------------------------- Sat Jan 15 15:36:07 UTC 2022 - Dirk Müller diff --git a/python-dnslib.spec b/python-dnslib.spec index 2f91b35..dc695a4 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.18 +Version: 0.9.19 Release: 0 Summary: Simple library to encode/decode DNS wire-format packets License: BSD-2-Clause