diff --git a/python-dict2xml.spec b/python-dict2xml.spec index 6ac6202fce1bea81875dae57a495659da6a56075..380752c99a5fa7eeaef48a00d6901165461ce351 100644 --- a/python-dict2xml.spec +++ b/python-dict2xml.spec @@ -2,11 +2,11 @@ Name: python-%{pypi_name} Version: 1.7.0 -Release: 1 +Release: 2 Summary: Super Simple utility to convert a python dictionary into an xml string License: MIT URL: https://github.com/delfick/python-dict2xml -Source0: https://files.pythonhosted.org/packages/ed/28/b169ce37d415e5c924fa4f2b157b051ef9fa5ab25ae94db192f19dd9c6b1/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -39,6 +39,9 @@ Summary: %{summary} %{python3_sitelib}/%{pypi_name}-*.egg-info/ %changelog +* Thu Nov 10 2022 yaoxin - 1.7.0-2 +- Change Source + * Wed Jan 27 2021 liudabo - 1.7.0-1 - upgrade version to 1.7.0