1
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

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