diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 8d2a9bd8ebd394b7fa99cf7909dcf711edf88545..4e65c6c248a6ff4112fe97263f4c635e0d18c342 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -1,12 +1,12 @@ %bcond_with bootstrap Name: python-xmltodict -Version: 0.13.0 +Version: 0.14.1 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 +Source0: https://files.pythonhosted.org/packages/98/f7/d29b8cdc9d8d075673be0f800013c1161e2fd4234546a140855a1bcc9eb4/xmltodict-0.14.1.tar.gz BuildArch: noarch @@ -42,6 +42,11 @@ Python module that makes working with XML feel like you are working with JSON %changelog +* Tue Oct 15 2024 lixiaoyong - 0.14.1-1 +- Upgrade package to version 0.14.1 + - Drop support for Python older than 3.6 + - Additional ruff/Pyflakes/codespell fixes + * Wed Jun 29 2022 caodongxia - 0.13.0-1 - Update to 0.13.0 diff --git a/xmltodict-0.13.0.tar.gz b/xmltodict-0.13.0.tar.gz deleted file mode 100644 index 774aa4808d4be3751fe70a65b5afaaa90aacd643..0000000000000000000000000000000000000000 Binary files a/xmltodict-0.13.0.tar.gz and /dev/null differ diff --git a/xmltodict-0.14.1.tar.gz b/xmltodict-0.14.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..87d0d818c8bfa284308b0c4d5a64d3a1d924dbe0 Binary files /dev/null and b/xmltodict-0.14.1.tar.gz differ