From 6dde90d56f39fbc36f56fc78cb38885240435d68 Mon Sep 17 00:00:00 2001 From: VaiTon Date: Thu, 20 Jul 2023 12:55:04 +0200 Subject: [PATCH] Sync with OBS Following https://opensuse.github.io/scm-staging/user_guide.html pt.3 --- cloup-2.1.1.tar.gz | 3 --- cloup-2.1.2.tar.gz | 3 +++ python-cloup.changes | 9 +++++++++ python-cloup.spec | 8 +++++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 cloup-2.1.1.tar.gz create mode 100644 cloup-2.1.2.tar.gz diff --git a/cloup-2.1.1.tar.gz b/cloup-2.1.1.tar.gz deleted file mode 100644 index 6ac1ac2..0000000 --- a/cloup-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbfe11686334309b3fbe876af7db9bc265d4eaea93b562fd13472767af648615 -size 224998 diff --git a/cloup-2.1.2.tar.gz b/cloup-2.1.2.tar.gz new file mode 100644 index 0000000..2da5cd2 --- /dev/null +++ b/cloup-2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f10e944056f3a1eea714cb67373beebebbefc3f4551428750392f3e04ac964 +size 225430 diff --git a/python-cloup.changes b/python-cloup.changes index 103ba51..9caf339 100644 --- a/python-cloup.changes +++ b/python-cloup.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jul 14 14:40:26 UTC 2023 - Eyad Issa + +- 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 diff --git a/python-cloup.spec b/python-cloup.spec index 5f69486..399e011 100644 --- a/python-cloup.spec +++ b/python-cloup.spec @@ -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