diff --git a/pip.loongarch.conf b/pip.loongarch.conf index fd77def5ba76999eaf35282ded8010919afa7038..f2838701738fba9b42603c179918d94d9f3cea6a 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 7d13c448313dca80b485917c020485922fd13b34..44b9568173c3674697b64d6e4fd8e14391a24359 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