pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-dogpile-cache



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May  5 19:51:22 UTC 2023

Modified Files:
        pkgsrc/devel/py-dogpile-cache: Makefile distinfo

Log Message:
py-dogpile-cache: updated to 1.2.0

1.2.0

[feature] [region]
Added new construct api.CantDeserializeException which can be raised by user-defined deserializer functions which would be passed to CacheRegion.deserializer, to indicate a cache value that can’t be 
deserialized and therefore should be regenerated. This can allow an application that’s been updated to gracefully re-cache old items that were persisted from a previous version of the application. 
Pull request courtesy Simon Hewitt.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-dogpile-cache/Makefile \
    pkgsrc/devel/py-dogpile-cache/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-dogpile-cache/Makefile
diff -u pkgsrc/devel/py-dogpile-cache/Makefile:1.10 pkgsrc/devel/py-dogpile-cache/Makefile:1.11
--- pkgsrc/devel/py-dogpile-cache/Makefile:1.10 Sun Apr 23 10:56:24 2023
+++ pkgsrc/devel/py-dogpile-cache/Makefile      Fri May  5 19:51:22 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/04/23 10:56:24 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/05/05 19:51:22 adam Exp $
 
-DISTNAME=      dogpile.cache-1.1.8
+DISTNAME=      dogpile.cache-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/./-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dogpile.cache/}
Index: pkgsrc/devel/py-dogpile-cache/distinfo
diff -u pkgsrc/devel/py-dogpile-cache/distinfo:1.10 pkgsrc/devel/py-dogpile-cache/distinfo:1.11
--- pkgsrc/devel/py-dogpile-cache/distinfo:1.10 Sun Apr 23 10:56:24 2023
+++ pkgsrc/devel/py-dogpile-cache/distinfo      Fri May  5 19:51:22 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/04/23 10:56:24 adam Exp $
+$NetBSD: distinfo,v 1.11 2023/05/05 19:51:22 adam Exp $
 
-BLAKE2s (dogpile.cache-1.1.8.tar.gz) = 2272ec37a61be34e03c56391f090560853dd25b1274e66f651c5cadbdeea5803
-SHA512 (dogpile.cache-1.1.8.tar.gz) = 2bacc111e17ecc706b3389f5c40ded888cc893f6d01c34a4e1e0d8d94c4592369b0c283aa80eb6ebec90dde7a89fd3b7fb9bbcbdd8010f90ad7de4501db13ace
-Size (dogpile.cache-1.1.8.tar.gz) = 394499 bytes
+BLAKE2s (dogpile.cache-1.2.0.tar.gz) = d4ebfbc5c85ebc5b1d0acc40a3368562c1cf1028d63b44d69efaa75adbde197d
+SHA512 (dogpile.cache-1.2.0.tar.gz) = a97b851bd9c541004d701e4564cc641e479d40ab60aa08a48c4617f42ee444cf19e4d7551b76ecbfc16ceef1097d3334d15bd1d0a9b3b6ad15ed4e17149e0864
+Size (dogpile.cache-1.2.0.tar.gz) = 258021 bytes



Home | Main Index | Thread Index | Old Index