python-voluptuous: Update to version 0.11.7
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit 0835e5e6dc
)
This commit is contained in:
parent
d8e4bd366d
commit
5fa4f744ac
1 changed files with 2 additions and 3 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue