summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pycurl_7.45.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pycurl: Upgrade 7.45.4 -> 7.45.6Leon Anavi2025-03-081-21/+0
| | | | | | | | | | | | | | Upgrade to release 7.45.6: - Update the wheels to incorporate libcurl 8.12.1 for security fixes, as well as enable some additional libraries in wheel builds. - The previous release was accidentally built without CA bundle autodetection in Linux wheels - this restores that behavior (no changes to macOS or Linux). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycurl: upgrade 7.45.3 -> 7.45.4Wang Mingyu2024-12-241-0/+21
Changelog: =========== * Add support for CURLOPT_HAPROXY_CLIENT_IP * Port tests from bottle to flask * Add constant for CURL_HTTP_VERSION_3ONLY * Add EFFECTIVE_METHOD info option * Don't use `-flat_namespace` on macOS * Add some missing GIL checks to callback functions * Fix assorted bugs in pycurl tests, including a segfault * Fix minor bug in examples/multi-socket_action-select.py * Build all wheels using the latest version of libcurl and its dependencies * Implement Certificate Authority path autodetection when building Linux wheels Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>