We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9964320 commit 20758f9Copy full SHA for 20758f9
Apple/__main__.py
@@ -312,11 +312,18 @@ def unpack_deps(
312
On iOS, as a safety mechanism, any dynamic libraries will be purged from
313
the unpacked dependencies.
314
"""
315
+ # To create new builds of these dependencies, usually all that's necessary
316
+ # is to push a tag to the cpython-apple-source-deps repository, and GitHub
317
+ # Actions will do the rest.
318
+ #
319
+ # If you're a member of the Python core team, and you'd like to be able to
320
+ # push these tags yourself, please contact Malcolm Smith or Russell
321
+ # Keith-Magee.
322
deps_url = "https://github.com/beeware/cpython-apple-source-deps/releases/download"
323
for name_ver in [
324
"BZip2-1.0.8-2",
325
"libFFI-3.4.7-2",
- "OpenSSL-3.0.17-1",
326
+ "OpenSSL-3.0.18-1",
327
"XZ-5.6.4-2",
328
"mpdecimal-4.0.0-2",
329
"zstd-1.5.7-1",
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments