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:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-CacheControl
|
||||
Version: 0.12.10
|
||||
Version: 0.12.11
|
||||
Release: 0
|
||||
Summary: Caching library for Python requests
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user