1
0

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

- Drop merged pytest4.patch
- Add explanation of one test failure
- Remove mention of httplib2 from package summary
- Update to v0.12.6
  * Test if cache is None before falling back to DictCache
  * Fixed body in 304 response to etag request
  * Added check for "*" value in Vary header
  * Make v4 cache compatible with msgpack 1.0 in the future

OBS-URL: https://build.opensuse.org/request/show/760431
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2020-01-02 13:46:19 +00:00
committed by Git OBS Bridge
parent c705ac72c0
commit ffa6a7d73f
5 changed files with 21 additions and 52 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jan 2 11:57:41 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Drop merged pytest4.patch
- Add explanation of one test failure
- Remove mention of httplib2 from package summary
- Update to v0.12.6
* Test if cache is None before falling back to DictCache
* Fixed body in 304 response to etag request
* Added check for "*" value in Vary header
* Make v4 cache compatible with msgpack 1.0 in the future
-------------------------------------------------------------------
Fri Nov 1 09:31:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>