From 2293daaa58b8be1fb75d8c50a03763aba3435234 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Thu, 14 Mar 2024 17:14:03 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- python-distro.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-distro.spec b/python-distro.spec index e2c149f..2842ac5 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global pypi_name distro Name: python-%{pypi_name} @@ -68,6 +68,9 @@ The python3-%{pypi_name}-doc package contains documentation files for python3-%{ %doc CHANGELOG.md README.md CONTRIBUTORS.md %changelog +* Thu Mar 14 2024 Zhao Hang - 1.8.0-3 +- Rebuild with python3.11 + * Wed Apr 12 2023 Shawn Wang - 1.8.0-2 - Optimize the spec file -- Gitee