14
0

- update to 1.26.12:

* Deprecated the `urllib3[secure]` extra and the `urllib3.contrib.pyopenssl` module.
    Both will be removed in v2.x. See this `GitHub issue <https://github.com/urllib3/urllib3/issues/2680>`_
    for justification and info on how to migrate.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=138
This commit is contained in:
2022-08-22 22:02:52 +00:00
committed by Git OBS Bridge
parent a6fe4b937e
commit 3f9ddd55c5
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 22 21:53:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.26.12:
* Deprecated the `urllib3[secure]` extra and the `urllib3.contrib.pyopenssl` module.
Both will be removed in v2.x. See this `GitHub issue <https://github.com/urllib3/urllib3/issues/2680>`_
for justification and info on how to migrate.
-------------------------------------------------------------------
Tue Aug 2 14:54:12 UTC 2022 - Ben Greiner <code@bnavigator.de>