Accepting request 744158 from devel:languages:python
- Update to 1.3.1: * Improved schema proxy * Improved XSD type matching using paths * Cached parent path for XPathContext (only Python 3) * Improve typed selection with TypedAttribute and TypedElement named-tuples * Add iter_results to XPathContext * Remove XMLSchemaProxy from package * Fix descendant shortcut operator '//' * Fix text() function * Fix typed select of '(name)' token * Fix 24-hour time for DateTime OBS-URL: https://build.opensuse.org/request/show/744158 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-elementpath?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:32:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.3.1:
|
||||
* Improved schema proxy
|
||||
* Improved XSD type matching using paths
|
||||
* Cached parent path for XPathContext (only Python 3)
|
||||
* Improve typed selection with TypedAttribute and TypedElement named-tuples
|
||||
* Add iter_results to XPathContext
|
||||
* Remove XMLSchemaProxy from package
|
||||
* Fix descendant shortcut operator '//'
|
||||
* Fix text() function
|
||||
* Fix typed select of '(name)' token
|
||||
* Fix 24-hour time for DateTime
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 18:33:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-elementpath
|
||||
Version: 1.2.1
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/sissaschool/elementpath
|
||||
Source: https://github.com/sissaschool/elementpath/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module lxml}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0ef6f37eff5972acd954a113c81a1b3d40ce6a50bfe9e60672c0e1e32054ed2
|
||||
size 95343
|
||||
3
v1.3.1.tar.gz
Normal file
3
v1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df490637480a28a6803f71add1eb7d7c180d823be8ccf877008b9a1d12c8b85a
|
||||
size 99978
|
||||
Reference in New Issue
Block a user