forked from pool/python-CacheControl
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:
parent
e370a72254
commit
6cac4b2c94
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fc8bc1ecc67ac2946b79a6a79da57c8ad510517787afd3db997ca0d432e56e3d
|
|
||||||
size 39944
|
|
3
CacheControl-0.12.11.tar.gz
Normal file
3
CacheControl-0.12.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06f9ad43ed6bb9ed23883fda838bacada949a00dc557e7f41aecbd19787efdcf
|
||||||
|
size 41338
|
@ -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>
|
Sat Dec 4 21:10:51 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-CacheControl
|
# spec file for package python-CacheControl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-CacheControl
|
Name: python-CacheControl
|
||||||
Version: 0.12.10
|
Version: 0.12.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Caching library for Python requests
|
Summary: Caching library for Python requests
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user