Update package to version 4.1.5

This commit is contained in:
desert-sailor 2024-01-10 15:32:33 +08:00
parent fe6f40e010
commit b99f67bc36
3 changed files with 5 additions and 18 deletions

Binary file not shown.

BIN
elementpath-4.1.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,22 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-elementpath Name: python-elementpath
Version: 3.0.2 Version: 4.1.5
Release: 1 Release: 1
Summary: XPath 1.0/2.0 parsers and selectors for ElementTree and lxml Summary: XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
License: MIT License: MIT
URL: https://github.com/sissaschool/elementpath URL: https://github.com/sissaschool/elementpath
Source0: https://files.pythonhosted.org/packages/11/bc/5afb61dd5d863e5cf77cd952445c50c17e65953405986f19e97e4389692a/elementpath-3.0.2.tar.gz Source0: https://files.pythonhosted.org/packages/02/c4/198233fa9052d755766eadaf11c91337e49c0ea99ccc370ead94afab9d14/elementpath-4.1.5.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-tox
Requires: python3-coverage
Requires: python3-lxml
Requires: python3-xmlschema
Requires: python3-sphinx
Requires: python3-memory-profiler
Requires: python3-flake8
Requires: python3-mypy
%description %description
XPath 1.0/2.0 parsers and selectors for ElementTree and lxml XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
@ -29,13 +20,6 @@ BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-tox BuildRequires: python3-tox
BuildRequires: python3-coverage
BuildRequires: python3-lxml
BuildRequires: python3-xmlschema
BuildRequires: python3-sphinx
BuildRequires: python3-memory-profiler
BuildRequires: python3-flake8
BuildRequires: python3-mypy
%description -n python3-elementpath %description -n python3-elementpath
XPath 1.0/2.0 parsers and selectors for ElementTree and lxml XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
@ -86,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Jan 10 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 4.1.5-1
- Update package to version 4.1.5
* Tue Nov 22 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.0.2-1 * Tue Nov 22 2022 liqiuyu <liqiuyu@kylinos.cn> - 3.0.2-1
- Update package to version 3.0.2 - Update package to version 3.0.2