14
0
forked from pool/python-py3dns

- update to 4.0.1:

* Fix regex string in Base.py to be raw string to resolve
    SyntaxWarning for invalid escape sequence with python3.12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py3dns?expand=0&rev=9
This commit is contained in:
2024-03-01 10:16:43 +00:00
committed by Git OBS Bridge
parent 51951c5e8e
commit 8c65f71db0
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 1 10:16:30 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.0.1:
* Fix regex string in Base.py to be raw string to resolve
SyntaxWarning for invalid escape sequence with python3.12
-------------------------------------------------------------------
Tue Jan 9 21:30:53 UTC 2024 - Dirk Müller <dmueller@suse.com>