Update version to 8.0.3

This commit is contained in:
Aleksandr Proklov 2021-11-26 08:27:41 +09:00
parent 9f2b8cf104
commit 80ffed778f
2 changed files with 3 additions and 5 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
click-7.1.2.tar.gz: 1e55974c8a8d75b0733dd40841a1a354ad36ae10 click-8.0.3.tar.gz: 7349de19203a2b87e3fcf7ea325c71466673e5f9

View file

@ -1,16 +1,13 @@
%define module click %define module click
Name: python-%{module} Name: python-%{module}
Version: 7.1.2 Version: 8.0.3
Release: 1 Release: 1
Summary: A simple wrapper around optparse for powerful command line utilities Summary: A simple wrapper around optparse for powerful command line utilities
Group: Development/Python Group: Development/Python
License: BSD License: BSD
Url: https://palletsprojects.com/p/click/ Url: https://palletsprojects.com/p/click/
Source0: https://pypi.io/packages/source/c/%{module}/%{module}-%{version}.tar.gz Source0: https://pypi.io/packages/source/c/%{module}/%{module}-%{version}.tar.gz
Provides: python-click == %{EVRD}
Obsoletes: python3-click == 7.0.dev0
Obsoletes: python-click == 7.0.dev0
BuildArch: noarch BuildArch: noarch
%description %description
@ -45,6 +42,7 @@ implement an intended CLI API.
%files -n python3-%{module} %files -n python3-%{module}
%doc *.rst %doc *.rst
%{python3_sitelib}/click/*.py* %{python3_sitelib}/click/*.py*
%{python3_sitelib}/click/py.typed
%{python3_sitelib}/click/__pycache__ %{python3_sitelib}/click/__pycache__
%{python3_sitelib}/click*.egg-info %{python3_sitelib}/click*.egg-info
#---------------------------------------------------------------------- #----------------------------------------------------------------------