Fix source0

This commit is contained in:
kkkl12 2020-09-11 09:47:20 +08:00
parent 76e04d6c42
commit 5f6f949aec
2 changed files with 5 additions and 2 deletions

View File

@ -2,12 +2,12 @@
Name: python-%{pypi_name}
Version: 7.0
Release: 1
Release: 2
Summary: Composable command line interface toolkit
License: BSD
URL: https://palletsprojects.com/p/click/
Source0: https://github.com/pallets/click/archive/%{pypi_name}-%{version}.tar.gz
Source0: https://github.com/pallets/click/archive/%{version}.tar.gz
BuildArch: noarch
%global _description \
@ -81,5 +81,8 @@ py.test-%{python3_version} tests --tb=long --verbose
%{_pkgdocdir}/
%changelog
* Thu Sep 10 2020 liuweibo <liuweibo10@huawei.com> - 7.0-2
- Fix Source0
* Fri Nov 1 2019 shanshishi <shanshishi@huawei.com> - 7.0-1
- Init package