From ddb04cf269dbcc383f4c7aafafc22e53801ed68b Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 22 May 2021 03:27:06 +0000 Subject: [PATCH 1/5] MarkupSafe: update to 2.0.1 update 1.1.1 (2019-02-24) to 2.0.1 (2021-05-19) changes: - https://github.com/pallets/markupsafe/blob/main/CHANGES.rst Version 2.0.1 - Released 2021-05-18 - Mark top-level names as exported so type checking understands imports in user projects. - Fix some types that weren't available in Python 3.6.0. Version 2.0.0 -Released 2021-05-11 - Drop Python 2.7, 3.4, and 3.5 support. - Markup.unescape uses `html.unescape` to support HTML5 character references. - Add type annotations for static typing tools. --- packages/python/devel/MarkupSafe/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/devel/MarkupSafe/package.mk b/packages/python/devel/MarkupSafe/package.mk index c3b7c6c571..2b54912d97 100644 --- a/packages/python/devel/MarkupSafe/package.mk +++ b/packages/python/devel/MarkupSafe/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="MarkupSafe" -PKG_VERSION="1.1.1" -PKG_SHA256="29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b" +PKG_VERSION="2.0.1" +PKG_SHA256="594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a" PKG_LICENSE="GPL" PKG_SITE="https://pypi.org/project/MarkupSafe/" PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz" From a9b29218991b4f35242aedae56caddf61e61da98 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sun, 22 Aug 2021 18:13:05 +1000 Subject: [PATCH 2/5] Mako: update to 1.1.5 update 1.1.4 (2021-01-15) to 1.1.5 (2021-08-21) changelog: - https://docs.makotemplates.org/en/latest/changelog.html bug:tests: - Fixed some issues with running the test suite which would be revealed by running tests in random order. --- packages/python/devel/Mako/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/devel/Mako/package.mk b/packages/python/devel/Mako/package.mk index 5cd5970f84..9a06b704c7 100644 --- a/packages/python/devel/Mako/package.mk +++ b/packages/python/devel/Mako/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="Mako" -PKG_VERSION="1.1.4" -PKG_SHA256="17831f0b7087c313c0ffae2bcbbd3c1d5ba9eeac9c38f2eb7b50e8c99fe9d5ab" +PKG_VERSION="1.1.5" +PKG_SHA256="169fa52af22a91900d852e937400e79f535496191c63712e3b9fda5a9bed6fc3" PKG_LICENSE="GPL" PKG_SITE="https://pypi.org/project/Mako" PKG_URL="https://files.pythonhosted.org/packages/source/${PKG_NAME:0:1}/${PKG_NAME}/${PKG_NAME}-${PKG_VERSION}.tar.gz" From 8107fa46f8d90c472df2360dab9499ec2da3f95a Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 3 Apr 2021 09:20:27 +0000 Subject: [PATCH 3/5] Pillow: update to 8.4.0 update 8.1.2 (2021-03-06) to 8.4.0 (2021-10-15) Pillow is released quarterly on January 2nd, April 1st, July 1st and October 15th. Patch releases are created if the latest release contains severe bugs, or if security fixes are put together before a scheduled release. See Versioning for more information. Regular October 15th (2021) quarterly release - This is a Main Release. release notes: - https://pillow.readthedocs.io/en/latest/releasenotes/8.4.0.html - https://github.com/python-pillow/Pillow/releases --- packages/python/graphics/Pillow/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/graphics/Pillow/package.mk b/packages/python/graphics/Pillow/package.mk index 6d6f654482..edb824278a 100644 --- a/packages/python/graphics/Pillow/package.mk +++ b/packages/python/graphics/Pillow/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="Pillow" -PKG_VERSION="8.1.2" -PKG_SHA256="4b99c0a07e8bc4048b4f37ee515d02cc2f895453afe534e4b00bfe2f2a2dbe39" +PKG_VERSION="8.4.0" +PKG_SHA256="a726a4246cf1f26a5024b57c5d5fa0e98789262799860ed554ec028e2698f2c0" PKG_LICENSE="BSD" PKG_SITE="https://python-pillow.org/" PKG_URL="https://github.com/python-pillow/${PKG_NAME}/archive/${PKG_VERSION}.tar.gz" From 3e41725603e6a0e79e48eb001d1a021c95dae4f3 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 25 Sep 2021 10:32:17 +1000 Subject: [PATCH 4/5] pycryptodome: update to 3.11.0 update 3.10.1 (2021-02-09) to 3.11.0 (2021-10-08) changelog: - https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst --- packages/python/security/pycryptodome/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/security/pycryptodome/package.mk b/packages/python/security/pycryptodome/package.mk index 542b32d3fe..a4e9dcf674 100644 --- a/packages/python/security/pycryptodome/package.mk +++ b/packages/python/security/pycryptodome/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv) PKG_NAME="pycryptodome" -PKG_VERSION="3.10.1" -PKG_SHA256="11f07d59a0e35a477ce8d73b90047fa11b7e3af4ebbac23745858d0f37e4f7c2" +PKG_VERSION="3.11.0" +PKG_SHA256="401b147d44eb9cfe075883ea8748bbb5e9cdfcb936a03f4dcbdef6d095f17073" PKG_LICENSE="BSD" PKG_SITE="https://pypi.org/project/pycryptodome" PKG_URL="https://github.com/Legrandin/${PKG_NAME}/archive/v${PKG_VERSION}.tar.gz" From de32158aa79cb19f9cdd4944242a51cd04402cae Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 10 Jul 2021 01:47:34 +0000 Subject: [PATCH 5/5] simplejson: update to 3.17.5 update 3.17.2 (2020-07-17) to 3.17.5 (2021-08-24) changes: - https://github.com/simplejson/simplejson/blob/master/CHANGES.txt --- packages/python/system/simplejson/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/python/system/simplejson/package.mk b/packages/python/system/simplejson/package.mk index 8e6ba88abd..32672973ee 100644 --- a/packages/python/system/simplejson/package.mk +++ b/packages/python/system/simplejson/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="simplejson" -PKG_VERSION="3.17.2" -PKG_SHA256="75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841" +PKG_VERSION="3.17.5" +PKG_SHA256="91cfb43fb91ff6d1e4258be04eee84b51a4ef40a28d899679b9ea2556322fb50" 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"