package/python-html5lib: bump version to 1.0b10

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:32 +02:00 committed by Thomas Petazzoni
parent 663686da65
commit 0f0416cd3f
2 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=ef43cb05e9e799f25d65d1135838a96f, sha256 locally computed
md5 ef43cb05e9e799f25d65d1135838a96f html5lib-0.9999999.tar.gz
sha256 2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868 html5lib-0.9999999.tar.gz
# md5 from https://pypi.python.org/pypi/html5lib/json, sha256 locally computed
md5 5ada1243b7a863624b2f35245b2186e9 html5lib-1.0b10.tar.gz
sha256 0d5fd54d5b2b79b876007a70c033a4023577768d18022c15681c00561432a0f9 html5lib-1.0b10.tar.gz

View file

@ -4,11 +4,11 @@
#
################################################################################
PYTHON_HTML5LIB_VERSION = 0.9999999
PYTHON_HTML5LIB_VERSION = 1.0b10
PYTHON_HTML5LIB_SOURCE = html5lib-$(PYTHON_HTML5LIB_VERSION).tar.gz
PYTHON_HTML5LIB_SITE = https://pypi.python.org/packages/source/h/html5lib
PYTHON_HTML5LIB_SITE = https://pypi.python.org/packages/97/16/982214624095c1420c75f3bd295d9e658794aafb95fc075823de107e0ae4
PYTHON_HTML5LIB_LICENSE = MIT
PYTHON_HTML5LIB_LICENSE_FILES = LICENSE
PYTHON_HTML5LIB_SETUP_TYPE = distutils
PYTHON_HTML5LIB_SETUP_TYPE = setuptools
$(eval $(python-package))