!9 Update source url in spec

From: @zzm_567
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-12-17 15:22:07 +08:00 committed by Gitee
commit a6b1494a4e

View File

@ -1,10 +1,10 @@
Name: python-zipp
Version: 0.5.1
Release: 1
Release: 2
Summary: Backport of pathlib-compatible object wrapper for zip files
License: MIT
URL: https://github.com/jaraco/zipp
Source0: https://github.com/jaraco/zipp/archive/zipp-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/f9/c4/15a1260171956ed4f8190962b1771c7dbca4a39360c15f9c2b77e667a489/zipp-0.5.1.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-setuptools_scm >= 1.15.0
@ -44,6 +44,9 @@ A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%doc README.rst
%changelog
* Wed Dec 16 2020 zhanzhimin<zhanzhimin@huawei.com> - 0.5.1-2
- Update Source0
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.5.1-1
- Package init