From 0835e5e6dcd0b86f13d29044c7c7e4c54dc03986 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 1 Sep 2019 09:32:41 +0200 Subject: [PATCH] python-voluptuous: Update to version 0.11.7 Signed-off-by: Josef Schlehofer --- lang/python/python-voluptuous/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lang/python/python-voluptuous/Makefile b/lang/python/python-voluptuous/Makefile index c5ccca145..3485d8bd4 100644 --- a/lang/python/python-voluptuous/Makefile +++ b/lang/python/python-voluptuous/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-voluptuous -PKG_VERSION:=0.11.5 +PKG_VERSION:=0.11.7 PKG_RELEASE:=1 PKG_SOURCE:=voluptuous-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/v/voluptuous/ -PKG_HASH:=567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef +PKG_HASH:=2abc341dbc740c5e2302c7f9b8e2e243194fb4772585b991931cb5b22e9bf456 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-voluptuous-$(PKG_VERSION) @@ -66,4 +66,3 @@ $(eval $(call BuildPackage,python-voluptuous-src)) $(eval $(call Py3Package,python3-voluptuous)) $(eval $(call BuildPackage,python3-voluptuous)) $(eval $(call BuildPackage,python3-voluptuous-src)) -