forked from pool/python-httplib2
Accepting request 934678 from devel:languages:python
- add pyparsing dependency - 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/request/show/934678 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=51
This commit is contained in:
commit
130f485a81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b12617eeca7433d4c396a100eaecfa4b08ee99aa881e6df6e257a7aad5d533d
|
||||
size 263971
|
3
httplib2-0.20.2.tar.gz
Normal file
3
httplib2-0.20.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e404681d2fbcec7506bcb52c503f2b021e95bee0ef7d01e5c221468a2406d8dc
|
||||
size 267230
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 08:22:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add pyparsing dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 29 10:55:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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)
|
||||
@ -31,6 +31,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: ca-certificates
|
||||
Requires: python-certifi
|
||||
Requires: python-pyparsing >= 2.4.2
|
||||
BuildArch: noarch
|
||||
%if %{with tests}
|
||||
# Test requirements (for ssl module):
|
||||
|
Loading…
x
Reference in New Issue
Block a user