forked from pool/python-CacheControl
Accepting request 1143810 from devel:languages:python
- update to 0.14.0: * Explicitly allow pathlib.Path as a type for FileCache.directory. * Drop support for Python 3.7. Python 3.8 is now the minimum version. * Don't use the cache to return a full response if a request has a Range header. OBS-URL: https://build.opensuse.org/request/show/1143810 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CacheControl?expand=0&rev=15
This commit is contained in:
commit
3375c40f93
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d385996b1874b7a12b34bf4735bd1df6cec3abed83252e0fc7095c9bfb5f7e0a
|
|
||||||
size 43688
|
|
BIN
cachecontrol-0.14.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
cachecontrol-0.14.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 3 13:34:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.14.0:
|
||||||
|
* Explicitly allow pathlib.Path as a type for
|
||||||
|
FileCache.directory.
|
||||||
|
* Drop support for Python 3.7. Python 3.8 is now the minimum
|
||||||
|
version.
|
||||||
|
* Don't use the cache to return a full response if a request
|
||||||
|
has a Range header.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 29 11:48:07 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
Fri Dec 29 11:48:07 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-CacheControl
|
# spec file for package python-CacheControl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-CacheControl
|
Name: python-CacheControl
|
||||||
Version: 0.13.1
|
Version: 0.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Caching library for Python requests
|
Summary: Caching library for Python requests
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -35,7 +35,7 @@ Requires: python-msgpack >= 0.5.2
|
|||||||
Requires: python-requests >= 2.16.0
|
Requires: python-requests >= 2.16.0
|
||||||
Provides: python-cachecontrol = %{version}-%{release}
|
Provides: python-cachecontrol = %{version}-%{release}
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Recommends: python-filelock >= 3.8.0
|
Recommends: python-filelock >= 3.8.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user