1
0

Accepting request 992331 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/992331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CacheControl?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2022-08-03 19:16:28 +00:00 committed by Git OBS Bridge
commit 6222a330c7
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc8bc1ecc67ac2946b79a6a79da57c8ad510517787afd3db997ca0d432e56e3d
size 39944

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06f9ad43ed6bb9ed23883fda838bacada949a00dc557e7f41aecbd19787efdcf
size 41338

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> Sat Dec 4 21:10:51 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

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