15
0

- update to 4.6.0:

* Fix XsdAttributeGroupProtocol
  * Improve Unicode support with installable UnicodeData.txt
    versions
  * Extend names disambiguation with a fix for issue #78
  * Refactor tree builders to fix document position of tails
    (issue #79)
  * Fix and clean node trees iteration methods (issue #72)
  * Fix missing raw string for '[^rn]' (pull request #76)
  * Full and more specific type annotations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=41
This commit is contained in:
2024-10-28 11:35:56 +00:00
committed by Git OBS Bridge
parent 75cee8b417
commit 1a24ab9078
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Oct 28 11:35:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.6.0:
* Fix XsdAttributeGroupProtocol
* Improve Unicode support with installable UnicodeData.txt
versions
* Extend names disambiguation with a fix for issue #78
* Refactor tree builders to fix document position of tails
(issue #79)
* Fix and clean node trees iteration methods (issue #72)
* Fix missing raw string for '[^rn]' (pull request #76)
* Full and more specific type annotations
-------------------------------------------------------------------
Tue Apr 2 09:45:18 UTC 2024 - Dirk Müller <dmueller@suse.com>