From 9b90ee38c6aa033a7fdf3de554af5f04a2d72607 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Apr 2023 03:41:48 +0000 Subject: automatic import of python-diskcache --- .gitignore | 1 + python-diskcache.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 54fe90f..d4f3870 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 5.4.0-1 +* Fri Apr 21 2023 Python_Bot - 5.6.1-1 - Package Spec generated diff --git a/sources b/sources index db53fce..cabc374 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2fb9349bd1cf5f214b5f6eee273e7b41 diskcache-5.4.0.tar.gz +aa783716501cb4c4e96e3f687d8656f5 diskcache-5.6.1.tar.gz -- cgit v1.2.3