Subject: CVS commit: pkgsrc/www/py-flask-session
From: Adam Ciarcinski
Date: 2024-01-19 23:00:32
Message id: 20240119220032.31784FA42@cvs.NetBSD.org

Log Message:
py-flask-session: updated to 0.6.0

0.6.0
- Use ``should_set_cookie`` for preventing each request from saving the session \ 
again.
- Permanent session otherwise empty will not be saved.
- Use `secrets` module to generate session identifiers, with 256 bits of
  entropy (was previously 122).
- Explicitly name support for python-memcached, pylibmc and pymemcache.
- Introduce SESSION_KEY_LENGTH to control the length of the session key in \ 
bytes, default is 32.
- Fix pymongo 4.0 compatibility.
- Fix expiry is None bug in SQLAlchemy.
- Fix bug when existing SQLAlchemy db instance.
- Support SQLAlchemy SESSION_SQLALCHEMY_SEQUENCE, SESSION_SQLALCHEMY_SCHEMA and \ 
SESSION_SQLALCHEMY_BINDKEY
- Drop support for Redis < 2.6.12.
- Fix empty sessions being saved.
- Support Flask 3.0 and Werkzeug 3.0

Files:
RevisionActionfile
1.6modifypkgsrc/www/py-flask-session/Makefile
1.4modifypkgsrc/www/py-flask-session/distinfo