14
0

Accepting request 888188 from home:jayvdb:branches:devel:languages:python

- Update to v0.6.3

OBS-URL: https://build.opensuse.org/request/show/888188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-cache?expand=0&rev=13
This commit is contained in:
2021-04-24 14:16:26 +00:00
committed by Git OBS Bridge
parent f19311d310
commit ce8fa36ed5
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Apr 24 11:30:00 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.6.3
* Fix false positive warning with `include_get_headers`
* Fix handling of `decode_content` parameter for
`CachedResponse.raw.read()`
* Replace deprecated pymongo `Collection.count()` with
`estimated_document_count()`
-------------------------------------------------------------------
Wed Apr 14 22:46:16 UTC 2021 - John Vandenberg <jayvdb@gmail.com>