15
0

- update to 2.5.3:

* Fix unary path step operator (issue #46)
  * Fix sphinx warnings *'reference target not found'* (issue #45)
  * Include PR #43 with fixes for `XPathContext.iter_siblings()` (issues #42 and #44)
  * Fix for failed floats equality tests (issue #41)
  * Static typing tested with mypy==0.950

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=24
This commit is contained in:
2022-06-04 14:45:52 +00:00
committed by Git OBS Bridge
parent 0a4be6ff90
commit fc798de47c
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jun 4 14:00:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.5.3:
* Fix unary path step operator (issue #46)
* Fix sphinx warnings *'reference target not found'* (issue #45)
* Include PR #43 with fixes for `XPathContext.iter_siblings()` (issues #42 and #44)
* Fix for failed floats equality tests (issue #41)
* Static typing tested with mypy==0.950
-------------------------------------------------------------------
Sat Mar 26 21:23:23 UTC 2022 - Dirk Müller <dmueller@suse.com>