1
0
forked from pool/python-cloup

Sync with OBS

Following https://opensuse.github.io/scm-staging/user_guide.html pt.3
This commit is contained in:
Eyad Issa 2023-07-20 12:55:04 +02:00
parent 6b136ea4cb
commit 6dde90d56f
4 changed files with 17 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,12 @@
-------------------------------------------------------------------
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