mirror of
https://github.com/openwrt/packages.git
synced 2026-06-01 07:21:56 +08:00
python-msgpack: update to version 1.1.0
Release notes: https://github.com/msgpack/msgpack-python/releases/tag/v1.0.8 https://github.com/msgpack/msgpack-python/releases/tag/v1.1.0 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
@@ -8,17 +8,17 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-msgpack
|
||||
PKG_VERSION:=1.0.7
|
||||
PKG_VERSION:=1.1.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=msgpack
|
||||
PKG_HASH:=572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87
|
||||
PKG_HASH:=dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e
|
||||
|
||||
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_BUILD_DEPENDS:=python-cython/host
|
||||
PKG_BUILD_DEPENDS:=python-cython/host python-setuptools
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
Reference in New Issue
Block a user