Sync with OBS #3
@ -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
BIN
cloup-2.1.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Sun Jun 11 11:49:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,14 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-cloup
|
Name: python-cloup
|
||||||
Version: 2.1.1
|
Version: 2.1.2
|
||||||
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
|
||||||
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_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-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module click >= 8.0}
|
BuildRequires: %{python_module click >= 8.0}
|
||||||
@ -44,10 +46,10 @@ constraints, subcommand sections and help themes.
|
|||||||
%autosetup -n cloup-%{version}
|
%autosetup -n cloup-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
Reference in New Issue
Block a user