From 5f6f949aec7922700c2aae4d7f06551fe60be8df Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Fri, 11 Sep 2020 09:47:20 +0800 Subject: [PATCH] Fix source0 --- click-7.0.tar.gz => 7.0.tar.gz | Bin python-click.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename click-7.0.tar.gz => 7.0.tar.gz (100%) diff --git a/click-7.0.tar.gz b/7.0.tar.gz similarity index 100% rename from click-7.0.tar.gz rename to 7.0.tar.gz diff --git a/python-click.spec b/python-click.spec index 0ce0bdd..e2e3f16 100644 --- a/python-click.spec +++ b/python-click.spec @@ -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 - 7.0-2 +- Fix Source0 + * Fri Nov 1 2019 shanshishi - 7.0-1 - Init package -- Gitee