Merge pull request 'Sync with OBS' (#3) from VaiTon/python-cloup:factory into factory

This commit is contained in:
scm-staging-bot 2023-07-31 15:54:21 +02:00
commit 01e8e36dfc
4 changed files with 22 additions and 6 deletions

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
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>

View File

@ -17,14 +17,16 @@
Name: python-cloup
Version: 2.1.1
Version: 2.1.2
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: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module click >= 8.0}
@ -44,10 +46,10 @@ constraints, subcommand sections and help themes.
%autosetup -n cloup-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check