diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 4e65c6c248a6ff4112fe97263f4c635e0d18c342..fad46fa87b12bebf73ca17707cabfda3867dfdb1 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -1,12 +1,12 @@ %bcond_with bootstrap Name: python-xmltodict -Version: 0.14.1 +Version: 0.14.2 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/98/f7/d29b8cdc9d8d075673be0f800013c1161e2fd4234546a140855a1bcc9eb4/xmltodict-0.14.1.tar.gz +Source0: https://files.pythonhosted.org/packages/98/f7/d29b8cdc9d8d075673be0f800013c1161e2fd4234546a140855a1bcc9eb4/xmltodict-%{version}.tar.gz BuildArch: noarch @@ -42,6 +42,9 @@ Python module that makes working with XML feel like you are working with JSON %changelog +* Fri May 30 2025 liwenqiang - 0.14.2-1 +- Upgrade package to version 0.14.2 + * Tue Oct 15 2024 lixiaoyong - 0.14.1-1 - Upgrade package to version 0.14.1 - Drop support for Python older than 3.6 diff --git a/xmltodict-0.14.1.tar.gz b/xmltodict-0.14.1.tar.gz deleted file mode 100644 index 87d0d818c8bfa284308b0c4d5a64d3a1d924dbe0..0000000000000000000000000000000000000000 Binary files a/xmltodict-0.14.1.tar.gz and /dev/null differ diff --git a/xmltodict-0.14.2.tar.gz b/xmltodict-0.14.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1eb3ebb871f0093dd7e7985fc329074e9a115966 Binary files /dev/null and b/xmltodict-0.14.2.tar.gz differ