From 9905c9bf38bf66f6ba5916f25250fa378c6d67746d23d8e24f9411cea35fdd2a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 20:03:02 +0000 Subject: [PATCH] - 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 --- httplib2-0.21.0.tar.gz | 3 --- httplib2-0.22.0.tar.gz | 3 +++ python-httplib2.changes | 8 ++++++++ python-httplib2.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 httplib2-0.21.0.tar.gz create mode 100644 httplib2-0.22.0.tar.gz diff --git a/httplib2-0.21.0.tar.gz b/httplib2-0.21.0.tar.gz deleted file mode 100644 index e85cbd7..0000000 --- a/httplib2-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc144f091c7286b82bec71bdbd9b27323ba709cc612568d3000893bfd9cb4b34 -size 350463 diff --git a/httplib2-0.22.0.tar.gz b/httplib2-0.22.0.tar.gz new file mode 100644 index 0000000..c44ea4f --- /dev/null +++ b/httplib2-0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a10bc5ef5ab08322488bde8c726eeee5c8618723fdb399597ec58f3d82df81 +size 351116 diff --git a/python-httplib2.changes b/python-httplib2.changes index 50844d2..7b427e7 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 26 20:02:41 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-httplib2.spec b/python-httplib2.spec index 67cac3d..48b13e5 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,7 +1,7 @@ # # spec file for package python-httplib2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # Tests require network connection %bcond_with tests Name: python-httplib2 -Version: 0.21.0 +Version: 0.22.0 Release: 0 Summary: A Python HTTP client library License: Apache-2.0 AND MIT AND (GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later)