Browse Source
Merge pull request #12901 from commodo/python-batch1
python-simplejson,python-lxml,python-simplejson: bump versions
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
8 additions and
8 deletions
-
lang/python/pymysql/Makefile
-
lang/python/python-lxml/Makefile
-
lang/python/python-simplejson/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=pymysql |
|
|
|
PKG_VERSION:=0.9.3 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_VERSION:=0.10.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=PyMySQL |
|
|
|
PKG_HASH:=d8c059dcd81dedb85a9f034d5e22dcb4442c0b201908bede99e306d65ea7c8e7 |
|
|
|
PKG_HASH:=e14070bc84e050e0f80bf6063e31d276f03a0bb4d46b9eca2854566c4ae19837 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-lxml |
|
|
|
PKG_VERSION:=4.5.1 |
|
|
|
PKG_VERSION:=4.5.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=lxml |
|
|
|
PKG_HASH:=27ee0faf8077c7c1a589573b1450743011117f1aa1a91d5ae776bbc5ca6070f2 |
|
|
|
PKG_HASH:=cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6 |
|
|
|
|
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|
PKG_LICENSE_FILES:=LICENSES.txt |
|
|
|
|
|
@ -8,13 +8,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-simplejson |
|
|
|
PKG_VERSION:=3.17.0 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=3.17.2 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_LICENSE:=MIT |
|
|
|
PKG_CPE_ID:=cpe:/a:simplejson_project:simplejson |
|
|
|
|
|
|
|
PYPI_NAME:=simplejson |
|
|
|
PKG_HASH:=2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81 |
|
|
|
PKG_HASH:=75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841 |
|
|
|
|
|
|
|
include ../pypi.mk |
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|