vibego 0.2.24__py3-none-any.whl → 0.2.25__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of vibego might be problematic. Click here for more details.
- scripts/start.sh +4 -4
- {vibego-0.2.24.dist-info → vibego-0.2.25.dist-info}/METADATA +1 -1
- {vibego-0.2.24.dist-info → vibego-0.2.25.dist-info}/RECORD +7 -7
- vibego_cli/__init__.py +1 -1
- {vibego-0.2.24.dist-info → vibego-0.2.25.dist-info}/WHEEL +0 -0
- {vibego-0.2.24.dist-info → vibego-0.2.25.dist-info}/entry_points.txt +0 -0
- {vibego-0.2.24.dist-info → vibego-0.2.25.dist-info}/top_level.txt +0 -0
scripts/start.sh
CHANGED
|
@@ -129,19 +129,19 @@ select_python_binary() {
|
|
|
129
129
|
local major="${version_raw%%.*}"
|
|
130
130
|
local minor="${version_raw#*.}"
|
|
131
131
|
if [[ "$major" != "3" ]]; then
|
|
132
|
-
|
|
132
|
+
log_line "跳过 ${name} (版本 ${version_raw}):非 CPython 3.x" >&2
|
|
133
133
|
continue
|
|
134
134
|
fi
|
|
135
135
|
if [[ "$minor" =~ ^[0-9]+$ ]] && (( minor > 13 )); then
|
|
136
|
-
|
|
136
|
+
log_line "跳过 ${name} (版本 ${version_raw}):高于 3.13" >&2
|
|
137
137
|
continue
|
|
138
138
|
fi
|
|
139
139
|
if [[ "$minor" =~ ^[0-9]+$ ]] && (( minor < 9 )); then
|
|
140
|
-
|
|
140
|
+
log_line "跳过 ${name} (版本 ${version_raw}):低于 3.9,可能缺少官方轮子" >&2
|
|
141
141
|
continue
|
|
142
142
|
fi
|
|
143
143
|
chosen="$name"
|
|
144
|
-
|
|
144
|
+
log_line "使用 Python 解释器:${chosen} (版本 ${version_raw})" >&2
|
|
145
145
|
break
|
|
146
146
|
done
|
|
147
147
|
|
|
@@ -9,7 +9,7 @@ scripts/master_healthcheck.py,sha256=-X0VVsZ0AXaOb7izxTO_oyu23g_1jsirNdGIcP8nrSI
|
|
|
9
9
|
scripts/publish.sh,sha256=ehLfMedcXuGKJ87jpZy3kuiFszG9Cpavp3zXPfR4h-g,3511
|
|
10
10
|
scripts/requirements.txt,sha256=QSt30DSSSHtfucTFPpc7twk9kLS5rVLNTcvDiagxrZg,62
|
|
11
11
|
scripts/run_bot.sh,sha256=rN4K1nz041XBaUJmnBBKHS2cHmQf11vPNX8wf1hbVR4,4596
|
|
12
|
-
scripts/start.sh,sha256=
|
|
12
|
+
scripts/start.sh,sha256=7MUNlhY4edkUF9yptankqJBLoawczLXi12BvSePWWO8,7978
|
|
13
13
|
scripts/start_tmux_codex.sh,sha256=xyLv29p924q-ysxvZYAP3T6VrqLPBPMBWo9QP7cuL50,4438
|
|
14
14
|
scripts/stop_all.sh,sha256=FOz07gi2CI9sMHxBb8XkqHtxRYs3jt1RYgGrEi-htVg,4086
|
|
15
15
|
scripts/stop_bot.sh,sha256=ot6Sm0IYoXuRNslUVEflQmJKu5Agm-5xIUXXudJWyTM,5588
|
|
@@ -426,14 +426,14 @@ tasks/constants.py,sha256=tS1kZxBIUm3JJUMHm25XI-KHNUZl5NhbbuzjzL_rF-c,299
|
|
|
426
426
|
tasks/fsm.py,sha256=rKXXLEieQQU4r2z_CZUvn1_70FXiZXBBugF40gpe_tQ,1476
|
|
427
427
|
tasks/models.py,sha256=N_qqRBo9xMSV0vbn4k6bLBXT8C_dp_oTFUxvdx16ZQM,2459
|
|
428
428
|
tasks/service.py,sha256=w_S_aWiVqRXzXEpimLDsuCCCX2lB5uDkff9aKThBw9c,41916
|
|
429
|
-
vibego_cli/__init__.py,sha256=
|
|
429
|
+
vibego_cli/__init__.py,sha256=303B8KuMcb9GFRPTrGgkoMPfsA8_tpbgAP7XJf7P1EE,311
|
|
430
430
|
vibego_cli/__main__.py,sha256=qqTrYmRRLe4361fMzbI3-CqpZ7AhTofIHmfp4ykrrBY,158
|
|
431
431
|
vibego_cli/config.py,sha256=33WSORCfUIxrDtgASPEbVqVLBVNHh-RSFLpNy7tfc0s,2992
|
|
432
432
|
vibego_cli/deps.py,sha256=1nRXI7Dd-S1hYE8DligzK5fIluQWETRUj4_OKL0DikQ,1419
|
|
433
433
|
vibego_cli/main.py,sha256=e2W5Pb9U9rfmF-jNX9uIA3222lhM0GgcvSdFTDBZd2s,12086
|
|
434
434
|
vibego_cli/data/worker_requirements.txt,sha256=QSt30DSSSHtfucTFPpc7twk9kLS5rVLNTcvDiagxrZg,62
|
|
435
|
-
vibego-0.2.
|
|
436
|
-
vibego-0.2.
|
|
437
|
-
vibego-0.2.
|
|
438
|
-
vibego-0.2.
|
|
439
|
-
vibego-0.2.
|
|
435
|
+
vibego-0.2.25.dist-info/METADATA,sha256=ETHyLPlJYU59sVMAyQeMAcDJ7xDNghg7ns9E-3rX2Xc,10475
|
|
436
|
+
vibego-0.2.25.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
437
|
+
vibego-0.2.25.dist-info/entry_points.txt,sha256=Lsy_zm-dlyxt8-9DL9blBReIwU2k22c8-kifr46ND1M,48
|
|
438
|
+
vibego-0.2.25.dist-info/top_level.txt,sha256=R56CT3nW5H5v3ce0l3QDN4-C4qxTrNWzRTwrxnkDX4U,69
|
|
439
|
+
vibego-0.2.25.dist-info/RECORD,,
|
vibego_cli/__init__.py
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|