From 9b3ac309cae10336aaf67828863677aa1ceb4af90aefb04c5f6713e057520693 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Sep 2023 15:59:38 +0000 Subject: [PATCH] - update to 5.6.3: * Fix peek when value is so large that a file is used OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-diskcache?expand=0&rev=22 --- diskcache-5.6.1.tar.gz | 3 --- diskcache-5.6.3.tar.gz | 3 +++ python-diskcache.changes | 6 ++++++ python-diskcache.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 diskcache-5.6.1.tar.gz create mode 100644 diskcache-5.6.3.tar.gz diff --git a/diskcache-5.6.1.tar.gz b/diskcache-5.6.1.tar.gz deleted file mode 100644 index a76cfdd..0000000 --- a/diskcache-5.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:142328d42c620bd426354d379ba18fb92c3037588cfec7ac2995549b4a0fd1f4 -size 655959 diff --git a/diskcache-5.6.3.tar.gz b/diskcache-5.6.3.tar.gz new file mode 100644 index 0000000..eab2e31 --- /dev/null +++ b/diskcache-5.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd01a006c60c68171571da77d905878bacc2103a8e0ade55dcda26271ea2bb3 +size 655441 diff --git a/python-diskcache.changes b/python-diskcache.changes index 70d2cfc..887c10e 100644 --- a/python-diskcache.changes +++ b/python-diskcache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 4 15:58:51 UTC 2023 - Dirk Müller + +- update to 5.6.3: + * Fix peek when value is so large that a file is used + ------------------------------------------------------------------- Wed Apr 26 06:24:33 UTC 2023 - Dirk Müller diff --git a/python-diskcache.spec b/python-diskcache.spec index 0a883bc..dd34413 100644 --- a/python-diskcache.spec +++ b/python-diskcache.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-diskcache -Version: 5.6.1 +Version: 5.6.3 Release: 0 Summary: Disk and file backed cache License: Apache-2.0