From 01cecc312bb2d1499f2f6ebca8cf7f7ba187b13c Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Mon, 31 Mar 2025 15:29:41 +0800 Subject: [PATCH] [bugfix] change the index-url for loongarch64 change the index-url for loongarch64 project: TC2024110201 Signed-off-by: Wenlong Zhang --- pip.loongarch.conf | 2 +- python-pip.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pip.loongarch.conf b/pip.loongarch.conf index fd77def..f283870 100644 --- a/pip.loongarch.conf +++ b/pip.loongarch.conf @@ -1,6 +1,6 @@ [global] timeout = 60 -index-url = https://pypi.loongnix.cn/loongson/pypi +index-url = https://lpypi.loongnix.cn/loongson/pypi extra-index-url = https://pypi.org/simple [install] trusted-host = diff --git a/python-pip.spec b/python-pip.spec index 7d13c44..44b9568 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %bcond_with tests %bcond_with doc @@ -231,6 +231,9 @@ pytest_k='not completion' %endif %changelog +* Mon Mar 31 2025 Wenlong Zhang - 23.3.1-3 +- change the index-url for loongarch64 + * Tue Mar 12 2024 Zhao Hang - 23.3.1-2 - Rebuild with python3.11 -- Gitee