Compare commits
10 Commits
bf1d4845b7
...
ed884a2be5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed884a2be5 | ||
|
|
c2f1f4590a | ||
|
|
013f74c169 | ||
|
|
ecbbd81934 | ||
|
|
7ba00e0e90 | ||
|
|
4389575664 | ||
|
|
03c1e748b7 | ||
|
|
1d3850e132 | ||
|
|
de2313ef2c | ||
|
|
1f01d307b9 |
58
python-xmltodict.spec
Normal file
58
python-xmltodict.spec
Normal 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
BIN
xmltodict-0.13.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user