diff --git a/click-8.1.7.tar.gz b/click-8.1.7.tar.gz deleted file mode 100644 index d70eb3d747c69a127ca19959e3e56ae5cab20e64..0000000000000000000000000000000000000000 Binary files a/click-8.1.7.tar.gz and /dev/null differ diff --git a/click-8.3.0.tar.gz b/click-8.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..819b61d7d32da946116dee55efd001fcd3afca23 Binary files /dev/null and b/click-8.3.0.tar.gz differ diff --git a/python-click.spec b/python-click.spec index d9c1d6197fb98acbc4ecc80216cad4c410a65944..bedae52c87e5640063aba420897a7c789533e8f6 100644 --- a/python-click.spec +++ b/python-click.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-click -Version: 8.1.7 -Release: 2 +Version: 8.3 +Release: 1 Summary: Composable command line interface toolkit License: BSD URL: https://palletsprojects.com/p/click/ @@ -23,6 +23,7 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-pytest +BuildRequires: python3-flit-core # General requires BuildRequires: python3-colorama # General requires @@ -88,6 +89,15 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 18 2025 Yu Peng - 8.3.0-1 +- Upgrade to 8.3.0 + * Allow default to be set on Argument for nargs = -1. #2164 #3030 + * Show correct auto complete value for nargs option in combination with flag option #2813 + * Fix handling of quoted and escaped parameters in Fish autocompletion. #2995 #3013 + * Lazily import shutil. #3023 + * Properly forward exception information to resources registered with click.core.Context.with_resource(). + * Fix regression related to EOF handling in CliRunner. #2939#2940 + * Mon Jul 21 2025 wangkai <13474090681@163.com> - 8.1.7-2 - Fix build failure due to setuptools update