Index: head/www/py-beaker/Makefile =================================================================== --- head/www/py-beaker/Makefile (revision 493608) +++ head/www/py-beaker/Makefile (revision 493609) @@ -1,27 +1,27 @@ # Created by: Dryice Liu # $FreeBSD$ PORTNAME= beaker -PORTVERSION= 1.10.0 -PORTREVISION= 1 +PORTVERSION= 1.10.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Beaker-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Session and Caching library with WSGI Middleware LICENSE= BSD3CLAUSE USES= python USE_PYTHON= autoplist distutils + NO_ARCH= yes .include .if ${PYTHON_REL} <= 3200 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}funcsigs>=1.0.2:devel/py-funcsigs@${PY_FLAVOR} .endif .include Index: head/www/py-beaker/distinfo =================================================================== --- head/www/py-beaker/distinfo (revision 493608) +++ head/www/py-beaker/distinfo (revision 493609) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528202937 -SHA256 (Beaker-1.10.0.tar.gz) = 6072892918225f5a055413082f2ff285f3ebca6a3873a0d6e163253ba83f0450 -SIZE (Beaker-1.10.0.tar.gz) = 41024 +TIMESTAMP = 1550853456 +SHA256 (Beaker-1.10.1.tar.gz) = 8eb05d9f7362dc5840b188ac7fff6146b41dceb000deab58a07e9c8da893ed9b +SIZE (Beaker-1.10.1.tar.gz) = 40485 Index: head/www/py-beaker/pkg-descr =================================================================== --- head/www/py-beaker/pkg-descr (revision 493608) +++ head/www/py-beaker/pkg-descr (revision 493609) @@ -1,23 +1,23 @@ Beaker is built on code from the package MyghtyUtils, originally used in the Myghty project. It implements a full set of cache functionality along with sessions that can utilize the caches. Beaker includes Cache and Session WSGI middleware to ease integration with WSGI capable frameworks, and is automatically used by Pylons. Features * Fast, robust performance * Multiple reader/single writer lock system to avoid duplicate simultaneous cache creation * Cache back-ends include dbm, file, memory, memcached, and database (Using SQLAlchemy for multiple-db vendor support) * Signed cookie's to prevent session hijacking/spoofing * Extensible Container object to support new back-ends * Cache's can be divided into namespaces (to represent templates, objects, etc.) then keyed for different copies * Create functions for automatic call-backs to create new cache copies after expiration * Fine-grained toggling of back-ends, keys, and expiration per Cache object -WWW: http://beaker.groovie.org/ +WWW: https://beaker.readthedocs.io/en/latest/