Tue Apr 26 18:36:41 2022 UTC ()
py-cachelib: updated to 0.6.0

Version 0.6.0
-------------
- A custom ``hash_method`` may now be provided to ``FileSystemCache`` for
  hashing keys.
- Fix ``PermissionError`` issue with ``FileSystemCache`` on Windows.


(adam)
diff -r1.6 -r1.7 pkgsrc/devel/py-cachelib/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/py-cachelib/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-cachelib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-cachelib/Makefile 2022/01/04 20:52:55 1.6
+++ pkgsrc/devel/py-cachelib/Makefile 2022/04/26 18:36:40 1.7
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2022/01/04 20:52:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2022/04/26 18:36:40 adam Exp $
2 2
3DISTNAME= cachelib-0.5.0 3DISTNAME= cachelib-0.6.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel python 5CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=c/cachelib/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cachelib/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/pallets/cachelib 9HOMEPAGE= https://github.com/pallets/cachelib
11COMMENT= Collection of cache libraries in the same API interface 10COMMENT= Collection of cache libraries in the same API interface
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14TEST_DEPENDS+= ${PYPKGPREFIX}-redis>=3.5.3:../../databases/py-redis 13TEST_DEPENDS+= ${PYPKGPREFIX}-redis>=3.5.3:../../databases/py-redis
15TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.4:../../devel/py-test 14TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.4:../../devel/py-test
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-xprocess>=0.17.1:../../devel/py-test-xprocess 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-xprocess>=0.17.1:../../devel/py-test-xprocess
17TEST_DEPENDS+= ${PYPKGPREFIX}-uwsgi>=2.0.19.1:../../www/py-uwsgi 16TEST_DEPENDS+= ${PYPKGPREFIX}-uwsgi>=2.0.19.1:../../www/py-uwsgi
18 17

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-cachelib/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-cachelib/distinfo 2022/01/03 07:43:22 1.7
+++ pkgsrc/devel/py-cachelib/distinfo 2022/04/26 18:36:40 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2022/01/03 07:43:22 adam Exp $ 1$NetBSD: distinfo,v 1.8 2022/04/26 18:36:40 adam Exp $
2 2
3BLAKE2s (cachelib-0.5.0.tar.gz) = 5c184eeabc40d3e5912af0120d183343652fe57866d496f153e60dca9dfaa2c5 3BLAKE2s (cachelib-0.6.0.tar.gz) = 255da6a42f2f73aa31a02f998944be4f7b241132e8f95727c313ed6acf523c71
4SHA512 (cachelib-0.5.0.tar.gz) = 1b942e654cf334755fe130a913504d6b46dbb1e6aef3df33cb295ded7e47b1ed461b68653d8bc8ffe85cff6fc82a382df82b97302ff191e184e953d837a02cdd 4SHA512 (cachelib-0.6.0.tar.gz) = a828b6a9e425efcfbae46c148f1f56fd6f4df2ce37ed72b90fc4c3ea9edec1273aa2f2e1f9ad59fad30d1b8e37d6794176b85a7b5afb2b65264bd992dfc5c4f6
5Size (cachelib-0.5.0.tar.gz) = 21173 bytes 5Size (cachelib-0.6.0.tar.gz) = 21842 bytes