forked from pool/python-httplib2
Accepting request 894163 from devel:languages:python
- update to 0.19.1: * auth header parsing performance optimizations; Thanks to Paul McGuire * Use mock from the standard library on Python>=3.3 - update to 0.18.1: (bsc#1171998, CVE-2020-11078) OBS-URL: https://build.opensuse.org/request/show/894163 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=50
This commit is contained in:
commit
d33b3e3fdf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0d428dad43c72dbce7d163b7753ffc7a39c097e6788ef10f4198db69b92f08e
|
||||
size 263522
|
3
httplib2-0.19.1.tar.gz
Normal file
3
httplib2-0.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b12617eeca7433d4c396a100eaecfa4b08ee99aa881e6df6e257a7aad5d533d
|
||||
size 263971
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 18 21:47:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.19.1:
|
||||
* auth header parsing performance optimizations; Thanks to Paul McGuire
|
||||
* Use mock from the standard library on Python>=3.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 12:49:45 UTC 2021 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
@ -13,7 +20,7 @@ Thu Feb 18 21:41:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 13 07:26:46 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 0.18.1:
|
||||
- update to 0.18.1: (bsc#1171998, CVE-2020-11078)
|
||||
* explicit build-backend workaround for pip build isolation bug
|
||||
* IMPORTANT security vulnerability CWE-93 CRLF injection
|
||||
Force %xx quote of space, CR, LF characters in uri.
|
||||
|
@ -20,10 +20,10 @@
|
||||
# Tests require network connection
|
||||
%bcond_with tests
|
||||
Name: python-httplib2
|
||||
Version: 0.19.0
|
||||
Version: 0.19.1
|
||||
Release: 0
|
||||
Summary: A Python HTTP client library
|
||||
License: MIT AND Apache-2.0 AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later)
|
||||
License: Apache-2.0 AND MIT AND (GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later)
|
||||
URL: https://github.com/httplib2/httplib2
|
||||
Source: https://files.pythonhosted.org/packages/source/h/httplib2/httplib2-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
Loading…
x
Reference in New Issue
Block a user