Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
23e63e4c8a
!9 Update package to version 4.1.5
From: @desert-sailor 
Reviewed-by: @han-guangyu 
Signed-off-by: @han-guangyu
2024-01-10 09:26:38 +00:00
desert-sailor
b99f67bc36 Update package to version 4.1.5 2024-01-10 15:38:56 +08:00
openeuler-ci-bot
fe6f40e010
!7 Update package
From: @liqiuyu123 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2022-12-12 08:31:44 +00:00
openeuler-ci-bot
bbf9eb1e56 !5 Update package elementpath of version 2.4.0
From: @huangtianhua
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
2022-11-22 11:44:11 +08:00
openeuler-ci-bot
ba03931c24
!5 Update package elementpath of version 2.4.0
From: @huangtianhua 
Reviewed-by: @xiyuanwang 
Signed-off-by: @xiyuanwang
2022-07-19 01:33:10 +00:00
huangtianhua
fd2231eb0f Update package elementpath of version 2.4.0 2022-07-18 16:57:46 +08:00
openeuler-ci-bot
62bd8ee568 !4 [Lightweight PR]: drop useless requires
From: @zhangy1317
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
2021-08-02 03:37:46 +00:00
zhangy1317
21d4b5ccf0 drop useless requires 2021-08-02 03:35:47 +00:00
openeuler-ci-bot
f2d0731631 !3 python-elementpath delete -S git from %autosetup
From: @chenyanpanHW
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
2021-08-02 03:27:23 +00:00
chenyanpanHW
e66fa2be06
delete -S git from %autosetup 2021-07-30 23:22:26 +08:00
3 changed files with 20 additions and 23 deletions

Binary file not shown.

BIN
elementpath-4.1.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,38 +1,25 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
%global __requires_exclude xmlschema
Name: python-elementpath Name: python-elementpath
Version: 2.2.0 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/1f/3e/ed8afee4e4d7604bc5edf0da85c0728b6a244f0b5a7b5c267499a25c38ae/elementpath-2.2.0.tar.gz Source0: https://files.pythonhosted.org/packages/02/c4/198233fa9052d755766eadaf11c91337e49c0ea99ccc370ead94afab9d14/elementpath-4.1.5.tar.gz
BuildArch: noarch BuildArch: noarch
%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
%package -n python3-elementpath %package -n python3-elementpath
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
Provides: python-elementpath Provides: python-elementpath = %{version}-%{release}
# Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr BuildRequires: python3-pbr
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
# General requires
BuildRequires: python3-tox BuildRequires: python3-tox
BuildRequires: python3-coverage
BuildRequires: python3-lxml
# BuildRequires: python3-xmlschema
BuildRequires: python3-sphinx
# General requires
Requires: python3-tox
Requires: python3-coverage
Requires: python3-lxml
Requires: python3-xmlschema
Requires: python3-sphinx
%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
@ -43,12 +30,11 @@ Provides: python3-elementpath-doc
XPath 1.0/2.0 parsers and selectors for ElementTree and lxml XPath 1.0/2.0 parsers and selectors for ElementTree and lxml
%prep %prep
%autosetup -n elementpath-2.2.0 -S git %autosetup -n elementpath-%{version}
%build %build
%py3_build %py3_build
%install %install
%py3_install %py3_install
install -d -m755 %{buildroot}/%{_pkgdocdir} install -d -m755 %{buildroot}/%{_pkgdocdir}
@ -77,16 +63,27 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%check
#%{__python3} setup.py test
%files -n python3-elementpath -f filelist.lst %files -n python3-elementpath -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f 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
- Update package to version 3.0.2
* Mon Jul 18 2022 OpenStack_SIG <openstack@openeuler.org> - 2.4.0-1
- Upgrade package python3-elementpath to version 2.4.0
* Mon Aug 2 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-3
- Drop useless requires
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.2.0-2
- DESC: delete -S git from %autosetup
* Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-1 * Mon Jul 19 2021 OpenStack_SIG <openstack@openeuler.org> - 2.2.0-1
- Package Spec generate - Package Spec generate