diff --git a/dict2xml-1.7.6.tar.gz b/dict2xml-1.7.6.tar.gz deleted file mode 100644 index 9d0221aaa9385af5a24bb920808538a935f05cdb..0000000000000000000000000000000000000000 Binary files a/dict2xml-1.7.6.tar.gz and /dev/null differ diff --git a/dict2xml-1.7.7.tar.gz b/dict2xml-1.7.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0dfac71f76adcf84c234d126acfc2a9cd79136bc Binary files /dev/null and b/dict2xml-1.7.7.tar.gz differ diff --git a/python-dict2xml.spec b/python-dict2xml.spec index 999ad2d44b4a6198d726087fc5f8131ebf715515..da72dc3c9cc84fca7f558f6be69fcc7db9d6bcce 100644 --- a/python-dict2xml.spec +++ b/python-dict2xml.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-dict2xml -Version: 1.7.6 +Version: 1.7.7 Release: 1 Summary: Super Simple utility to convert a python dictionary into an xml string License: MIT @@ -49,6 +49,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Jul 10 2025 openeuler_bot - 1.7.7-1 +- update python-dict2xml to 1.7.7 + * Thu Oct 24 2024 caiyuxin - 1.7.6-1 - Update to 1.7.6-1 - Fixed the dict2xml.dict2xml entry point to distribute options correctly