14
0

- Add patch stop-using-pyopenssl-compat.patch:

* Stop importing (and using!) a pyopenssl compatibility module
    to avoid a DeprecationWarning.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-toolbelt?expand=0&rev=25
This commit is contained in:
2022-09-30 04:31:29 +00:00
committed by Git OBS Bridge
parent 0fe0593f31
commit b7b4b43702
3 changed files with 102 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 30 04:24:08 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch stop-using-pyopenssl-compat.patch:
* Stop importing (and using!) a pyopenssl compatibility module
to avoid a DeprecationWarning.
-------------------------------------------------------------------
Wed Mar 2 02:03:40 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>