Path to this page:
./
www/py-flask-caching,
Caching support to your Flask application
Branch: CURRENT,
Version: 2.3.1nb1,
Package name: py312-flask-caching-2.3.1nb1,
Maintainer: pkgsrc-usersThis is a fork of the Flask-Cache extension. Adds easy cache support to Flask.
Required to run:[
devel/py-setuptools] [
www/py-flask] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 65.977 KB
Version history: (Expand)
- (2025-03-05) Updated to version: py312-flask-caching-2.3.1nb1
- (2025-02-24) Updated to version: py312-flask-caching-2.3.1
- (2024-11-11) Updated to version: py312-flask-caching-2.3.0
- (2024-05-10) Updated to version: py311-flask-caching-2.3.0
- (2024-04-30) Updated to version: py311-flask-caching-2.2.0
- (2024-01-20) Updated to version: py311-flask-caching-2.1.0
CVS history: (Expand)
2025-03-05 11:51:01 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-flask-caching: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
|
2025-02-24 08:13:51 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-caching: updated to 2.3.1
2.3.1
Relax cachelib version to allow latest releases
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-05-10 13:16:03 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-caching: updated to 2.3.0
2.3.0
Unknown changes
|
2024-04-30 21:42:43 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-flask-caching: updated to 2.2.0
Version 2.2.0
Drop python 3.7 support
python 3.11 officially supported
Fix issue causing args_to_ignore to not work with flask_caching.Cache.memoize \
decorator when keyword arguments were used in the decorated function call
|
2024-01-19 23:11:47 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-flask-caching: updated to 2.1.0
Version 2.1.0
fix type signature in flask_caching.utils.make_template_fragment_key.
Added docs and example for make_cache_key
support Flask 3
Version 2.0.2
fix issue with boto3 dependencie due to latest cachelib released
migrate flask_caching.backends.RedisCluster dependency from redis-py-cluster to \
redis-py
bug fix: make the make_cache_key attributed of decorated view functions writeable.
Version 2.0.1
Relax dependency pin to allow Flask 2.x.x
Version 2.0.0
fix bug where flask_caching.backends.RedisSentinelCache.get_many would query \
wrong host&port combination.
Remove flask_caching.backends.FileSystemCache method overrides. It now shares \
100% of cachelib.FileSystemCache API and is fully compatible. Functionality \
relient on implementation details of said overrides from older releases might \
not work anymore.
Add proxy to underlaying has method of cache clients.
flask_caching.backends.FileSystemCache now stores timestamps in a universal \
(non-frammed) way following the lastest version of cachelib.FileSystemCache. The \
change also reduces overhead from 17 bytes (via previous method using pickle) to \
4 bytes (using python's struct). This, however, will break compatibily since \
older timestamps are serialized with a different strategy.
|
2022-05-02 21:02:25 by Adam Ciarcinski | Files touched by this commit (3) |  |
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.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|