Browse Source

python-voluptuous: Update to version 0.11.7

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lilik-openwrt-22.03
Josef Schlehofer 5 years ago
parent
commit
0835e5e6dc
No known key found for this signature in database GPG Key ID: B950216FE4329F4C
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      lang/python/python-voluptuous/Makefile

+ 2
- 3
lang/python/python-voluptuous/Makefile View File

@ -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…
Cancel
Save