diff --git a/CacheControl-0.12.10.tar.gz b/CacheControl-0.12.10.tar.gz deleted file mode 100644 index df2806c..0000000 --- a/CacheControl-0.12.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc8bc1ecc67ac2946b79a6a79da57c8ad510517787afd3db997ca0d432e56e3d -size 39944 diff --git a/CacheControl-0.12.11.tar.gz b/CacheControl-0.12.11.tar.gz new file mode 100644 index 0000000..ee9439b --- /dev/null +++ b/CacheControl-0.12.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f9ad43ed6bb9ed23883fda838bacada949a00dc557e7f41aecbd19787efdcf +size 41338 diff --git a/python-CacheControl.changes b/python-CacheControl.changes index f19e092..f88bc45 100644 --- a/python-CacheControl.changes +++ b/python-CacheControl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Aug 2 10:26:39 UTC 2022 - Otto Hollmann + +- 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 diff --git a/python-CacheControl.spec b/python-CacheControl.spec index b9db56c..c6167c3 100644 --- a/python-CacheControl.spec +++ b/python-CacheControl.spec @@ -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