python-webpy: use webpy-0.39 tag

No functional change, but upstream has now tagged the release, so use the
tag instead of the sha1.

https://github.com/webpy/webpy/issues/449

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 01320bb9ff)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2018-04-05 08:42:15 +02:00
parent 5c3e92de2d
commit dff55ea20e
2 changed files with 2 additions and 3 deletions

View File

@@ -4,8 +4,7 @@
#
################################################################################
# corresponds to 0.39
PYTHON_WEBPY_VERSION = 6df75fe581e0e838d28334d5c53f52421560d38b
PYTHON_WEBPY_VERSION = webpy-0.39
PYTHON_WEBPY_SITE = $(call github,webpy,webpy,$(PYTHON_WEBPY_VERSION))
PYTHON_WEBPY_SETUP_TYPE = setuptools
PYTHON_WEBPY_LICENSE = Public Domain, CherryPy License