diff --git a/click-8.2.0.tar.gz b/click-8.2.0.tar.gz deleted file mode 100644 index 5f4f559..0000000 --- a/click-8.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d -size 235857 diff --git a/click-8.2.1.tar.gz b/click-8.2.1.tar.gz new file mode 100644 index 0000000..e5429d5 --- /dev/null +++ b/click-8.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202 +size 286342 diff --git a/python-click.changes b/python-click.changes index 48bcbfd..02ef24b 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 21 07:16:31 UTC 2025 - Steve Kowalik + +- Update to 8.2.1: + * Fix flag value handling for flag options with a provided type. + #2894 #2897 + * Fix shell completion for nested groups. #2906 + * Flush sys.stderr at the end of CliRunner.invoke. #2682 + * Fix EOF handling for stdin input in CliRunner. #2787 +- Update URL. + ------------------------------------------------------------------- Sun May 11 06:30:48 UTC 2025 - Sebastian Wagner diff --git a/python-click.spec b/python-click.spec index a83a463..ab9bf4d 100644 --- a/python-click.spec +++ b/python-click.spec @@ -18,12 +18,11 @@ %{?sle15_python_module_pythons} Name: python-click -Version: 8.2.0 +Version: 8.2.1 Release: 0 Summary: A wrapper around optparse for command line utilities License: BSD-3-Clause -Group: Development/Languages/Python -URL: https://github.com/mitsuhiko/click +URL: https://github.com/pallets/click Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module flit-core}