14
0
forked from pool/python-dkimpy

- update to 1.1.6:

* Use raw byte string for regex; fixes SyntaxWarning in
    Python 3.12 due to invalid escape sequence

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dkimpy?expand=0&rev=15
This commit is contained in:
2024-04-20 13:42:09 +00:00
committed by Git OBS Bridge
parent dfb807b1ad
commit 946ff9646b
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 20 13:41:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.1.6:
* Use raw byte string for regex; fixes SyntaxWarning in
Python 3.12 due to invalid escape sequence
-------------------------------------------------------------------
Thu Feb 29 03:25:54 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>