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(
312312 On iOS, as a safety mechanism, any dynamic libraries will be purged from
313313 the unpacked dependencies.
314314 """
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.
315322 deps_url = "https://github.com/beeware/cpython-apple-source-deps/releases/download"
316323 for name_ver in [
317324 "BZip2-1.0.8-2" ,
318325 "libFFI-3.4.7-2" ,
319- "OpenSSL-3.0.17 -1" ,
326+ "OpenSSL-3.0.18 -1" ,
320327 "XZ-5.6.4-2" ,
321328 "mpdecimal-4.0.0-2" ,
322329 "zstd-1.5.7-1" ,
You can’t perform that action at this time.
0 commit comments