14
0
forked from pool/python-click

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=56
This commit is contained in:
2025-05-21 07:16:56 +00:00
committed by Git OBS Bridge
parent 2167b5b588
commit b91e29f19d
4 changed files with 16 additions and 6 deletions

View File

@@ -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}