From f1f325ddb4f9f3678a0fb41b4c0499c8666ba334 Mon Sep 17 00:00:00 2001 From: wenxin Date: Tue, 5 Aug 2025 13:32:56 +0800 Subject: [PATCH] Rebuild with Python3.11 --- python-pytorch-lightning.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pytorch-lightning.spec b/python-pytorch-lightning.spec index 0d729ed..6afeda6 100644 --- a/python-pytorch-lightning.spec +++ b/python-pytorch-lightning.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global pypi_name pytorch-lightning %global pypi_version 2.2.2 @@ -67,5 +67,8 @@ export PACKAGE_NAME=pytorch %changelog +* Tue Aug 05 2025 wenxin - 2.2.2-2 +- Rebuild with Python3.11 + * Wed Apr 17 2024 Shenglong Zhu - 2.2.2-1 - Initial package. -- Gitee