14
0

- update to 0.22.0:

* https: disable_ssl_certificate_validation caused
    ValueError: Cannot set verify_mode to CERT_NONE when
    check_hostname is enabled

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=98
This commit is contained in:
2023-03-26 20:03:02 +00:00
committed by Git OBS Bridge
parent 799d1fa88d
commit 9905c9bf38
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Mar 26 20:02:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.22.0:
* https: disable_ssl_certificate_validation caused
ValueError: Cannot set verify_mode to CERT_NONE when
check_hostname is enabled
-------------------------------------------------------------------
Tue Nov 8 17:10:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>