From 1083dbdd84b258e9b401f42b180696cb0a7255df7c6737955fae63ac7d896ac4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 3 Feb 2024 13:34:46 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-CacheControl?expand=0&rev=32 --- cachecontrol-0.13.1.tar.gz | 3 --- cachecontrol-0.14.0.tar.gz | 3 +++ python-CacheControl.changes | 11 +++++++++++ python-CacheControl.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 cachecontrol-0.13.1.tar.gz create mode 100644 cachecontrol-0.14.0.tar.gz diff --git a/cachecontrol-0.13.1.tar.gz b/cachecontrol-0.13.1.tar.gz deleted file mode 100644 index d746439..0000000 --- a/cachecontrol-0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d385996b1874b7a12b34bf4735bd1df6cec3abed83252e0fc7095c9bfb5f7e0a -size 43688 diff --git a/cachecontrol-0.14.0.tar.gz b/cachecontrol-0.14.0.tar.gz new file mode 100644 index 0000000..e3cdab6 --- /dev/null +++ b/cachecontrol-0.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159f4341e015d11b16de5b9f86e207cff753d6080642671f4cd09717e34a12a0 +size 43598 diff --git a/python-CacheControl.changes b/python-CacheControl.changes index 75ce2c2..c74ed75 100644 --- a/python-CacheControl.changes +++ b/python-CacheControl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Feb 3 13:34:32 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-CacheControl.spec b/python-CacheControl.spec index 4462186..588d2f8 100644 --- a/python-CacheControl.spec +++ b/python-CacheControl.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-CacheControl -Version: 0.13.1 +Version: 0.14.0 Release: 0 Summary: Caching library for Python requests License: Apache-2.0 @@ -35,7 +35,7 @@ Requires: python-msgpack >= 0.5.2 Requires: python-requests >= 2.16.0 Provides: python-cachecontrol = %{version}-%{release} Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Recommends: python-filelock >= 3.8.0 BuildArch: noarch # SECTION test requirements