14
0
forked from pool/python-yattag

- update to 1.16.1:

* Added AsIs for inserting un-escaped strings as attribute values.
  * Added format_attr_value() to format attribute values
  * improving typing annotations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yattag?expand=0&rev=5
This commit is contained in:
2024-11-20 17:28:08 +00:00
committed by Git OBS Bridge
parent 8adedd13bf
commit 901457b85f
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Nov 20 17:27:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.16.1:
* Added AsIs for inserting un-escaped strings as attribute values.
* Added format_attr_value() to format attribute values
* improving typing annotations
-------------------------------------------------------------------
Fri Dec 29 09:55:11 UTC 2023 - Dirk Müller <dmueller@suse.com>