forked from pool/python-elementpath
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cca56a6622 | |||
| 71a5025bea | |||
| 89429b772c | |||
| d370c5b785 | |||
| fb6085b1a8 | |||
| 79600adf80 |
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 07:53:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 4.8.0
|
||||
* Add full PSVI type labeling in XDM to solve type errors
|
||||
with XSD 1.1 assertions
|
||||
* Add *schema* optional argument to dynamic context
|
||||
* Add a RootToken as a proxy of the parsed token tree for
|
||||
compatibility with xmlschema<=3.4.3
|
||||
* Extend XDM to split ElementTree/lxml processing from
|
||||
schema nodes and to allow future extensions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 11:40:57 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 4.7.0
|
||||
* Fix fragment argument usage (issue #81)
|
||||
* Fix constructors nud() to skip argument check
|
||||
with XP31+ arrow operator (issue #83)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 11:35:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.6.0:
|
||||
* Fix XsdAttributeGroupProtocol
|
||||
* Improve Unicode support with installable UnicodeData.txt
|
||||
versions
|
||||
* Extend names disambiguation with a fix for issue #78
|
||||
* Refactor tree builders to fix document position of tails
|
||||
(issue #79)
|
||||
* Fix and clean node trees iteration methods (issue #72)
|
||||
* Fix missing raw string for '[^rn]' (pull request #76)
|
||||
* Full and more specific type annotations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 09:45:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-elementpath
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-elementpath
|
||||
Version: 4.4.0
|
||||
Version: 4.8.0
|
||||
Release: 0
|
||||
Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb1392e6cc7e16fcecc10d048fdd1d635bac3616c75e4de6fb1a6c637e45dde8
|
||||
size 330589
|
||||
BIN
v4.8.0.tar.gz
LFS
Normal file
BIN
v4.8.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user