diff options
author | wen <wen@pkgsrc.org> | 2014-09-06 14:47:27 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-09-06 14:47:27 +0000 |
commit | 1ec858668cf2ce9540ea3e842fc0f083856754df (patch) | |
tree | 0289f169fe6b5c49e47d5734dab9bf7556ca8dbe /www/py-bottle | |
parent | 87c29551b18ffe066adab44a5055f494c8244fcb (diff) | |
download | pkgsrc-1ec858668cf2ce9540ea3e842fc0f083856754df.tar.gz |
Update to 0.12.7
Upstream changes:
RELEASE 0.12
New SimpleTemplate parser implementation * Support for multi-line code blocks (<% ... %>). * The keywords include and rebase are functions now and can accept variable template names.
The new BaseRequest.route() property returns the Route that originally matched the request.
Removed the BaseRequest.MAX_PARAMS limit. The hash collision bug in CPythons dict() implementation was fixed over a year ago. If you are still using Python 2.5 in production, consider upgrading or at least make sure that you get security fixed from your distributor.
New ConfigDict API (see Configuration (DRAFT))
Diffstat (limited to 'www/py-bottle')
-rw-r--r-- | www/py-bottle/Makefile | 4 | ||||
-rw-r--r-- | www/py-bottle/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile index b3dc25967b1..515f48a5b5c 100644 --- a/www/py-bottle/Makefile +++ b/www/py-bottle/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2012/10/28 06:30:59 asau Exp $ +# $NetBSD: Makefile,v 1.3 2014/09/06 14:47:27 wen Exp $ # -DISTNAME= bottle-0.11.2 +DISTNAME= bottle-0.12.7 CATEGORIES= www MASTER_SITES= http://pypi.python.org/packages/source/b/bottle/ diff --git a/www/py-bottle/distinfo b/www/py-bottle/distinfo index bd82dcb8ad3..32048b74af3 100644 --- a/www/py-bottle/distinfo +++ b/www/py-bottle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/10/14 21:56:56 mspo Exp $ +$NetBSD: distinfo,v 1.2 2014/09/06 14:47:27 wen Exp $ -SHA1 (bottle-0.11.2.tar.gz) = 4959deb79a3ebdd9da425d2ee6e5f8ae31d7246e -RMD160 (bottle-0.11.2.tar.gz) = 456d1460393974a28dc52c5275e9a9e03f71bd9d -Size (bottle-0.11.2.tar.gz) = 60341 bytes +SHA1 (bottle-0.12.7.tar.gz) = 7e1e18a4a72ca4d552389069d9f2fb15d59d4ceb +RMD160 (bottle-0.12.7.tar.gz) = c4c5f84f6f67d5c8335b92eb5d31b8ea4778ef26 +Size (bottle-0.12.7.tar.gz) = 69375 bytes |