Accepting request 234836 from devel:languages:python
Update to 0.12.7 (forwarded request 234835 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/234836 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bottle?expand=0&rev=10
This commit is contained in:
commit
0a984330f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e63802cbe6a21537e35d92ec3c80a1e302dc619d169efe6a212cab9f48e7b29
|
||||
size 60612
|
3
bottle-0.12.7.tar.gz
Normal file
3
bottle-0.12.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3ea2191f06ca51af45bf6ca41ed2d1b2d809ceda0876466879fe205be7b2073
|
||||
size 69375
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:077aad52d91095688b2c72d67464deda4d777153ddcdcc24e2385955e4b337d3
|
||||
size 593471
|
||||
oid sha256:10d86c8a74040a2120d91970909751a2cc76e6e6b172fd5507920bb206343595
|
||||
size 633122
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user