diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:41:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:41:48 +0000 |
commit | 9b90ee38c6aa033a7fdf3de554af5f04a2d72607 (patch) | |
tree | d595158b3fee039509883fcacc78c298272115e0 | |
parent | a2770923c89c737f019e5781b48ed67f6656356c (diff) |
automatic import of python-diskcacheopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-diskcache.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /diskcache-5.4.0.tar.gz +/diskcache-5.6.1.tar.gz 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 @@ -1 +1 @@ -2fb9349bd1cf5f214b5f6eee273e7b41 diskcache-5.4.0.tar.gz +aa783716501cb4c4e96e3f687d8656f5 diskcache-5.6.1.tar.gz |