diff --git a/python-elementpath.changes b/python-elementpath.changes index 2ef5aa5..5229cb3 100644 --- a/python-elementpath.changes +++ b/python-elementpath.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 26 21:23:23 UTC 2022 - Dirk Müller + +- update to 2.5.0: + * Add XPath 3.0 support + * Better use of lxml.etree features + * Full coverage of W3C tests + * Drop support for Python 3.6 + ------------------------------------------------------------------- Mon Nov 29 11:24:07 UTC 2021 - Dirk Müller diff --git a/python-elementpath.spec b/python-elementpath.spec index b5a8f94..3257466 100644 --- a/python-elementpath.spec +++ b/python-elementpath.spec @@ -1,7 +1,7 @@ # # spec file for package python-elementpath # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-elementpath -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml License: MIT diff --git a/v2.4.0.tar.gz b/v2.4.0.tar.gz deleted file mode 100644 index 481a637..0000000 --- a/v2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:236d6b420503bbd7c2a538688f14a2967f6001309f85182f31510b48f4d2d291 -size 243871 diff --git a/v2.5.0.tar.gz b/v2.5.0.tar.gz new file mode 100644 index 0000000..ca31577 --- /dev/null +++ b/v2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cb0d2ae49ba3e0b1b927bfc3200a429ecddee8973fc9e043db83dc8db5fb86 +size 263680