diff --git a/python-elementpath.changes b/python-elementpath.changes index 6705167..28421d5 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Oct 16 21:51:48 UTC 2021 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Tue May 18 21:45:12 UTC 2021 - Dirk Müller diff --git a/python-elementpath.spec b/python-elementpath.spec index 5d705fa..b5a407b 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -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 diff --git a/v2.2.2.tar.gz b/v2.2.2.tar.gz deleted file mode 100644 index da94f58..0000000 --- a/v2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b565b0c13f0534c60b540f4aa049019c5ab1ae2b1413fe3decc83934f87a8508 -size 232791 diff --git a/v2.3.2.tar.gz b/v2.3.2.tar.gz new file mode 100644 index 0000000..9e8f488 --- /dev/null +++ b/v2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66afd007d086e28d1b294db777322180100766a5ea418fa2b2c4f69e90ad4e34 +size 239680