forked from pool/python-cloup
Update to 3.0.3
This commit is contained in:
parent
a651049e7c
commit
3c7ec77388
Binary file not shown.
BIN
cloup-3.0.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
cloup-3.0.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 17:25:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.3:
|
||||
* Redefine click.pass_context and click.get_current_context to
|
||||
use cloup.Context in place of click.Context
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 14:38:42 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-cloup
|
||||
Version: 3.0.2
|
||||
Version: 3.0.3
|
||||
Release: 0
|
||||
Summary: Option groups, constraints, subcommand sections and help themes for Click
|
||||
License: BSD-3-Clause
|
||||
@ -27,14 +27,14 @@ BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-click >= 8.0
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module click >= 8.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-click >= 8.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user