forked from pool/python-CacheControl
Compare commits
20 Commits
Author | SHA256 | Date | |
---|---|---|---|
3ba3dc9b96 | |||
f1a14bccaf | |||
94680e4b26 | |||
0050043f60 | |||
049e12ad02 | |||
3d42a33257 | |||
3375c40f93 | |||
c94ed7ed59 | |||
200d731b07 | |||
d1b1ce1cd6 | |||
c066ac73f3 | |||
6222a330c7 | |||
9ff6c31418 | |||
e7ea844acf | |||
bac775b395 | |||
6d4d59fe36 | |||
95e26f1c54 | |||
cc7acbac7c | |||
1b6d677b9b | |||
d0a04bb6ed |
BIN
cachecontrol-0.14.0.tar.gz
(Stored with Git LFS)
BIN
cachecontrol-0.14.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
cachecontrol-0.14.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
cachecontrol-0.14.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 6 08:53:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.14.3
|
||||||
|
* Drop support for Python 3.8.
|
||||||
|
- Update BuildRequires from pyproject.toml
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Feb 3 13:34:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-CacheControl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-CacheControl
|
Name: python-CacheControl
|
||||||
Version: 0.14.0
|
Version: 0.14.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Caching library for Python requests
|
Summary: Caching library for Python requests
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/psf/cachecontrol
|
URL: https://github.com/psf/cachecontrol
|
||||||
Source: https://github.com/psf/cachecontrol/archive/v%{version}.tar.gz#/cachecontrol-%{version}.tar.gz
|
Source: https://github.com/psf/cachecontrol/archive/v%{version}.tar.gz#/cachecontrol-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module flit-core >= 3.2}
|
BuildRequires: %{python_module flit-core >= 3.11}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
Reference in New Issue
Block a user