Accepting request 1034614 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1034614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2022-11-10 13:21:23 +00:00 committed by Git OBS Bridge
commit 31dbeb4d64
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58a98e45b4b1a48273073f905d2961666ecf0fbac4250ea5b47aef259eb5c585
size 349137

3
httplib2-0.21.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc144f091c7286b82bec71bdbd9b27323ba709cc612568d3000893bfd9cb4b34
size 350463

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Nov 8 17:10:10 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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)