From 633fe00ba927946979e53c2e3147df9ef103a7d7 Mon Sep 17 00:00:00 2001 From: zhaosai Date: Wed, 27 Aug 2025 16:20:16 +0800 Subject: [PATCH] Rebuild due to dependency for python-skanpage build failure --- python-click.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-click.spec b/python-click.spec index d9c1d61..185b45d 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 +Release: 3 Summary: Composable command line interface toolkit License: BSD URL: https://palletsprojects.com/p/click/ @@ -88,6 +88,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 27 2025 Sai Zhao - 8.1.7-3 +- Rebuild due to dependency for python-skanpage build failure + * Mon Jul 21 2025 wangkai <13474090681@163.com> - 8.1.7-2 - Fix build failure due to setuptools update -- Gitee