diff --git a/python-xmltodict-0.12.0.tar.gz b/python-xmltodict-0.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b974427665e8a46ff96e4968487f9a187accf68f Binary files /dev/null and b/python-xmltodict-0.12.0.tar.gz differ diff --git a/python-xmltodict.spec b/python-xmltodict.spec new file mode 100644 index 0000000000000000000000000000000000000000..91cd9f124f005c84e2cda0a0bf5e89a7b3f91570 --- /dev/null +++ b/python-xmltodict.spec @@ -0,0 +1,43 @@ +%bcond_with bootstrap + +Name: python-xmltodict +Version: 0.12.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://github.com/martinblech/xmltodict/archive/%{name}-%{version}.tar.gz + +BuildArch: noarch + +%description + + +%package -n python3-xmltodict +Summary: Python module that makes working with XML feel like you are working with JSON +BuildRequires: python3-pytest + +%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 CHANGELOG.md +%license LICENSE +%{python3_sitelib}/* + + +%changelog +* Tue Apr 28 2020 Wei Xiong +- init package