!19 Modify invalid source url

From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-11-19 09:45:26 +00:00 committed by Gitee
commit 32061c24ec
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pecan
Version: 1.4.0
Release: 1
Release: 2
Summary: A WSGI object-dispatching web framework, designed to be lean and fast, with few dependencies.
License: BSD-3-Clause
URL: https://github.com/pecan/pecan
Source0: https://github.com/pecan/archive/refs/tags/%{version}.tar.gz
Source0: https://github.com/pecan/pecan/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
%description
A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.
@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sat Nov 19 2022 xu_ping <xuping33@h-partners.com> - 1.4.0-2
- Modify correct source url
* Tue Oct 18 2022 xu_ping <xuping33@h-partners.com> - 1.4.0-1
- update the vertion to 1.4.0