From b56560a1f7a97e2c53f2b90dfa9fa2e7d5fdec71 Mon Sep 17 00:00:00 2001 From: wenxin Date: Tue, 5 Aug 2025 16:39:49 +0800 Subject: [PATCH] Rebuild with Python3.11 --- python-astunparse.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-astunparse.spec b/python-astunparse.spec index 6cb7887..00642ba 100644 --- a/python-astunparse.spec +++ b/python-astunparse.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name astunparse Name: python-%{pypi_name} @@ -60,5 +60,8 @@ Doc files for python3-%{pypi_name} %doc README.rst %changelog +* Tue Aug 05 2025 wenxin - 1.6.3-2 +- Rebuild with Python3.11 + * Wed Jun 14 2023 Chunmei Xu - 1.6.3-1 - init from upstream -- Gitee