1
0

Accepting request 992233 from home:ohollmann:branches:devel:languages:python

- Update to v0.12.11
  * Added new variant of FileCache, SeparateBodyFileCache, which uses
    less memory by storing the body in a separate file than metadata,
    and streaming data in and out directly to/from that file.

OBS-URL: https://build.opensuse.org/request/show/992233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=21
This commit is contained in:
2022-08-02 13:26:59 +00:00
committed by Git OBS Bridge
parent e370a72254
commit 6cac4b2c94
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Aug 2 10:26:39 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
- Update to v0.12.11
* Added new variant of FileCache, SeparateBodyFileCache, which uses
less memory by storing the body in a separate file than metadata,
and streaming data in and out directly to/from that file.
-------------------------------------------------------------------
Sat Dec 4 21:10:51 UTC 2021 - Ben Greiner <code@bnavigator.de>