Sync from SUSE:SLFO:Main python-CacheControl revision 7bfc0ea45c27d8ba5c8013610fc94e58

This commit is contained in:
2025-05-13 19:43:19 +02:00
parent ab49eb1276
commit 2b7e1a5f81
4 changed files with 20 additions and 5 deletions

BIN
cachecontrol-0.14.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
cachecontrol-0.14.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 23 10:21:12 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>
- update to 0.14.1:
* Drop support for Python 3.8.
* Explicitly support Python 3.13.
-------------------------------------------------------------------
Sat Feb 3 13:34:32 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -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.0
Version: 0.14.2
Release: 0
Summary: Caching library for Python requests
License: Apache-2.0