From 2a49f9c42873e38ed8a1bf276c22c93f22444345 Mon Sep 17 00:00:00 2001 From: fun_yang Date: Fri, 10 Jan 2020 14:44:33 +0800 Subject: [PATCH] Source address change --- python-flask.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-flask.spec b/python-flask.spec index 62cb6a2..84f58a0 100644 --- a/python-flask.spec +++ b/python-flask.spec @@ -1,11 +1,11 @@ Name: python-flask Version: 1.0.4 -Release: 2 +Release: 3 Epoch: 1 Summary: A lightweight WSGI web application framework License: BSD URL: https://palletsprojects.com/p/flask/ -Source0: https://github.com/pallets/flask/archive/Flask-1.0.4.tar.gz +Source0: https://files.pythonhosted.org/packages/source/F/Flask/Flask-1.0.4.tar.gz BuildArch: noarch BuildRequires: python2-sphinx @@ -76,5 +76,8 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v || : %{python3_sitelib}/* %changelog +* Fri Jan 10 2020 yangjian - 1.0.4-3 +- Change the Source to valid address + * Tue Dec 10 2019 openEuler Buildteam - 1.0.4-2 - Package init -- Gitee