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