15
0

- update to 2.9.1:

* Allow dominate to work in async contexts
    deeper than it was created
- Update to 2.7.0:
  * Add get_current() to return the current active element in a with context
  * The `dominate.svg` module contains SVG tags similar to how

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dominate?expand=0&rev=20
This commit is contained in:
2024-01-06 20:46:29 +00:00
committed by Git OBS Bridge
parent c35101f164
commit eae6eb67fc
4 changed files with 21 additions and 12 deletions

View File

@@ -1,9 +1,15 @@
-------------------------------------------------------------------
Sat Jan 6 20:45:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.9.1:
* Allow dominate to work in async contexts
-------------------------------------------------------------------
Sat May 27 21:13:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.8.0:
* Fix incorrect context handling when a tag is used 2+ levels
deeper than it was created
deeper than it was created
-------------------------------------------------------------------
Thu Oct 13 07:17:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
@@ -13,7 +19,7 @@ Thu Oct 13 07:17:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Tue Sep 27 18:38:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.7.0:
- Update to 2.7.0:
Fixes (#160)
* fix #153
* fix #144
@@ -25,7 +31,7 @@ Tue Sep 27 18:38:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Fri Mar 12 04:08:22 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.6.0:
* Add get_current() to return the current active element in a with context
* Add get_current() to return the current active element in a with context
-------------------------------------------------------------------
Mon Sep 21 06:15:59 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
@@ -47,7 +53,7 @@ Tue Mar 31 05:23:00 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
Fri Aug 9 10:00:30 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.4.0
* The `dominate.svg` module contains SVG tags similar to how
* The `dominate.svg` module contains SVG tags similar to how
`dominate.tags` contains HTML tags.
* Suppress rendering of boolean attributes when the value is False