From a676d4297e9d6d282b5ba68eacaf9d3d047e5c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Wed, 26 Jul 2023 18:03:54 +0200 Subject: [PATCH] Update to 3.0.0 --- .gitignore | 1 + cloup-2.1.1.tar.gz | 3 --- cloup-3.0.0.tar.gz | 3 +++ python-cloup.changes | 22 ++++++++++++++++++++++ python-cloup.spec | 8 +++++--- 5 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 .gitignore delete mode 100644 cloup-2.1.1.tar.gz create mode 100644 cloup-3.0.0.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2ddeff --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_scmsync.obsinfo 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-3.0.0.tar.gz b/cloup-3.0.0.tar.gz new file mode 100644 index 0000000..bec22b7 --- /dev/null +++ b/cloup-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babd4bdcfd274f86779d6d3ce39b9ea0f6cc5ab3d4efe35ba6841e6d6d037893 +size 225423 diff --git a/python-cloup.changes b/python-cloup.changes index 103ba51..8d43f5f 100644 --- a/python-cloup.changes +++ b/python-cloup.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Jul 26 16:03:22 UTC 2023 - Dirk Müller + +- update to 3.0.0: + * The breaking change should not affect anyone but I have to + increase the major version anyway. + * `HelpTheme` as `dataclass` rather than `NamedTuple` + +------------------------------------------------------------------- +Thu Jul 20 11:04:09 UTC 2023 - Eyad Issa + +- Integrate with git workflow + +------------------------------------------------------------------- +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..1e9b7ef 100644 --- a/python-cloup.spec +++ b/python-cloup.spec @@ -17,14 +17,16 @@ Name: python-cloup -Version: 2.1.1 +Version: 3.0.0 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 -- 2.45.2