15
0

- update to 2.4.0:

* Fix type annotations and going strict on parsers and other public classes
  * Add XPathConstructor token class (subclass of XPathFunction)
  * Last release for Python 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=21
This commit is contained in:
2021-11-29 11:25:32 +00:00
committed by Git OBS Bridge
parent 4e213f9755
commit dd43436a4f
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 29 11:24:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.4.0:
* Fix type annotations and going strict on parsers and other public classes
* Add XPathConstructor token class (subclass of XPathFunction)
* Last release for Python 3.6
-------------------------------------------------------------------
Sat Oct 16 21:51:48 UTC 2021 - Dirk Müller <dmueller@suse.com>