forked from pool/python-elementpath
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0e20add319 | |||
| 385dafd855 | |||
| cca56a6622 | |||
| 71a5025bea | |||
| 89429b772c | |||
| d370c5b785 | |||
| fb6085b1a8 | |||
| 79600adf80 |
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 01:30:07 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@@ -26,8 +26,10 @@ URL: https://github.com/sissaschool/elementpath
|
||||
Source: https://github.com/sissaschool/elementpath/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module lxml}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@@ -44,10 +46,10 @@ data structures, both for the standard ElementTree library and for the
|
||||
rm tests/test_schema_proxy.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -65,6 +67,6 @@ donttest+=" or test_validate_json_to_xml"
|
||||
%doc CHANGELOG.rst README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/elementpath
|
||||
%{python_sitelib}/elementpath-%{version}*-info
|
||||
%{python_sitelib}/elementpath-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -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