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))
This commit is contained in:
parent
12994a3bba
commit
cb346e6e14
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue