15
0

- update to 2.3.2:

* Make ElementProtocol and LxmlElementProtocol runtime checkable
  * Type annotations for all package public APIs
  * Add LxmlElementProtocol
  * Add pytest env to tox.ini (test issue #39)
  * Add inline type annotations check support
  * Add structural Protocol based type checks
  * Add Python 3.10 in Tox and CI tests
  * Apply __slots__ to TDOP and regex classes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=20
This commit is contained in:
2021-10-16 21:53:27 +00:00
committed by Git OBS Bridge
parent 7a6567cf79
commit 4e213f9755
4 changed files with 17 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-elementpath
Version: 2.2.2
Version: 2.3.2
Release: 0
Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml
License: MIT