mirror of
https://abf.rosa.ru/djam/python-click.git
synced 2025-02-23 09:22:50 +00:00
Update version to 8.0.3
This commit is contained in:
parent
9f2b8cf104
commit
80ffed778f
2 changed files with 3 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
click-7.1.2.tar.gz: 1e55974c8a8d75b0733dd40841a1a354ad36ae10
|
||||
click-8.0.3.tar.gz: 7349de19203a2b87e3fcf7ea325c71466673e5f9
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
%define module click
|
||||
|
||||
Name: python-%{module}
|
||||
Version: 7.1.2
|
||||
Version: 8.0.3
|
||||
Release: 1
|
||||
Summary: A simple wrapper around optparse for powerful command line utilities
|
||||
Group: Development/Python
|
||||
License: BSD
|
||||
Url: https://palletsprojects.com/p/click/
|
||||
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
|
||||
|
||||
%description
|
||||
|
@ -45,6 +42,7 @@ implement an intended CLI API.
|
|||
%files -n python3-%{module}
|
||||
%doc *.rst
|
||||
%{python3_sitelib}/click/*.py*
|
||||
%{python3_sitelib}/click/py.typed
|
||||
%{python3_sitelib}/click/__pycache__
|
||||
%{python3_sitelib}/click*.egg-info
|
||||
#----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue