Merge pull request #6062 from heitbaum/python

Python package updates
This commit is contained in:
CvH 2022-01-02 11:02:12 +01:00 committed by GitHub
commit 04881afd3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="pycryptodome"
PKG_VERSION="3.11.0"
PKG_SHA256="401b147d44eb9cfe075883ea8748bbb5e9cdfcb936a03f4dcbdef6d095f17073"
PKG_VERSION="3.12.0"
PKG_SHA256="d08b9799b6c5b9c99219b775066234d73f3007f5dab4189e33a7c3581507ee57"
PKG_LICENSE="BSD"
PKG_SITE="https://pypi.org/project/pycryptodome"
PKG_URL="https://github.com/Legrandin/${PKG_NAME}/archive/v${PKG_VERSION}.tar.gz"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="simplejson"
PKG_VERSION="3.17.5"
PKG_SHA256="91cfb43fb91ff6d1e4258be04eee84b51a4ef40a28d899679b9ea2556322fb50"
PKG_VERSION="3.17.6"
PKG_SHA256="cf98038d2abf63a1ada5730e91e84c642ba6c225b0198c3684151b1f80c5f8a6"
PKG_LICENSE="OSS"
PKG_SITE="http://pypi.org/project/simplejson"
PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz"