14
0
forked from pool/python-bottle

Accepting request 234835 from home:TheBlackCat:branches:devel:languages:python

Update to 0.12.7

OBS-URL: https://build.opensuse.org/request/show/234835
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bottle?expand=0&rev=16
This commit is contained in:
Todd R
2014-05-20 12:29:26 +00:00
committed by Git OBS Bridge
parent 07160289ae
commit 546b57c30a
5 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue May 20 12:20:37 UTC 2014 - toddrme2178@gmail.com
- Update to 0.12.7
* No upstream changelog
- Update to 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))
-------------------------------------------------------------------
Tue Sep 17 19:50:09 UTC 2013 - os-dev@jacraig.com