Changelog for
python311-requests-toolbelt-0.9.1-3.2.noarch.rpm :
* Fri Sep 30 2022 Steve Kowalik
- Add patch stop-using-pyopenssl-compat.patch:
* Stop importing (and using!) a pyopenssl compatibility module to avoid a DeprecationWarning.
* Wed Mar 02 2022 Steve Kowalik - Properly redo the regeneration of test_certs.p12.
* Sat Dec 11 2021 Ben Greiner - Fix python310 failure due to moved collections.abc
* add requests-toolbelt-pr246-collections.abc.patch
* gh#requests/toolbelt#246
* Mon Nov 29 2021 Steve Kowalik - Regenerate test_certs.p12 due to the upstream certificate expiring
* Thu Feb 11 2021 Pedro Monreal - Relax the crypto policies for the test-suite
* Mon Dec 14 2020 Benjamin Greiner - Fix condition around BuildRequirement
* Sun Dec 13 2020 Matej Cepl - We don\'t need to break Python 2.7
* Mon Dec 07 2020 Matej Cepl - Add remove_mock.patch to remove dependency on the external mock
* Mon May 06 2019 Tomáš Chvátal - Add patch to fix tests fix-tests.patch- Use pytest to execute the tests, same as the upstream
* Thu Apr 25 2019 Dirk Mueller - update to 0.9.1: - Fix import of pyOpenSSL shim from urllib3 for PKCS12 adapter - Add X509 Adapter that can handle PKCS12 - Add stateless solution for streaming files by MultipartEncoder from one host to another (in chunks) - Update link to example - Move import of ``ABCs`` from collections into version-specific part of _compat module - Fix backwards incompatibility in ``get_encodings_from_content`` - Correct callback documentation for ``MultipartEncoderMonitor`` - Fix bug when ``MultipartEncoder`` is asked to encode zero parts - Correct the type of non string request body dumps - Removed content from being stored in MultipartDecoder - Fix bug by enabling support for contenttype with capital letters. - Coerce proxy URL to bytes before dumping request - Avoid bailing out with exception upon empty response reason - Corrected Pool documentation - Corrected parentheses match in example usage - Fix \"oject\" to \"object\" in ``MultipartEncoder`` - Fix URL for the project after the move - Add fix for OSX TCPKeepAliveAdapter