mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Bump pycurl to 7.45.3, update platform tests (#11792)
This commit is contained in:
@@ -1,16 +1,5 @@
|
||||
version = "7.45.2"
|
||||
version = "7.45.3"
|
||||
upstream_repository = "https://github.com/pycurl/pycurl"
|
||||
|
||||
[tool.stubtest]
|
||||
# Install on Windows requires building PycURL from source
|
||||
#
|
||||
# Install on MacOS is too complicated for the CI and does not work with stubtest:
|
||||
# % brew install openssl
|
||||
# % export LDFLAGS="-L/usr/local/opt/openssl@3/lib"
|
||||
# % export CPPFLAGS="-I/usr/local/opt/openssl@3/include"
|
||||
# % pip install --compile --install-option="--with-openssl" pycurl
|
||||
# TODO: Test on Windows and/or MacOS once wheels are available.
|
||||
platforms = ["linux"]
|
||||
apt_dependencies = ["libcurl4-openssl-dev", "libssl-dev"]
|
||||
# No need to install on the CI. Leaving here as information for MacOS contributors.
|
||||
# brew_dependencies = ["openssl"]
|
||||
platforms = ["darwin", "linux", "win32"]
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user