15
0
forked from pool/python-dnslib

- 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
This commit is contained in:
2024-01-06 17:12:21 +00:00
committed by Git OBS Bridge
parent 5767b6cdfb
commit af94d3b652
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:310196d3e38ce2051b61eebbd2f1d08fcc934fa3360f22031864d16efe8bca77
size 80039

3
dnslib-0.9.24.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef167868a30d4ce7c90b921279d7ecfb986be8ebc530f3e6050a2ecb68707c76
size 81873

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jan 6 17:11:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>
@@ -15,7 +25,7 @@ Wed Jan 4 14:44:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Tue Sep 27 18:30:29 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dmueller@suse.com>
Sat Jan 15 15:36:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <adrian.glaubitz@suse.com>

View File

@@ -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