forked from pool/python-dominate
- Add patch support-python-313.patch: * Support Python 3.13 deindenting changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dominate?expand=0&rev=22
83 lines
2.8 KiB
Plaintext
83 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 30 04:17:09 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to autosetup macro.
|
|
- Add patch support-python-313.patch:
|
|
* Support Python 3.13 deindenting changes.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 13 07:17:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- use https for urls
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 27 18:38:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to 2.7.0:
|
|
Fixes (#160)
|
|
* fix #153
|
|
* fix #144
|
|
* fix #139
|
|
* bump version
|
|
* remove dead code
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 21 06:15:59 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 2.5.2:
|
|
* Removed 'input' keyword reassignment (#131)
|
|
* Fix issue #118 (underscores not working in aria attributes) (#119)
|
|
* Adding some missing attrs to DASHED_ATTRIBUTES (#126)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 31 05:23:00 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 2.5.1:
|
|
* Support for Python 3.8
|
|
* Add main element. Fixes #117
|
|
* Use tagname property from object, not class. Fixes #89
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
`dominate.tags` contains HTML tags.
|
|
* Suppress rendering of boolean attributes when the value is False
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 14:48:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.3.5:
|
|
* support for python 3.7
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 18 08:33:52 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Version update to 2.3.4:
|
|
* Few minor bugfixes all around
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 17 02:38:25 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|