Go to file
Ana Guerrero d0c9d9cc6d Accepting request 1179087 from devel:languages:python
- update to 2.32.3:
  * Fixed bug breaking the ability to specify custom SSLContexts
    in sub-classes of HTTPAdapter.
  * Fixed issue where Requests started failing to run on Python
    versions compiled without the `ssl` module.

  * To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0,
    we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing
    custom HTTPAdapters will need to migrate their code to use this new API. get_connection is
  * Fixed an issue where setting verify=False on the first request from a Session
    will cause subsequent requests to the same origin to also ignore cert verification,
  * verify=True now reuses a global SSLContext which should improve request time
  * Requests now supports optional use of character detection (chardet or charset_normalizer)
    when repackaged or vendored. This enables pip and other projects to minimize their

OBS-URL: https://build.opensuse.org/request/show/1179087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests?expand=0&rev=82
2024-06-07 13:01:52 +00:00
_multibuild Accepting request 623059 from home:mimi_vx:branches:devel:languages:python 2018-07-16 08:02:35 +00:00
.gitattributes - Initial release 2011-05-20 19:15:11 +00:00
.gitignore - Initial release 2011-05-20 19:15:11 +00:00
python-requests.changes - update to 2.32.3: 2024-06-06 19:38:51 +00:00
python-requests.spec - update to 2.32.3: 2024-06-06 19:38:51 +00:00
requests-2.32.3.tar.gz - update to 2.32.3: 2024-06-06 19:38:51 +00:00