From f031f9e16728722f8bef46d8034cf54c69f86142b952c01a52a157bc4d88e546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 23 Jan 2025 12:54:28 +0000 Subject: [PATCH] Accepting request 1239795 from home:glaubitz:branches:devel:languages:python - Update to 0.14.2 * Eliminate a race condition when overwriting cache entries. * Fix a requests object leak when doing caching on a streamed response. OBS-URL: https://build.opensuse.org/request/show/1239795 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=36 --- cachecontrol-0.14.1.tar.gz | 3 --- cachecontrol-0.14.2.tar.gz | 3 +++ python-CacheControl.changes | 8 ++++++++ python-CacheControl.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 cachecontrol-0.14.1.tar.gz create mode 100644 cachecontrol-0.14.2.tar.gz diff --git a/cachecontrol-0.14.1.tar.gz b/cachecontrol-0.14.1.tar.gz deleted file mode 100644 index d945ac0..0000000 --- a/cachecontrol-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:012e5eb94b9a0b7261572f07675f8f0cb78723e37e4c79ddd5f4e1e6ba413834 -size 43724 diff --git a/cachecontrol-0.14.2.tar.gz b/cachecontrol-0.14.2.tar.gz new file mode 100644 index 0000000..9124a53 --- /dev/null +++ b/cachecontrol-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48de68bd56ae1e850183040aa0e7d177416e2bf37442201fa11dfa725047de5e +size 44224 diff --git a/python-CacheControl.changes b/python-CacheControl.changes index 75888a7..8a6baee 100644 --- a/python-CacheControl.changes +++ b/python-CacheControl.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 23 10:21:12 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.14.2 + * Eliminate a race condition when overwriting cache entries. + * Fix a requests object leak when doing caching on a streamed + response. + ------------------------------------------------------------------- Sun Nov 10 21:34:23 UTC 2024 - Dirk Müller diff --git a/python-CacheControl.spec b/python-CacheControl.spec index 3921ad6..5e6feb2 100644 --- a/python-CacheControl.spec +++ b/python-CacheControl.spec @@ -1,7 +1,7 @@ # # spec file for package python-CacheControl # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-CacheControl -Version: 0.14.1 +Version: 0.14.2 Release: 0 Summary: Caching library for Python requests License: Apache-2.0