15
0

- update to 4.1.5:

* Fix typed value of ElementNode() if self.elem.text is None

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=37
This commit is contained in:
2023-08-09 07:45:24 +00:00
committed by Git OBS Bridge
parent aaf6d3a1d9
commit 45e20ace8b
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 9 07:43:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.1.5:
* Fix typed value of ElementNode() if self.elem.text is None
-------------------------------------------------------------------
Sat Jul 1 20:32:48 UTC 2023 - Dirk Müller <dmueller@suse.com>