package/python-bottle: bump version to 0.12.9

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2016-10-03 23:11:24 +02:00 committed by Thomas Petazzoni
parent 7d8d0447e9
commit 5f48be594e
2 changed files with 4 additions and 5 deletions

View file

@ -1,4 +1,3 @@
# From https://pypi.python.org/pypi/bottle/0.12.7
md5 ed0b83c9dbbdbde784e7c652d61c59f4 bottle-0.12.7.tar.gz
# Calculated based on the hash above
sha256 e3ea2191f06ca51af45bf6ca41ed2d1b2d809ceda0876466879fe205be7b2073 bottle-0.12.7.tar.gz
# md5 from https://pypi.python.org/pypi/bottle/json, sha256 locally computed
md5 f5850258a86224a791171e8ecbb66d99 bottle-0.12.9.tar.gz
sha256 fe0a24b59385596d02df7ae7845fe7d7135eea73799d03348aeb9f3771500051 bottle-0.12.9.tar.gz

View file

@ -4,7 +4,7 @@
#
################################################################################
PYTHON_BOTTLE_VERSION = 0.12.7
PYTHON_BOTTLE_VERSION = 0.12.9
PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
PYTHON_BOTTLE_SITE = http://pypi.python.org/packages/source/b/bottle
PYTHON_BOTTLE_LICENSE = MIT