14
0

- 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:
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

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