1
0

Compare commits

...

4 Commits

Author SHA256 Message Date
94680e4b26 Accepting request 1239862 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CacheControl?expand=0&rev=17
2025-01-24 12:38:49 +00:00
0050043f60 - 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/package/show/devel:languages:python/python-CacheControl?expand=0&rev=36
2025-01-23 12:54:28 +00:00
Ana Guerrero
049e12ad02 Accepting request 1223203 from devel:languages:python
- update to 0.14.1:
  * Drop support for Python 3.8.
  * Explicitly support Python 3.13.

OBS-URL: https://build.opensuse.org/request/show/1223203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CacheControl?expand=0&rev=16
2024-11-12 18:19:41 +00:00
3d42a33257 - update to 0.14.1:
* Drop support for Python 3.8.
  * Explicitly support Python 3.13.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CacheControl?expand=0&rev=34
2024-11-10 21:34:33 +00:00
4 changed files with 20 additions and 5 deletions

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

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48de68bd56ae1e850183040aa0e7d177416e2bf37442201fa11dfa725047de5e
size 44224

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