mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-03 01:37:15 +00:00
perf: update ci
This commit is contained in:
@@ -182,7 +182,7 @@ xpack = [
|
||||
'aliyun-python-sdk-core-v3==2.13.33',
|
||||
'aliyun-python-sdk-ecs==4.24.64',
|
||||
'keystoneauth1==5.2.1',
|
||||
'oracledb==1.4.0',
|
||||
'oracledb==3.4.2',
|
||||
'ucloud-sdk-python3==0.11.50',
|
||||
'huaweicloudsdkecs==3.1.52',
|
||||
'huaweicloudsdkcore==3.1.52',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
lib_path="/opt/py3/lib/python3.11/site-packages"
|
||||
python_version=$(python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
|
||||
lib_path="/opt/py3/lib/python${python_version}/site-packages"
|
||||
|
||||
if [ ! -d "$lib_path" ]; then
|
||||
echo "lib_path $lib_path not exist"
|
||||
|
||||
14
uv.lock
generated
14
uv.lock
generated
@@ -2409,7 +2409,7 @@ xpack = [
|
||||
{ name = "huaweicloudsdkecs", specifier = "==3.1.52" },
|
||||
{ name = "ipython", specifier = "==8.30.0" },
|
||||
{ name = "keystoneauth1", specifier = "==5.2.1" },
|
||||
{ name = "oracledb", specifier = "==1.4.0" },
|
||||
{ name = "oracledb", specifier = "==3.4.2" },
|
||||
{ name = "python-keystoneclient", specifier = "==5.1.0" },
|
||||
{ name = "python-novaclient", specifier = "==18.3.0" },
|
||||
{ name = "qingcloud-sdk", specifier = "==1.2.15" },
|
||||
@@ -2798,12 +2798,20 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "oracledb"
|
||||
version = "1.4.0"
|
||||
version = "3.4.2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "cryptography" },
|
||||
{ name = "typing-extensions" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/f7/02/70a872d1a4a739b4f7371ab8d3d5ed8c6e57e142e2503531aafcb220893c/oracledb-3.4.2.tar.gz", hash = "sha256:46e0f2278ff1fe83fbc33a3b93c72d429323ec7eed47bc9484e217776cd437e5", size = 855467, upload-time = "2026-01-28T17:25:39.91Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/42/20/1e98f84c1555911c46b4fa870fbef2a80617bf7e0a5f178078ecf466c917/oracledb-3.4.2-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:59ad6438f56a25e8e1a4a3dd1b42235a5d09ab9ba417ff2ad14eae6596f3d06f", size = 4247459, upload-time = "2026-01-28T17:26:22.356Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/7d/74/95963e2d94f84b9937a562a9a2529f72d050afbc2ffd88f6661e3a876f7d/oracledb-3.4.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:404ec1451d0448653ee074213b87d6c5bd65eaa74b50083ddf2c9c3e11c71c71", size = 2271749, upload-time = "2026-01-28T17:26:24.078Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/82/89/38ce85148a246087795379ee52c5b20726a00a69c87ba6ec266bcdad30fc/oracledb-3.4.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:19fa80ef84f85ad74077aa626067bbe697e527bd39604b4209f9d86cb2876b89", size = 2452031, upload-time = "2026-01-28T17:26:26.08Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/3f/8d/51fe907fdec0267ad7c6e9a62998cbe878efcd168ea6e39f162fab62fdaa/oracledb-3.4.2-cp314-cp314-win32.whl", hash = "sha256:d7ce75c498bff758548ec6e4424ab4271aa257e5887cc436a54bc947fd46199a", size = 1480973, upload-time = "2026-01-28T17:26:27.584Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/48/22/a37354f19786774e5e4041338043b516db060aacfdfcd5aca8bb92c2539a/oracledb-3.4.2-cp314-cp314-win_amd64.whl", hash = "sha256:5d7befb014174c5ae11c3a08f5ed6668a25ab2335d8e7104dca70d54d54a5b3a", size = 1837756, upload-time = "2026-01-28T17:26:29.032Z" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/2f/d9/a352e4371d19b5ad862210096fbfc3b894696e6f2873c208863ea4606c07/oracledb-1.4.0.tar.gz", hash = "sha256:96ba508f783892c7ca648f268acbcb8a4a9c8037c7dd4a509f05f2c89d6231be", size = 494193, upload-time = "2023-08-16T19:14:21.457Z" }
|
||||
|
||||
[[package]]
|
||||
name = "os-service-types"
|
||||
|
||||
Reference in New Issue
Block a user