pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-caching



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May  2 19:02:25 UTC 2022

Modified Files:
        pkgsrc/www/py-flask-caching: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-flask-caching/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-flask-caching/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-flask-caching/distinfo

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

Modified files:

Index: pkgsrc/www/py-flask-caching/Makefile
diff -u pkgsrc/www/py-flask-caching/Makefile:1.9 pkgsrc/www/py-flask-caching/Makefile:1.10
--- pkgsrc/www/py-flask-caching/Makefile:1.9    Tue Jan  4 20:55:25 2022
+++ pkgsrc/www/py-flask-caching/Makefile        Mon May  2 19:02:25 2022
@@ -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/}
 

Index: pkgsrc/www/py-flask-caching/PLIST
diff -u pkgsrc/www/py-flask-caching/PLIST:1.6 pkgsrc/www/py-flask-caching/PLIST:1.7
--- pkgsrc/www/py-flask-caching/PLIST:1.6       Mon Mar  8 20:09:38 2021
+++ pkgsrc/www/py-flask-caching/PLIST   Mon May  2 19:02:25 2022
@@ -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/backends/uwsg
 ${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

Index: pkgsrc/www/py-flask-caching/distinfo
diff -u pkgsrc/www/py-flask-caching/distinfo:1.10 pkgsrc/www/py-flask-caching/distinfo:1.11
--- pkgsrc/www/py-flask-caching/distinfo:1.10   Tue Oct 26 11:30:37 2021
+++ pkgsrc/www/py-flask-caching/distinfo        Mon May  2 19:02:25 2022
@@ -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