From 80ffed778f2cee156b8b4280682c3d4710c37e8f Mon Sep 17 00:00:00 2001 From: Aleksandr Proklov Date: Fri, 26 Nov 2021 08:27:41 +0900 Subject: [PATCH] Update version to 8.0.3 --- .abf.yml | 2 +- python-click.spec | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.abf.yml b/.abf.yml index 6596926..dd2ffc4 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - click-7.1.2.tar.gz: 1e55974c8a8d75b0733dd40841a1a354ad36ae10 + click-8.0.3.tar.gz: 7349de19203a2b87e3fcf7ea325c71466673e5f9 diff --git a/python-click.spec b/python-click.spec index 29d1901..7b81d05 100644 --- a/python-click.spec +++ b/python-click.spec @@ -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 #----------------------------------------------------------------------