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

@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-elementpath
Version: 2.5.0
Version: 2.5.3
Release: 0
Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml
License: MIT