File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -312,11 +312,18 @@ def unpack_deps(
312
312
On iOS, as a safety mechanism, any dynamic libraries will be purged from
313
313
the unpacked dependencies.
314
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.
315
322
deps_url = "https://github.com/beeware/cpython-apple-source-deps/releases/download"
316
323
for name_ver in [
317
324
"BZip2-1.0.8-2" ,
318
325
"libFFI-3.4.7-2" ,
319
- "OpenSSL-3.0.17 -1" ,
326
+ "OpenSSL-3.0.18 -1" ,
320
327
"XZ-5.6.4-2" ,
321
328
"mpdecimal-4.0.0-2" ,
322
329
"zstd-1.5.7-1" ,
You can’t perform that action at this time.
0 commit comments