Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
94bdb58221
!14 Package upgrade
From: @caodongxia 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-07-01 03:04:20 +00:00
caodongxia
22f2377369 Package upgrade 2022-06-29 17:05:45 +08:00
openeuler-ci-bot
0c70698dd4
!12 [sync] PR-11: Fix build error in openEuler-22.03-LTS
From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-03-14 07:18:16 +00:00
baizg1107
9ed86fad97 add expat build require to fix build error
(cherry picked from commit 167ce6a9ac772c57fd6f5f497b7bfba1f65fc219)
2022-03-08 11:32:31 +08:00
openeuler-ci-bot
3c1f5ae80f !7 add provide python-xmltodict
From: @wang_yue111
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
2021-09-22 07:02:16 +00:00
wang_yue111
47e7009af6 add provide python-xmltodict 2021-09-17 10:26:33 +08:00
openeuler-ci-bot
e062e0d1a6 !5 python-xmltodict增加编译依赖
From: @wu-leilei
Reviewed-by: 
Signed-off-by:
2021-08-18 06:23:16 +00:00
wu-leilei
6fe0b8ba71 add buildrequires 2021-08-18 10:19:14 +08:00
openeuler-ci-bot
de2313ef2c !1 init package
From: @myeuler
Reviewed-by: @ethan848,@shinwell_hu
Signed-off-by: @ethan848
2021-05-19 16:18:28 +08:00
myeuler
1f01d307b9 init package 2020-05-16 16:22:37 +08:00
2 changed files with 58 additions and 0 deletions

58
python-xmltodict.spec Normal file
View File

@ -0,0 +1,58 @@
%bcond_with bootstrap
Name: python-xmltodict
Version: 0.13.0
Release: 1
Summary: Python module that makes working with XML feel like you are working with JSON
License: MIT
URL: https://github.com/martinblech/xmltodict
Source0: https://files.pythonhosted.org/packages/39/0d/40df5be1e684bbaecdb9d1e0e40d5d482465de6b00cbb92b84ee5d243c7f/xmltodict-0.13.0.tar.gz
BuildArch: noarch
%description
Python module that makes working with XML feel like you are working with JSON
%package -n python3-xmltodict
Summary: Python module that makes working with XML feel like you are working with JSON
BuildRequires: python3-pytest expat-devel
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%{?python_provide:%python_provide python3-xmltodict}
%description -n python3-xmltodict
Python module that makes working with XML feel like you are working with JSON
%prep
%autosetup -n xmltodict-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} -m pytest tests
%files -n python3-xmltodict
%doc README.md
%license LICENSE
%{python3_sitelib}/*
%changelog
* Wed Jun 29 2022 caodongxia <caodongxia@h-partners.com> - 0.13.0-1
- Update to 0.13.0
* Tue Mar 8 2022 baizhonggui <baizhonggui@huawei.com> - 0.12.0-4
- add expat-devel build require to fix build error
* Fri Sep 17 2021 wangyue <wangyue92@huawei.com> - 0.12.0-3
- add provide python-xmltodict
* Tue Aug 17 2021 wulei <wulei80@huawei.com> - 0.12.0-2
- add buildrequires
* Tue Apr 28 2020 Wei Xiong <myeuler@163.com>
- init package

BIN
xmltodict-0.13.0.tar.gz Normal file

Binary file not shown.