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 3f8a4f26233ac3be51cf8d3b5763da659d2ca1c6..c1364c211c7585859cbc274a619b34d09a498312 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -6,7 +6,7 @@ pip is the package installer for Python. You can use pip to install packages fro %global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d}) Name: python-%{srcname} Version: 23.3.1 -Release: 2 +Release: 3 Summary: A tool for installing and managing Python packages License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) URL: http://www.pip-installer.org @@ -134,6 +134,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pip.conf %{python_wheeldir}/%{python_wheelname} %changelog +* Mon Mar 31 2025 Wenlong Zhang - 23.3.1-3 +- change the index-url for loongarch64 + * Sat Jul 13 2024 yangyuan - 23.3.1-2 - Fix CVE-2023-45803 and CVE-2024-37891