From 129b5873d49e28a88fd9eb510a29d08795f5bd8ab52c68d53d8568c45cfd6140 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 8 Sep 2024 13:00:31 +0000 Subject: [PATCH] - update to 0.0.30: * Fix cache update on revalidation response with content (rfc9111 section 4.3.3) * Fix request extensions that were not passed into revalidation request for transport-based implementation (but were * passed for the pool-based impl) (#247). * Add `cache_private` property to the controller to support acting as shared cache. * Improve efficiency of scanning cached responses in `FileStorage` by reducing number of syscalls. * Add `remove` support for storages OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hishel?expand=0&rev=7 --- hishel-0.0.29.tar.gz | 3 --- hishel-0.0.30.tar.gz | 3 +++ python-hishel.changes | 15 +++++++++++++++ python-hishel.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 hishel-0.0.29.tar.gz create mode 100644 hishel-0.0.30.tar.gz diff --git a/hishel-0.0.29.tar.gz b/hishel-0.0.29.tar.gz deleted file mode 100644 index 4aa62b0..0000000 --- a/hishel-0.0.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de6ee9aa732862aa75761f6116e0b11625a48e46bff3e9bd90cb3ab8ee98564e -size 828680 diff --git a/hishel-0.0.30.tar.gz b/hishel-0.0.30.tar.gz new file mode 100644 index 0000000..861116c --- /dev/null +++ b/hishel-0.0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439238d2d35fc3c3430de965bb43d97a3875da9c6998381eb968f86552625265 +size 832978 diff --git a/python-hishel.changes b/python-hishel.changes index ef8abd5..d9c33c8 100644 --- a/python-hishel.changes +++ b/python-hishel.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Sep 8 12:59:50 UTC 2024 - Dirk Müller + +- update to 0.0.30: + * Fix cache update on revalidation response with content + (rfc9111 section 4.3.3) + * Fix request extensions that were not passed into revalidation + request for transport-based implementation (but were + * passed for the pool-based impl) (#247). + * Add `cache_private` property to the controller to support + acting as shared cache. + * Improve efficiency of scanning cached responses in + `FileStorage` by reducing number of syscalls. + * Add `remove` support for storages + ------------------------------------------------------------------- Tue Aug 20 12:52:55 UTC 2024 - Andreas Schneider diff --git a/python-hishel.spec b/python-hishel.spec index 09c4794..e117b7c 100644 --- a/python-hishel.spec +++ b/python-hishel.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-hishel -Version: 0.0.29 +Version: 0.0.30 Release: 0 Summary: Persistent cache implementation for httpx and httpcore License: BSD-3-Clause