- update to 0.18.1:

* 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.
  * Ship test suite in source dist

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=84
This commit is contained in:
Dirk Mueller 2020-10-13 07:27:42 +00:00 committed by Git OBS Bridge
parent 5eac0c98dd
commit 477a421f4a
4 changed files with 13 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 13 07:26:46 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.18.1:
* 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.
* Ship test suite in source dist
-------------------------------------------------------------------
Wed Apr 29 10:54:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -20,7 +20,7 @@
# Tests require network connection
%bcond_with tests
Name: python-httplib2
Version: 0.17.3
Version: 0.18.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)