From b443f250abf4c60965e1169e65f2020bab5de28f7386744e4c00069a0bbec257 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 29 Nov 2021 10:56:34 +0000 Subject: [PATCH] - update to 0.20.2: auth: support pyparsing v3 proxy: correct extraction of errno from pysocks ProxyConnectionError IMPORTANT cacerts: remove expired DST Root CA X3, add ISRG Root X1, X2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=93 --- httplib2-0.19.1.tar.gz | 3 --- httplib2-0.20.2.tar.gz | 3 +++ python-httplib2.changes | 8 ++++++++ python-httplib2.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 httplib2-0.19.1.tar.gz create mode 100644 httplib2-0.20.2.tar.gz diff --git a/httplib2-0.19.1.tar.gz b/httplib2-0.19.1.tar.gz deleted file mode 100644 index e6a54bc..0000000 --- a/httplib2-0.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b12617eeca7433d4c396a100eaecfa4b08ee99aa881e6df6e257a7aad5d533d -size 263971 diff --git a/httplib2-0.20.2.tar.gz b/httplib2-0.20.2.tar.gz new file mode 100644 index 0000000..ec7524d --- /dev/null +++ b/httplib2-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e404681d2fbcec7506bcb52c503f2b021e95bee0ef7d01e5c221468a2406d8dc +size 267230 diff --git a/python-httplib2.changes b/python-httplib2.changes index 6916dfc..31d2b10 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 29 10:55:53 UTC 2021 - Dirk Müller + +- update to 0.20.2: + auth: support pyparsing v3 + proxy: correct extraction of errno from pysocks ProxyConnectionError + IMPORTANT cacerts: remove expired DST Root CA X3, add ISRG Root X1, X2 + ------------------------------------------------------------------- Tue May 18 21:47:33 UTC 2021 - Dirk Müller diff --git a/python-httplib2.spec b/python-httplib2.spec index a5d973c..b7be828 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -20,7 +20,7 @@ # Tests require network connection %bcond_with tests Name: python-httplib2 -Version: 0.19.1 +Version: 0.20.2 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)