[info=3c7ec77388bc699c5eecdece98428b60e82cd159]
OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:dirkmueller:python-cloup:12/python-cloup?expand=0&rev=1
This commit is contained in:
parent
5f0cb683d6
commit
732a78deec
@ -1,4 +1,4 @@
|
|||||||
mtime: 1697729011
|
mtime: 1701970008
|
||||||
commit: 117fc732a80a5654c2368214ea353bf95d82fb0f
|
commit: 3c7ec77388bc699c5eecdece98428b60e82cd159
|
||||||
url: https://src.opensuse.org/mimi_vx/python-cloup.git
|
url: https://src.opensuse.org/dirkmueller/python-cloup.git
|
||||||
revision: 117fc732a80a5654c2368214ea353bf95d82fb0f
|
revision: 3c7ec77388bc699c5eecdece98428b60e82cd159
|
||||||
|
BIN
cloup-3.0.2.tar.gz
(Stored with Git LFS)
BIN
cloup-3.0.2.tar.gz
(Stored with Git LFS)
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>
|
Thu Oct 19 14:38:42 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
@ -16,15 +23,15 @@ Wed Jul 26 16:03:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 20 11:04:09 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
|
Thu Jul 20 11:04:09 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
- Integrate with git workflow
|
- Integrate with git workflow
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 14 14:40:26 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
|
Fri Jul 14 14:40:26 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
- Update to 2.1.2
|
- Update to 2.1.2
|
||||||
* Fix: default to Group.command_class and Group.group_class when creating subcommands by @janluke in #162
|
* 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
|
* Upgrade dev dependencies (no docs) by @janluke in #161
|
||||||
|
|
||||||
Full changelog: https://github.com/janluke/cloup/compare/v2.1.1...v2.1.2
|
Full changelog: https://github.com/janluke/cloup/compare/v2.1.1...v2.1.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@ -60,4 +67,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>
|
Mon Jan 30 00:12:13 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
- Version 2.0.0
|
- Version 2.0.0
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-cloup
|
Name: python-cloup
|
||||||
Version: 3.0.2
|
Version: 3.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Option groups, constraints, subcommand sections and help themes for Click
|
Summary: Option groups, constraints, subcommand sections and help themes for Click
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -27,14 +27,14 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-click >= 8.0
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module click >= 8.0}
|
BuildRequires: %{python_module click >= 8.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
|
||||||
Requires: python-click >= 8.0
|
|
||||||
BuildArch: noarch
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user