forked from pool/python-cloup
Accepting request 1087197 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1087197 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cloup?expand=0&rev=2
This commit is contained in:
commit
c79b6861fb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1430c9075062e09cb64cd84ab7afe5d5acd28adf561d6ab3109eb1975bbd7b6b
|
|
||||||
size 224547
|
|
3
cloup-2.1.0.tar.gz
Normal file
3
cloup-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd42c7c9cd493fadc53a4236f96178a3f118bbbd945a7f8adafcd5034d826971
|
||||||
|
size 224994
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 15 10:05:34 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Restore summary noun phrase.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 15 08:39:44 UTC 2023 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
- Version 2.1.0
|
||||||
|
New features and enhancements
|
||||||
|
|
||||||
|
- Feature: theming support for list of subcommand aliases by @janluke in #152
|
||||||
|
- Use the same (Deprecated) label as in Click by @kdeldycke in #153
|
||||||
|
- Standardize formats of further error messages by @alexreg in #143
|
||||||
|
|
||||||
|
Other Changes
|
||||||
|
|
||||||
|
- Fix type of auto_envvar_prefix param to Context.settings method by @alexreg in #147
|
||||||
|
- Miscellaneous fixes/improvements to docs by @alexreg in #144
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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>
|
||||||
|
|
||||||
|
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-cloup
|
Name: python-cloup
|
||||||
Version: 2.0.0.post1
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python packages that adds features to Click
|
Summary: Option groups, constraints, subcommand sections and help themes for Click
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/janLuke/cloup
|
URL: https://github.com/janLuke/cloup
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/cloup/cloup-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/cloup/cloup-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
# 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}
|
||||||
@ -37,10 +37,11 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Adds features to Click: option groups, constraints, subcommand sections and help themes.
|
This module adds features to python-click: option groups,
|
||||||
|
constraints, subcommand sections and help themes.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n cloup-%{version}
|
%autosetup -n cloup-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user