diff --git a/bottle-0.11.6.tar.gz b/bottle-0.11.6.tar.gz deleted file mode 100644 index e73f985..0000000 --- a/bottle-0.11.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e63802cbe6a21537e35d92ec3c80a1e302dc619d169efe6a212cab9f48e7b29 -size 60612 diff --git a/bottle-0.12.7.tar.gz b/bottle-0.12.7.tar.gz new file mode 100644 index 0000000..cb51022 --- /dev/null +++ b/bottle-0.12.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ea2191f06ca51af45bf6ca41ed2d1b2d809ceda0876466879fe205be7b2073 +size 69375 diff --git a/bottle-docs.pdf b/bottle-docs.pdf index ade36eb..386e93d 100644 --- a/bottle-docs.pdf +++ b/bottle-docs.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:077aad52d91095688b2c72d67464deda4d777153ddcdcc24e2385955e4b337d3 -size 593471 +oid sha256:10d86c8a74040a2120d91970909751a2cc76e6e6b172fd5507920bb206343595 +size 633122 diff --git a/python-bottle.changes b/python-bottle.changes index 6b3b9a6..126e417 100644 --- a/python-bottle.changes +++ b/python-bottle.changes @@ -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 diff --git a/python-bottle.spec b/python-bottle.spec index d771c6b..98bcfe0 100644 --- a/python-bottle.spec +++ b/python-bottle.spec @@ -1,7 +1,7 @@ # # spec file for package python-bottle # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-bottle -Version: 0.11.6 +Version: 0.12.7 Release: 0 Url: http://bottlepy.org/ Summary: Fast and simple WSGI-framework for small web-applications