From af94d3b652a149f24df27d3ea67d16d4af8bc9d474f84a881f3292a695487ccc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Jan 2024 17:12:21 +0000 Subject: [PATCH] - update to 0.9.24: * #49 - Generate README.md (via symlink) * #51 - Update Github CI checkout & setup-python actions (and remove Python 2.7 CI support) * #54 - Support for RP records * #57 - Support for LOC record - update to 0.9.21: * Validate TXID in client.py OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnslib?expand=0&rev=10 --- dnslib-0.9.23.tar.gz | 3 --- dnslib-0.9.24.tar.gz | 3 +++ python-dnslib.changes | 14 ++++++++++++-- python-dnslib.spec | 4 ++-- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 dnslib-0.9.23.tar.gz create mode 100644 dnslib-0.9.24.tar.gz diff --git a/dnslib-0.9.23.tar.gz b/dnslib-0.9.23.tar.gz deleted file mode 100644 index 992241a..0000000 --- a/dnslib-0.9.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:310196d3e38ce2051b61eebbd2f1d08fcc934fa3360f22031864d16efe8bca77 -size 80039 diff --git a/dnslib-0.9.24.tar.gz b/dnslib-0.9.24.tar.gz new file mode 100644 index 0000000..cba688b --- /dev/null +++ b/dnslib-0.9.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef167868a30d4ce7c90b921279d7ecfb986be8ebc530f3e6050a2ecb68707c76 +size 81873 diff --git a/python-dnslib.changes b/python-dnslib.changes index 4de4814..42a29f0 100644 --- a/python-dnslib.changes +++ b/python-dnslib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 6 17:11:17 UTC 2024 - Dirk Müller + +- update to 0.9.24: + * #49 - Generate README.md (via symlink) + * #51 - Update Github CI checkout & setup-python actions (and + remove Python 2.7 CI support) + * #54 - Support for RP records + * #57 - Support for LOC record + ------------------------------------------------------------------- Wed Jan 4 14:44:54 UTC 2023 - Dirk Müller @@ -15,7 +25,7 @@ Wed Jan 4 14:44:54 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Tue Sep 27 18:30:29 UTC 2022 - Yogalakshmi Arunachalam -- update to 0.9.21: +- update to 0.9.21: * Issue #43 (0.9.21 Raises TypeError instead of DNSError when failing to parse HTTPS records) * setup.py @@ -35,7 +45,7 @@ Sun Jan 23 16:53:04 UTC 2022 - Dirk Müller Sat Jan 15 15:36:07 UTC 2022 - Dirk Müller - update to 0.9.18: - * Validate TXID in client.py + * Validate TXID in client.py ------------------------------------------------------------------- Tue Aug 17 11:46:14 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-dnslib.spec b/python-dnslib.spec index 44946e6..e9a9953 100644 --- a/python-dnslib.spec +++ b/python-dnslib.spec @@ -1,7 +1,7 @@ # # spec file for package python-dnslib # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dnslib -Version: 0.9.23 +Version: 0.9.24 Release: 0 Summary: Simple library to encode/decode DNS wire-format packets License: BSD-2-Clause