14
0
forked from pool/python-pycurl

- update to 7.45.2:

* Python 3.9 compatibility for Py_TRASHCAN_SAFE_BEGIN
  * Add support for CURL_HTTP_VERSION_3
  * Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS options
  * Added HTTP09_ALLOWED option
  * Removed use of distutils
- drop curl-789-error-message.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycurl?expand=0&rev=91
This commit is contained in:
2023-01-02 18:57:10 +00:00
committed by Git OBS Bridge
parent ee9534f50e
commit 4e0a286f03
5 changed files with 16 additions and 32 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 2 18:51:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.45.2:
* Python 3.9 compatibility for Py_TRASHCAN_SAFE_BEGIN
* Add support for CURL_HTTP_VERSION_3
* Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS options
* Added HTTP09_ALLOWED option
* Removed use of distutils
- drop curl-789-error-message.patch (upstream)
-------------------------------------------------------------------
Thu Apr 28 06:00:57 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>