From efec7c47efe7e9aa15b772dcf5c7d5be5c6e4061037d317cba6f496b1a471625 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 15 Feb 2022 09:34:23 +0000 Subject: [PATCH] - update to 0.20.4: proxy: support proxy urls with ipv6 address Tests compatible with Python3.10 and recent pytest. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=95 --- httplib2-0.20.2.tar.gz | 3 --- httplib2-0.20.4.tar.gz | 3 +++ python-httplib2.changes | 7 +++++++ python-httplib2.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 httplib2-0.20.2.tar.gz create mode 100644 httplib2-0.20.4.tar.gz diff --git a/httplib2-0.20.2.tar.gz b/httplib2-0.20.2.tar.gz deleted file mode 100644 index ec7524d..0000000 --- a/httplib2-0.20.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e404681d2fbcec7506bcb52c503f2b021e95bee0ef7d01e5c221468a2406d8dc -size 267230 diff --git a/httplib2-0.20.4.tar.gz b/httplib2-0.20.4.tar.gz new file mode 100644 index 0000000..5d4443d --- /dev/null +++ b/httplib2-0.20.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585 +size 349137 diff --git a/python-httplib2.changes b/python-httplib2.changes index e99abdb..8bc9f78 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 15 09:34:00 UTC 2022 - Dirk Müller + +- update to 0.20.4: + proxy: support proxy urls with ipv6 address + Tests compatible with Python3.10 and recent pytest. + ------------------------------------------------------------------- Tue Nov 30 08:22:25 UTC 2021 - Dirk Müller diff --git a/python-httplib2.spec b/python-httplib2.spec index c52a4f9..ba4b7a7 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -1,7 +1,7 @@ # # spec file for package python-httplib2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.20.2 +Version: 0.20.4 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)