[BACK]Return to PLIST CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / py-flask-caching

File: [cvs.NetBSD.org] / pkgsrc / www / py-flask-caching / PLIST (download)

Revision 1.4, Sat Mar 21 08:55:14 2020 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.3: +1 -4 lines

py-flask-caching: updated to 1.8.0

Version 1.8.0
- **BREAKING:** Removed support for Python 2. Python 3.5 and upwards are
  supported as of now.
- Add option to specify if ``None`` is a cached value or not.
- Allow to use ``__caching_id__`` rather than ``__repr__`` as an object
  caching key.
- The RedisCache backend now support generating the key_prefix via a callable.
- Emit a warning if the ``CACHE_TYPE`` is set to ``filesystem`` but no
  ``CACHE_DIR`` is set.
- Fixes Google App Engine Memcache backend.
- Various documentation updates and fixes.

@comment $NetBSD: PLIST,v 1.4 2020/03/21 08:55:14 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/flask_caching/__init__.py
${PYSITELIB}/flask_caching/__init__.pyc
${PYSITELIB}/flask_caching/__init__.pyo
${PYSITELIB}/flask_caching/backends/__init__.py
${PYSITELIB}/flask_caching/backends/__init__.pyc
${PYSITELIB}/flask_caching/backends/__init__.pyo
${PYSITELIB}/flask_caching/backends/base.py
${PYSITELIB}/flask_caching/backends/base.pyc
${PYSITELIB}/flask_caching/backends/base.pyo
${PYSITELIB}/flask_caching/backends/filesystem.py
${PYSITELIB}/flask_caching/backends/filesystem.pyc
${PYSITELIB}/flask_caching/backends/filesystem.pyo
${PYSITELIB}/flask_caching/backends/memcache.py
${PYSITELIB}/flask_caching/backends/memcache.pyc
${PYSITELIB}/flask_caching/backends/memcache.pyo
${PYSITELIB}/flask_caching/backends/null.py
${PYSITELIB}/flask_caching/backends/null.pyc
${PYSITELIB}/flask_caching/backends/null.pyo
${PYSITELIB}/flask_caching/backends/rediscache.py
${PYSITELIB}/flask_caching/backends/rediscache.pyc
${PYSITELIB}/flask_caching/backends/rediscache.pyo
${PYSITELIB}/flask_caching/backends/simple.py
${PYSITELIB}/flask_caching/backends/simple.pyc
${PYSITELIB}/flask_caching/backends/simple.pyo
${PYSITELIB}/flask_caching/backends/uwsgicache.py
${PYSITELIB}/flask_caching/backends/uwsgicache.pyc
${PYSITELIB}/flask_caching/backends/uwsgicache.pyo
${PYSITELIB}/flask_caching/jinja2ext.py
${PYSITELIB}/flask_caching/jinja2ext.pyc
${PYSITELIB}/flask_caching/jinja2ext.pyo