15
0

- update to 0.16.1:

* Clean up unnecessary escaping of semi-colons in test data
    and adjust related code to resolve SyntaxWarning with
    Python 3.12 (#29)
  * Set python_requires >3.7 and clean up cruft in setup.py
  * Use importlib.resources instead of importlib_resources
- switch to PEP517 build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-authheaders?expand=0&rev=20
This commit is contained in:
2024-01-20 12:38:23 +00:00
committed by Git OBS Bridge
parent 605cfb067c
commit 21272181a7
4 changed files with 21 additions and 9 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jan 20 12:36:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.16.1:
* Clean up unnecessary escaping of semi-colons in test data
and adjust related code to resolve SyntaxWarning with
Python 3.12 (#29)
* Set python_requires >3.7 and clean up cruft in setup.py
* Use importlib.resources instead of importlib_resources
- switch to PEP517 build
-------------------------------------------------------------------
Sat Jan 13 17:31:08 UTC 2024 - Andreas Schneider <asn@cryptomilk.org>