Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
ed884a2be5
!15 [sync] PR-14: Package upgrade
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-13 01:04:11 +00:00
caodongxia
c2f1f4590a Package upgrade
(cherry picked from commit 22f2377369f5d5a0b2a4bd165641cfe9de2c9831)
2022-10-12 17:05:48 +08:00
openeuler-ci-bot
013f74c169
!13 [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-24 12:35:02 +00:00
baizg1107
ecbbd81934 add expat build require to fix build error
(cherry picked from commit 167ce6a9ac772c57fd6f5f497b7bfba1f65fc219)
2022-03-08 11:32:36 +08:00
openeuler-ci-bot
7ba00e0e90 !10 [sync] PR-7: add provide python-xmltodict
From: @openeuler-sync-bot
Reviewed-by: @yangzhao_kl
Signed-off-by: @yangzhao_kl
2021-09-22 07:09:36 +00:00
wang_yue111
4389575664 add provide python-xmltodict
(cherry picked from commit 47e7009af6a01bce815dcb722c484ee7b3073426)
2021-09-22 15:03:37 +08:00
openeuler-ci-bot
03c1e748b7 !6 [sync] PR-5: python-xmltodict增加编译依赖
From: @openeuler-sync-bot
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-08-23 06:30:50 +00:00
wu-leilei
1d3850e132 add buildrequires
(cherry picked from commit 6fe0b8ba71784d26d46624cc0494de9de930ecad)
2021-08-23 14:08:00 +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.