From 09a5d076523c7020636bdbc2fc5dd901ca79f9fe8bcdd9af93582720da1c9fbd Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Mon, 17 Nov 2025 13:42:26 +0000 Subject: [PATCH] Accepting request 1318181 from home:glaubitz:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 8.3.1 * Don’t discard pager arguments by correctly using subprocess.Popen. * Replace Sentinel.UNSET default values by None as they’re passed through the Context.invoke() method. * Fix conversion of Sentinel.UNSET happening too early, which caused incorrect behavior for multiple parameters using the same name. * Hide Sentinel.UNSET values as None when looking up for other parameters through the context inside parameter callbacks. * Fix rendering when prompt and confirm parameter prompt_suffix is empty. * When Sentinel.UNSET is found during parsing, it will skip calls to type_cast_value. OBS-URL: https://build.opensuse.org/request/show/1318181 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=67 --- click-8.3.0.tar.gz | 3 --- click-8.3.1.tar.gz | 3 +++ python-click.changes | 15 +++++++++++++++ python-click.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 click-8.3.0.tar.gz create mode 100644 click-8.3.1.tar.gz diff --git a/click-8.3.0.tar.gz b/click-8.3.0.tar.gz deleted file mode 100644 index b469ffd..0000000 --- a/click-8.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4 -size 276943 diff --git a/click-8.3.1.tar.gz b/click-8.3.1.tar.gz new file mode 100644 index 0000000..1d6cd31 --- /dev/null +++ b/click-8.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a +size 295065 diff --git a/python-click.changes b/python-click.changes index b96f009..e3daa9b 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Nov 17 08:34:57 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 8.3.1 + * Don’t discard pager arguments by correctly using subprocess.Popen. + * Replace Sentinel.UNSET default values by None as they’re passed + through the Context.invoke() method. + * Fix conversion of Sentinel.UNSET happening too early, which caused + incorrect behavior for multiple parameters using the same name. + * Hide Sentinel.UNSET values as None when looking up for other + parameters through the context inside parameter callbacks. + * Fix rendering when prompt and confirm parameter prompt_suffix is empty. + * When Sentinel.UNSET is found during parsing, it will skip calls to + type_cast_value. + ------------------------------------------------------------------- Fri Sep 26 04:26:21 UTC 2025 - Steve Kowalik diff --git a/python-click.spec b/python-click.spec index e69c6c6..609f57f 100644 --- a/python-click.spec +++ b/python-click.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-click -Version: 8.3.0 +Version: 8.3.1 Release: 0 Summary: A wrapper around optparse for command line utilities License: BSD-3-Clause