diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 8d2a9bd8ebd394b7fa99cf7909dcf711edf88545..d466cb1a6701db7d8b1121557efe9db707fc4e9f 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -1,12 +1,12 @@ %bcond_with bootstrap Name: python-xmltodict -Version: 0.13.0 +Version: 1.0.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 +Source0: %{pypi_source xmltodict} BuildArch: noarch @@ -24,7 +24,7 @@ BuildRequires: python3-setuptools Python module that makes working with XML feel like you are working with JSON %prep -%autosetup -n xmltodict-%{version} +%autosetup -n xmltodict-%{version} -p1 %build %py3_build @@ -42,6 +42,17 @@ Python module that makes working with XML feel like you are working with JSON %changelog +* Wed Sep 17 2025 yaoxin <1024769339@qq.com> - 1.0.0-1 +- Update to 1.0.0 for fix CVE-2025-9375 + +* 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 + - Additional ruff/Pyflakes/codespell fixes + * Wed Jun 29 2022 caodongxia - 0.13.0-1 - Update to 0.13.0 diff --git a/python-xmltodict.yaml b/python-xmltodict.yaml new file mode 100644 index 0000000000000000000000000000000000000000..91a5deef1a7ea53f1600ba9eb66dfba8a36d26d0 --- /dev/null +++ b/python-xmltodict.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: martinblech/xmltodict +tag_prefix: "^v" +separator: "." 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-1.0.0.tar.gz b/xmltodict-1.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e1f7bb863ce5a2cb59a3006ee070ea3f9ce034fa Binary files /dev/null and b/xmltodict-1.0.0.tar.gz differ