diff --git a/python-xmltodict.spec b/python-xmltodict.spec index f9d6c7c..8d2a9bd 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -1,12 +1,12 @@ %bcond_with bootstrap Name: python-xmltodict -Version: 0.12.0 -Release: 4 +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://github.com/martinblech/xmltodict/archive/refs/tags/v0.12.0.tar.gz +Source0: https://files.pythonhosted.org/packages/39/0d/40df5be1e684bbaecdb9d1e0e40d5d482465de6b00cbb92b84ee5d243c7f/xmltodict-0.13.0.tar.gz BuildArch: noarch @@ -36,12 +36,15 @@ Python module that makes working with XML feel like you are working with JSON %{__python3} -m pytest tests %files -n python3-xmltodict -%doc README.md CHANGELOG.md +%doc README.md %license LICENSE %{python3_sitelib}/* %changelog +* Wed Jun 29 2022 caodongxia - 0.13.0-1 +- Update to 0.13.0 + * Tue Mar 8 2022 baizhonggui - 0.12.0-4 - add expat-devel build require to fix build error diff --git a/v0.12.0.tar.gz b/v0.12.0.tar.gz deleted file mode 100644 index b974427..0000000 Binary files a/v0.12.0.tar.gz and /dev/null differ diff --git a/xmltodict-0.13.0.tar.gz b/xmltodict-0.13.0.tar.gz new file mode 100644 index 0000000..774aa48 Binary files /dev/null and b/xmltodict-0.13.0.tar.gz differ