Bump buildroot to version 2017-02

TG-3 #closed
This commit is contained in:
jbnadal
2017-03-28 18:29:16 +02:00
parent 93b7fd91d2
commit 42c92a6bcb
3010 changed files with 41289 additions and 46428 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 d2fe1b48c1d49217e78bf326b1cad437 bottle-0.12.13.tar.gz
sha256 39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355 bottle-0.12.13.tar.gz

View File

@@ -4,11 +4,11 @@
#
################################################################################
PYTHON_BOTTLE_VERSION = 0.12.7
PYTHON_BOTTLE_VERSION = 0.12.13
PYTHON_BOTTLE_SOURCE = bottle-$(PYTHON_BOTTLE_VERSION).tar.gz
PYTHON_BOTTLE_SITE = http://pypi.python.org/packages/source/b/bottle
PYTHON_BOTTLE_SITE = https://pypi.python.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c
PYTHON_BOTTLE_LICENSE = MIT
# README.rst refers to the file "LICENSE" but it's not included
PYTHON_BOTTLE_SETUP_TYPE = distutils
PYTHON_BOTTLE_SETUP_TYPE = setuptools
$(eval $(python-package))