diff --git a/cliff-4.11.0.tar.gz b/cliff-4.11.0.tar.gz deleted file mode 100644 index a1d1c5ad4939be4bb9f055b56698c4a7673b21db..0000000000000000000000000000000000000000 Binary files a/cliff-4.11.0.tar.gz and /dev/null differ diff --git a/cliff-4.12.0.tar.gz b/cliff-4.12.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..17f760e66981877fd422a9f3792dc5a3622af700 Binary files /dev/null and b/cliff-4.12.0.tar.gz differ diff --git a/python-cliff.spec b/python-cliff.spec index da15c94729dc2ede88c728a6bbb15019627b6417..e75319322aff37c970220940ef1831935fc61f31 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cliff -Version: 4.11.0 +Version: 4.12.0 Release: 1 Summary: Command Line Interface Formulation Framework License: Apache-2.0 URL: https://docs.openstack.org/cliff/latest/ -Source0: https://files.pythonhosted.org/packages/8d/43/6974bae8a54e8e49aea448f2897ba1af4d261b95328a3cc112fa0e290b1a/cliff-4.11.0.tar.gz +Source0: https://files.pythonhosted.org/packages/11/f1/e07262a8812f2553239087f65d4948883234561d2ea90a22262352be721d/cliff-4.12.0.tar.gz BuildArch: noarch %description @@ -90,6 +90,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 21 2025 wanggang - 4.12.0-1 +- Upgrade package with version 4.12.0 +- typing: Clarify behavior of _run_after_hooks method +- Remove pkg_resources remnants +- ruff: Enable E5 rules +- typing: Update for latest docutils type hints + * Fri Aug 22 2025 guochao -4.11.0-1 - Upgrade package with version 4.11.0