Bump pycurl to 7.45.3, update platform tests (#11792)

This commit is contained in:
Avasam
2024-04-20 08:29:30 -04:00
committed by GitHub
parent ffdef2f2ea
commit 4095e0bada
2 changed files with 663 additions and 644 deletions

View File

@@ -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