mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 21:04:33 +04:00
Merge pull request #7065 from neheb/patch-40
simplejson: Update to 3.16
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=simplejson
|
PKG_NAME:=simplejson
|
||||||
PKG_VERSION:=3.11.1
|
PKG_VERSION:=3.16.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://pypi.python.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/
|
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/s/simplejson
|
||||||
PKG_HASH:=01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7
|
PKG_HASH:=b1f329139ba647a9548aa05fb95d046b4a677643070dc2afc05fa2e975d09ca5
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../python-package.mk
|
include ../python-package.mk
|
||||||
@@ -25,7 +25,7 @@ define Package/simplejson
|
|||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
|
||||||
TITLE:=Simple, fast, extensible JSON encoder/decoder for Python
|
TITLE:=Simple, fast, extensible JSON encoder/decoder for Python
|
||||||
URL:=http://simplejson.readthedocs.org/
|
URL:=https://simplejson.readthedocs.org/
|
||||||
DEPENDS:=+python
|
DEPENDS:=+python
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user