14
0

- update to 0.19.0:

* auth: parse headers using pyparsing instead of regexp
  * auth: WSSE token needs to be string not bytes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=86
This commit is contained in:
2021-02-18 21:43:59 +00:00
committed by Git OBS Bridge
parent 477a421f4a
commit 088d4a1249
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 18 21:41:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.19.0:
* auth: parse headers using pyparsing instead of regexp
* auth: WSSE token needs to be string not bytes
-------------------------------------------------------------------
Tue Oct 13 07:26:46 UTC 2020 - Dirk Mueller <dmueller@suse.com>