15
0
forked from pool/python-dnslib

Accepting request 1187595 from devel:languages:python

- update to 0.9.25:
  * #60 - SyntaxWarning with Python 3.12 (@kitterma)
  * #63 - Records with empty rdata causes pack() to fail
  * #66 - DNS SRV "target" names are compressed (@bobstanden)

OBS-URL: https://build.opensuse.org/request/show/1187595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dnslib?expand=0&rev=8
This commit is contained in:
2024-07-16 20:02:28 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 15 15:54:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.9.25:
* #60 - SyntaxWarning with Python 3.12 (@kitterma)
* #63 - Records with empty rdata causes pack() to fail
* #66 - DNS SRV "target" names are compressed (@bobstanden)
-------------------------------------------------------------------
Sat Jan 6 17:11:17 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dnslib
Version: 0.9.24
Version: 0.9.25
Release: 0
Summary: Simple library to encode/decode DNS wire-format packets
License: BSD-2-Clause