14
0

- update to 0.19.1:

* auth header parsing performance optimizations; Thanks to Paul McGuire
  * Use mock from the standard library on Python>=3.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=91
This commit is contained in:
2021-05-18 21:48:25 +00:00
committed by Git OBS Bridge
parent 56f540b0af
commit e7a04e332c
4 changed files with 12 additions and 5 deletions

View File

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