From 3155a94bdc21a3c0121f62e2e56bef512e029e46 Mon Sep 17 00:00:00 2001 From: wenxin Date: Tue, 5 Aug 2025 13:25:32 +0800 Subject: [PATCH] Rebuild with python3.11 --- python-gradio-client.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gradio-client.spec b/python-gradio-client.spec index 3de44eb..4b46d9a 100644 --- a/python-gradio-client.spec +++ b/python-gradio-client.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pkgname gradio-client %global pypi_name gradio_client %global pypi_version 0.5.0 @@ -50,5 +50,8 @@ Python library for easily interacting with trained machine learning models %changelog +* Mon Aug 04 2025 wenxin - 0.5.0-2 +- Rebuild with python3.11 + * Fri Apr 12 2024 Shenglong Zhu - 0.5.0-1 - Initial package. -- Gitee