From aa3acca38a4589922ca9f1d150af433cf383a42a Mon Sep 17 00:00:00 2001 From: lzq11122 Date: Thu, 25 Dec 2025 17:24:29 +0800 Subject: [PATCH] Rebuild with python 3.11 --- aliyun-python-sdk-core.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aliyun-python-sdk-core.spec b/aliyun-python-sdk-core.spec index 71a0dff..bd92932 100644 --- a/aliyun-python-sdk-core.spec +++ b/aliyun-python-sdk-core.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name aliyun-python-sdk-core %global pypi_version 2.13.36 @@ -50,5 +50,8 @@ module works on Python versions: * 2.7 and greater Documentation:Please visit %{python3_sitelib}/aliyun_python_sdk_core-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Thu Dec 25 2025 lzq11122 - 2.13.36-2 +- Rebuild with python 3.11 + * Tue Sep 12 2023 Zhongling He - 2.13.36-1 - Initial package. -- Gitee