From 3facf62a6be63a1d64d662a5b1d3fe99c448d91a Mon Sep 17 00:00:00 2001 From: Daniel Garcia Moreno Date: Fri, 16 May 2025 09:03:53 +0200 Subject: [PATCH] Update to 3.0.7 --- cloup-3.0.5.tar.gz | 3 --- cloup-3.0.7.tar.gz | 3 +++ python-cloup.changes | 11 +++++++++++ python-cloup.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 cloup-3.0.5.tar.gz create mode 100644 cloup-3.0.7.tar.gz diff --git a/cloup-3.0.5.tar.gz b/cloup-3.0.5.tar.gz deleted file mode 100644 index 7501d6b..0000000 --- a/cloup-3.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c92b261c7bb7e13004930f3fb4b3edad8de2d1f12994dcddbe05bc21990443c5 -size 225806 diff --git a/cloup-3.0.7.tar.gz b/cloup-3.0.7.tar.gz new file mode 100644 index 0000000..d9a6cdb --- /dev/null +++ b/cloup-3.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c852e0a0541aa433c6ab31a9b8b503f63d9881e91ddaf0384d6927965f2b421c +size 229613 diff --git a/python-cloup.changes b/python-cloup.changes index c159888..614aa17 100644 --- a/python-cloup.changes +++ b/python-cloup.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 16 06:26:25 UTC 2025 - Daniel Garcia + +- Update to 3.0.7 + * Fix: constraints not working with options having more than 2 names + by @tylerduffin and @janluke in #188 +- 3.0.6 + * Remove support for EOL Python version (3.7) by @ulgens in #179 + * Add Python 3.12 to tests and supported versions list by @ulgens in #181 + * click 8.2: make_metavar() takes a context parameter now by @ppentchev in #186 + ------------------------------------------------------------------- Tue Apr 16 00:01:00 UTC 2024 - Eyad Issa diff --git a/python-cloup.spec b/python-cloup.spec index d1a00ca..fa77e9e 100644 --- a/python-cloup.spec +++ b/python-cloup.spec @@ -1,7 +1,7 @@ # # spec file for package python-cloup # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-cloup -Version: 3.0.5 +Version: 3.0.7 Release: 0 Summary: Option groups, constraints, subcommand sections and help themes for Click License: BSD-3-Clause