From 799d1fa88dbbfa9115881b21ee2adaf0273b8906acdb98f0f34afe0c47d2ae70 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Nov 2022 21:16:38 +0000 Subject: [PATCH] Accepting request 1034584 from home:yarunachalam:branches:devel:languages:python - Update to 0.21.0: * http: `Content-Encoding: deflate` must accept zlib encapsulation * https://github.com/httplib2/httplib2/pull/230 * Begin support and CI against CPython 3.10 and 3.11. OBS-URL: https://build.opensuse.org/request/show/1034584 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=96 --- httplib2-0.20.4.tar.gz | 3 --- httplib2-0.21.0.tar.gz | 3 +++ python-httplib2.changes | 8 ++++++++ python-httplib2.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 httplib2-0.20.4.tar.gz create mode 100644 httplib2-0.21.0.tar.gz diff --git a/httplib2-0.20.4.tar.gz b/httplib2-0.20.4.tar.gz deleted file mode 100644 index 5d4443d..0000000 --- a/httplib2-0.20.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585 -size 349137 diff --git a/httplib2-0.21.0.tar.gz b/httplib2-0.21.0.tar.gz new file mode 100644 index 0000000..e85cbd7 --- /dev/null +++ b/httplib2-0.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc144f091c7286b82bec71bdbd9b27323ba709cc612568d3000893bfd9cb4b34 +size 350463 diff --git a/python-httplib2.changes b/python-httplib2.changes index 8bc9f78..50844d2 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 8 17:10:10 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 0.21.0: + * http: `Content-Encoding: deflate` must accept zlib encapsulation + * https://github.com/httplib2/httplib2/pull/230 + * Begin support and CI against CPython 3.10 and 3.11. + ------------------------------------------------------------------- Tue Feb 15 09:34:00 UTC 2022 - Dirk Müller diff --git a/python-httplib2.spec b/python-httplib2.spec index ba4b7a7..67cac3d 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.20.4 +Version: 0.21.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)