From 28f37ca24faabfcde9f2944d06520573e695df34 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 10 Nov 2022 14:36:03 +0800 Subject: [PATCH] Change Source --- python-dict2xml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-dict2xml.spec b/python-dict2xml.spec index 6ac6202..380752c 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 -- Gitee