From 6cac4b2c94a4fc798c46ee7318abc7d253cf66a9c8a5790ed7a39679cd85a918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 2 Aug 2022 13:26:59 +0000 Subject: [PATCH] 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 --- CacheControl-0.12.10.tar.gz | 3 --- CacheControl-0.12.11.tar.gz | 3 +++ python-CacheControl.changes | 8 ++++++++ python-CacheControl.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 CacheControl-0.12.10.tar.gz create mode 100644 CacheControl-0.12.11.tar.gz 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