package/python-pydal: bump version to 16.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-06 21:29:30 +02:00 committed by Thomas Petazzoni
parent 86812795ea
commit 09af710cb7
2 changed files with 6 additions and 4 deletions

View file

@ -1,2 +1,3 @@
# locally computed
sha256 e59c050c4b7656c36351707dfbbae187645d46327e67e42415e15b3bc32d48b3 python-pydal-v15.07.tar.gz
# md5 from https://pypi.python.org/pypi/pydal/json, sha256 locally computed
md5 74c6cc43d5ee57bcffa804c1204030d8 pyDAL-16.9.tar.gz
sha256 e5e18b10df044c4328a5a2fe0400793a8f643fe3526daee8c99103fc5589476e pyDAL-16.9.tar.gz

View file

@ -4,8 +4,9 @@
#
################################################################################
PYTHON_PYDAL_VERSION = v15.07
PYTHON_PYDAL_SITE = $(call github,web2py,pydal,$(PYTHON_PYDAL_VERSION))
PYTHON_PYDAL_VERSION = 16.9
PYTHON_PYDAL_SOURCE = pyDAL-$(PYTHON_PYDAL_VERSION).tar.gz
PYTHON_PYDAL_SITE = https://pypi.python.org/packages/31/cb/7537f8d848106e3e4b4063955395a5dc3177c32c2cd2cc0a1938a486d4fa
PYTHON_PYDAL_LICENSE = BSD-3c
PYTHON_PYDAL_LICENSE_FILES = LICENSE
PYTHON_PYDAL_SETUP_TYPE = setuptools