package/python-web2py: bump to version R-2.15.4

This patch bumps web2py to the latest version R-2.15.4 and bumps
also the python-pydal dependency to the required latest version 17.8.
Starting with version R-2.15.x web2py supports also python 3, so
updating the package to support both versions.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Angelo Compagnucci
2017-09-04 09:03:08 +02:00
committed by Thomas Petazzoni
parent 371d3a7ab8
commit 5cf9897f5b
5 changed files with 15 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
# md5 from https://pypi.python.org/pypi/pydal/json, sha256 locally computed
md5 f544da78cd4980d3a13024bc79065cf0 pyDAL-17.1.tar.gz
sha256 ae33e903725133c051df3cd0712cc1967997f56fc480a90ab6a7c50df265f9d1 pyDAL-17.1.tar.gz
md5 5a6ad0db15dc39987b4518247a9d0b4b pyDAL-17.8.tar.gz
sha256 46abe2c978ec24013e29cf485a74c90309ebcd2f0d577687ff2d224547cebfc8 pyDAL-17.8.tar.gz

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PYDAL_VERSION = 17.1
PYTHON_PYDAL_VERSION = 17.8
PYTHON_PYDAL_SOURCE = pyDAL-$(PYTHON_PYDAL_VERSION).tar.gz
PYTHON_PYDAL_SITE = https://pypi.python.org/packages/64/9a/4fc08f6078b3a3019a9e33c8383bb023e064405dc5e16c273b8ec6d430cd
PYTHON_PYDAL_SITE = https://pypi.python.org/packages/e3/bd/1d5ca8be486d845074161456637f7d73acc09dc6c8d69bf0e7ad55ce9027
PYTHON_PYDAL_LICENSE = BSD-3-Clause
PYTHON_PYDAL_LICENSE_FILES = LICENSE
PYTHON_PYDAL_SETUP_TYPE = setuptools