[rh:curl_cffi] Support curl_cffi 0.15.x (#16429)
* Remove the `curl-cffi-compat` extra * Add impersonate targets missing from the curl_cffi 0.14.x bump * Add curl-cffi to musllinux_aarch64 builds * Migrate from delocate-fuse to delocate-merge * Remove unnecessary wheel surgery step in macos build job * Add macos_verify build job to verify on x86_64 Authored by: bashonly
This commit is contained in:
+2
-5
@@ -58,10 +58,7 @@ default = [
|
||||
"yt-dlp-ejs==0.8.0",
|
||||
]
|
||||
curl-cffi = [
|
||||
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.15; implementation_name=='cpython'",
|
||||
]
|
||||
curl-cffi-compat = [
|
||||
"curl-cffi==0.13.0",
|
||||
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.16; implementation_name=='cpython'",
|
||||
]
|
||||
secretstorage = [
|
||||
"secretstorage",
|
||||
@@ -93,7 +90,7 @@ pyinstaller = [
|
||||
"pyinstaller>=6.17.0", # 6.17.0+ needed for compat with setuptools 81+
|
||||
]
|
||||
delocate = [
|
||||
"delocate==0.11.0", # API changed in >0.11
|
||||
"delocate",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user