pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-flask-caching py-flask-caching: updated to 1.10.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/19220703965f
branches: trunk
changeset: 378384:19220703965f
user: adam <adam%pkgsrc.org@localhost>
date: Mon May 02 19:02:25 2022 +0000
description:
py-flask-caching: updated to 1.10.1
Version 1.10.1
--------------
- A ``GoogleCloudStorageCache`` backend has been added to the user contributed
caching backends.
- Fix a regression introduced in the last release which broke all applications
subclassing the ``Cache`` class.
- Add test_generic_get_bytes test case.
- Various improvements and fixes.
diffstat:
www/py-flask-caching/Makefile | 5 ++---
www/py-flask-caching/PLIST | 5 ++++-
www/py-flask-caching/distinfo | 8 ++++----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 005c4f5570e5 -r 19220703965f www/py-flask-caching/Makefile
--- a/www/py-flask-caching/Makefile Mon May 02 18:59:24 2022 +0000
+++ b/www/py-flask-caching/Makefile Mon May 02 19:02:25 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/01/04 20:55:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/05/02 19:02:25 adam Exp $
-DISTNAME= Flask-Caching-1.10.0
+DISTNAME= Flask-Caching-1.10.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Caching/}
diff -r 005c4f5570e5 -r 19220703965f www/py-flask-caching/PLIST
--- a/www/py-flask-caching/PLIST Mon May 02 18:59:24 2022 +0000
+++ b/www/py-flask-caching/PLIST Mon May 02 19:02:25 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/03/08 20:09:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/05/02 19:02:25 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -35,6 +35,9 @@
${PYSITELIB}/flask_caching/contrib/__init__.py
${PYSITELIB}/flask_caching/contrib/__init__.pyc
${PYSITELIB}/flask_caching/contrib/__init__.pyo
+${PYSITELIB}/flask_caching/contrib/googlecloudstoragecache.py
+${PYSITELIB}/flask_caching/contrib/googlecloudstoragecache.pyc
+${PYSITELIB}/flask_caching/contrib/googlecloudstoragecache.pyo
${PYSITELIB}/flask_caching/contrib/uwsgicache.py
${PYSITELIB}/flask_caching/contrib/uwsgicache.pyc
${PYSITELIB}/flask_caching/contrib/uwsgicache.pyo
diff -r 005c4f5570e5 -r 19220703965f www/py-flask-caching/distinfo
--- a/www/py-flask-caching/distinfo Mon May 02 18:59:24 2022 +0000
+++ b/www/py-flask-caching/distinfo Mon May 02 19:02:25 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:30:37 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/05/02 19:02:25 adam Exp $
-BLAKE2s (Flask-Caching-1.10.0.tar.gz) = 5c3ccff3171732d45678b89319417519bf4f1462e8cad8479a2b1c6cbd36b071
-SHA512 (Flask-Caching-1.10.0.tar.gz) = cb52ab39fc0b887366b9be6759a638f71ae8fabbe553db4c567f27c8f150ce98d5b687eac805ef78c8e92f2d0f6243dbbe8863c610aa42cda14d0946590fc948
-Size (Flask-Caching-1.10.0.tar.gz) = 74740 bytes
+BLAKE2s (Flask-Caching-1.10.1.tar.gz) = d5504d8e8996c7399e7c10f9bd65c43328e18a5d3a88cfaf46046d617a468b4c
+SHA512 (Flask-Caching-1.10.1.tar.gz) = 387e4028eab59f45b4c85bf40b4b0d9d1f0f58c2825a212842ae4951f197d6dcf671442a4403518d20fd9807718d1cb1a326cf887a39b72688a8f8b8f1b6cd78
+Size (Flask-Caching-1.10.1.tar.gz) = 76850 bytes
Home |
Main Index |
Thread Index |
Old Index