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 0ce0bddf6c607bc8e0bb8ec6a75edb4f3731d484..e2e3f16eb645f88d272b5ae4c30369343ee66473 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