Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

5 changed files with 15 additions and 57 deletions

3
cloup-2.0.0.post1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1430c9075062e09cb64cd84ab7afe5d5acd28adf561d6ab3109eb1975bbd7b6b
size 224547

3
cloup-2.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bbfe11686334309b3fbe876af7db9bc265d4eaea93b562fd13472767af648615
size 224998

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

Binary file not shown.

View File

@ -1,47 +1,3 @@
-------------------------------------------------------------------
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>
- update to 3.0.2
* Truncate help text to the first form feed, like click
* Fix: Constraint.__getattr__ was returning None instead of raising AttributeError
-------------------------------------------------------------------
Wed Jul 26 16:03:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.0:
* The breaking change should not affect anyone but I have to
increase the major version anyway.
* `HelpTheme` as `dataclass` rather than `NamedTuple`
-------------------------------------------------------------------
Thu Jul 20 11:04:09 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
- Integrate with git workflow
-------------------------------------------------------------------
Fri Jul 14 14:40:26 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to 2.1.2
* Fix: default to Group.command_class and Group.group_class when creating subcommands by @janluke in #162
* Upgrade dev dependencies (no docs) by @janluke in #161
Full changelog: https://github.com/janluke/cloup/compare/v2.1.1...v2.1.2
-------------------------------------------------------------------
Sun Jun 11 11:49:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -75,4 +31,4 @@ Mon May 15 08:39:44 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
-------------------------------------------------------------------
Mon Jan 30 00:12:13 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
- Version 2.0.0
- Version 2.0.0

View File

@ -1,7 +1,7 @@
#
# spec file for package python-cloup
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,24 +17,23 @@
Name: python-cloup
Version: 3.0.5
Version: 2.1.1
Release: 0
Summary: Option groups, constraints, subcommand sections and help themes for Click
License: BSD-3-Clause
URL: https://github.com/janLuke/cloup
Source: https://files.pythonhosted.org/packages/source/c/cloup/cloup-%{version}.tar.gz
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
Suggests: python-typing_extensions
BuildArch: noarch
%python_subpackages
%description
@ -45,10 +44,10 @@ constraints, subcommand sections and help themes.
%autosetup -n cloup-%{version}
%build
%pyproject_wheel
%python_build
%install
%pyproject_install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check