1
0
forked from pool/python-cloup

Compare commits

...

4 Commits

Author SHA1 Message Date
f2ee568ed8 Merge pull request 'Update to 3.0.5' (#13) from VaiTon/python-cloup:factory into factory 2024-04-18 05:01:16 +02:00
9768960270 Update to 3.0.5
Some checks failed
obs/scm/build
2024-04-16 02:03:42 +02:00
bee02b06ec Merge pull request 'Update to 3.0.3' (#12) from dirkmueller/python-cloup:factory into factory 2023-12-08 22:31:38 +01:00
Dirk Müller
3c7ec77388
Update to 3.0.3
Some checks failed
obs/scm/build
2023-12-07 18:26:48 +01:00
4 changed files with 27 additions and 9 deletions

Binary file not shown.

BIN
cloup-3.0.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 16 00:01:00 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to 3.0.5
* Allow to set dunder attributes in FrozenSpaceMeta to solve incompatibility with autodoc
- Update to 3.0.4
* Fix: command alias were ignored when subcommands were passed as argument to Group()
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-cloup
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-cloup
Version: 3.0.2
Version: 3.0.5
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