diff --git a/dict2xml-1.6.1.tar.gz b/dict2xml-1.6.1.tar.gz deleted file mode 100644 index 99ff5d120fe4f6c90fd1628a0186ba5e180efee8..0000000000000000000000000000000000000000 Binary files a/dict2xml-1.6.1.tar.gz and /dev/null differ diff --git a/dict2xml-1.7.0.tar.gz b/dict2xml-1.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c46093efffca79b554c8910a1e529ae852a9ccd5 Binary files /dev/null and b/dict2xml-1.7.0.tar.gz differ diff --git a/python-dict2xml.spec b/python-dict2xml.spec index 9cb8920fc72a9e9791eb6636fc5ab7ee6a7bcd73..6ac6202fce1bea81875dae57a495659da6a56075 100644 --- a/python-dict2xml.spec +++ b/python-dict2xml.spec @@ -1,7 +1,7 @@ %global pypi_name dict2xml Name: python-%{pypi_name} -Version: 1.6.1 +Version: 1.7.0 Release: 1 Summary: Super Simple utility to convert a python dictionary into an xml string License: MIT @@ -39,5 +39,8 @@ Summary: %{summary} %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog +* Wed Jan 27 2021 liudabo - 1.7.0-1 +- upgrade version to 1.7.0 + * Tue Nov 5 2019 shanshishi - 1.6.1-1 - Init package