summaryrefslogtreecommitdiff
path: root/python-diskcache.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-diskcache.spec')
-rw-r--r--python-diskcache.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/python-diskcache.spec b/python-diskcache.spec
index 880bc57..56e23db 100644
--- a/python-diskcache.spec
+++ b/python-diskcache.spec
@@ -1,18 +1,18 @@
%global _empty_manifest_terminate_build 0
Name: python-diskcache
-Version: 5.4.0
+Version: 5.6.1
Release: 1
Summary: Disk Cache -- Disk and file backed persistent cache.
License: Apache 2.0
URL: http://www.grantjenks.com/docs/diskcache/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c7/34/d23a9bc5b2a84917879b977f00fdb97a7700b186a32bf7b0cf5f29f4c2d9/diskcache-5.4.0.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7b/65/5d93ced326fe943ca8970848fd0522be81868a9afa169a22fd19cd737d5c/diskcache-5.6.1.tar.gz
BuildArch: noarch
%description
`DiskCache`_ is an Apache2 licensed disk and file backed cache library, written
in pure-Python, and compatible with Django.
-The cloud-based computing of 2021 puts a premium on memory. Gigabytes of empty
+The cloud-based computing of 2023 puts a premium on memory. Gigabytes of empty
space is left on disks as processes vie for memory. Among these processes is
Memcached (and sometimes Redis) which is used as a cache. Wouldn't it be nice
to leverage empty disk space for caching?
@@ -50,7 +50,7 @@ BuildRequires: python3-pip
%description -n python3-diskcache
`DiskCache`_ is an Apache2 licensed disk and file backed cache library, written
in pure-Python, and compatible with Django.
-The cloud-based computing of 2021 puts a premium on memory. Gigabytes of empty
+The cloud-based computing of 2023 puts a premium on memory. Gigabytes of empty
space is left on disks as processes vie for memory. Among these processes is
Memcached (and sometimes Redis) which is used as a cache. Wouldn't it be nice
to leverage empty disk space for caching?
@@ -85,7 +85,7 @@ Provides: python3-diskcache-doc
%description help
`DiskCache`_ is an Apache2 licensed disk and file backed cache library, written
in pure-Python, and compatible with Django.
-The cloud-based computing of 2021 puts a premium on memory. Gigabytes of empty
+The cloud-based computing of 2023 puts a premium on memory. Gigabytes of empty
space is left on disks as processes vie for memory. Among these processes is
Memcached (and sometimes Redis) which is used as a cache. Wouldn't it be nice
to leverage empty disk space for caching?
@@ -115,7 +115,7 @@ need for a C compiler or running another process. Performance is a feature and
testing has 100% coverage with unit tests and hours of stress.
%prep
-%autosetup -n diskcache-5.4.0
+%autosetup -n diskcache-5.6.1
%build
%py3_build
@@ -155,5 +155,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 5.4.0-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 5.6.1-1
- Package Spec generated