From c34e4a22ecb6d75ec0e74da2f5a1768af015fef3 Mon Sep 17 00:00:00 2001 From: wenxin Date: Wed, 6 Aug 2025 10:31:10 +0800 Subject: [PATCH] Rebuild with Python3.11 --- python-tiktoken.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tiktoken.spec b/python-tiktoken.spec index a17527c..06bfc31 100644 --- a/python-tiktoken.spec +++ b/python-tiktoken.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global debug_package %{nil} %global pypi_name tiktoken %global pypi_version 0.5.2 @@ -81,5 +81,8 @@ rm -rf %{pypi_name}.egg-info %{python3_sitearch}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Wed Aug 06 2025 wenxin - 0.5.2-2 +- Rebuild with Python3.11 + * Wed Jan 10 2024 zhongling.h - 0.5.2-1 - Initial package. -- Gitee