14
0
forked from pool/python-click

Accepting request 980898 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/980898
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=38
This commit is contained in:
2022-06-05 16:39:42 +00:00
committed by Git OBS Bridge
parent f950effb5d
commit 324486d8a6
4 changed files with 83 additions and 5 deletions

View File

@@ -20,22 +20,23 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-click
Version: 8.0.4
Version: 8.1.3
Release: 0
Summary: A wrapper around optparse for command line utilities
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/mitsuhiko/click
Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
BuildArch: noarch
%if "%{python_flavor}" == "python36"
Requires: python-importlib-metadata
%endif
BuildArch: noarch
%python_subpackages
%description