pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-bottle
Module Name: pkgsrc
Committed By: wen
Date: Sat Sep 6 14:47:27 UTC 2014
Modified Files:
pkgsrc/www/py-bottle: Makefile distinfo
Log Message:
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))
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-bottle/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-bottle/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index