From 949676a73a16c916c2923819ef695c54406995a0c7ba50f3d6e50f48c50f5bc4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 8 Feb 2023 09:48:13 +0000 Subject: [PATCH] Accepting request 1063177 from home:mnhauke:network - Update to version 2.1.0 * Add -m flag to enforce cache-miss * Add -r flag to clear RD flag (disable recursion) * Remove support for python 3.4 - 3.6 * Other minor quality of life improvements OBS-URL: https://build.opensuse.org/request/show/1063177 OBS-URL: https://build.opensuse.org/package/show/network/dnsdiag?expand=0&rev=12 --- dnsdiag-2.0.2.tar.gz | 3 --- dnsdiag-2.1.0.tar.gz | 3 +++ dnsdiag.changes | 9 +++++++++ dnsdiag.spec | 13 ++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 dnsdiag-2.0.2.tar.gz create mode 100644 dnsdiag-2.1.0.tar.gz diff --git a/dnsdiag-2.0.2.tar.gz b/dnsdiag-2.0.2.tar.gz deleted file mode 100644 index 074155a..0000000 --- a/dnsdiag-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:689cdcf4bceb4045399870a1bd90b7c666f9dd50df4b0a8c7783353e0284decb -size 16767 diff --git a/dnsdiag-2.1.0.tar.gz b/dnsdiag-2.1.0.tar.gz new file mode 100644 index 0000000..cf5e912 --- /dev/null +++ b/dnsdiag-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28df0a73a5199c2c04e55e61156799dfa4a7cb0160fbb2e5bcfa4db221fc671 +size 17267 diff --git a/dnsdiag.changes b/dnsdiag.changes index 06990ed..64b3d0c 100644 --- a/dnsdiag.changes +++ b/dnsdiag.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Feb 4 15:41:21 UTC 2023 - Martin Hauke + +- Update to version 2.1.0 + * Add -m flag to enforce cache-miss + * Add -r flag to clear RD flag (disable recursion) + * Remove support for python 3.4 - 3.6 + * Other minor quality of life improvements + ------------------------------------------------------------------- Thu May 13 13:47:08 UTC 2021 - Martin Hauke diff --git a/dnsdiag.spec b/dnsdiag.spec index 0d6ab15..05835e0 100644 --- a/dnsdiag.spec +++ b/dnsdiag.spec @@ -1,8 +1,8 @@ # # spec file for package dnsdiag # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2017-2021, Martin Hauke +# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2017-2023, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,12 @@ %bcond_without test Name: dnsdiag -Version: 2.0.2 +Version: 2.1.0 Release: 0 Summary: DNS request auditing toolset License: BSD-3-Clause Group: Development/Languages/Python +#Git-Clone: https://github.com/farrokhi/dnsdiag.git URL: https://dnsdiag.org/ Source: https://files.pythonhosted.org/packages/source/d/dnsdiag/dnsdiag-%{version}.tar.gz Source1: dnseval.1 @@ -33,14 +34,12 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-setuptools Requires: python3-cymruwhois >= 1.6 -Requires: python3-dnspython >= 1.15.0 +Requires: python3-dnspython >= 2.3.0 Requires: python3-setuptools -Provides: python3-dnsdiag -Obsoletes: python3-dnsdiag BuildArch: noarch %if %{with test} BuildRequires: python3-cymruwhois >= 1.6 -BuildRequires: python3-dnspython >= 1.15.0 +BuildRequires: python3-dnspython >= 2.3.0 %endif %description