15
0

Accepting request 770512 from home:mcalabkova:branches:devel:languages:python

- update to 1.4.1
  * Remove Python 2 support
  * Add TextNode node type
  * fixed: test_datatypes.(Duration|Timezone)TypesTest.test_hashing fails on 32bit arches

OBS-URL: https://build.opensuse.org/request/show/770512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-elementpath?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2020-02-06 11:14:06 +00:00
committed by Git OBS Bridge
parent 05f6f70a24
commit fd97cd4232
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-elementpath
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-elementpath
Version: 1.3.1
Version: 1.4.1
Release: 0
Summary: XPath 1.0/20 parsers and selectors for ElementTree and lxml
License: MIT