From 69304783ecd0f2eb30c80ac11dad310d2c8d693e Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 12 Apr 2021 10:13:43 +0300 Subject: [PATCH 1/4] django: bump to version 3.2 Signed-off-by: Alexandru Ardelean (cherry picked from commit c01d0f16cf91be39d19bd1c60c0360213eb8e560) Signed-off-by: Jeffery To --- lang/python/django/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 747076750..78e64d209 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=3.1.7 +PKG_VERSION:=3.2 PKG_RELEASE:=1 PYPI_NAME:=Django -PKG_HASH:=32ce792ee9b6a0cbbec340123e229ac9f765dff8c2a4ae9247a14b2ba3a365a7 +PKG_HASH:=21f0f9643722675976004eb683c55d33c05486f94506672df3d6a141546f389d PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause From e60ade49c24266d5ade51cc1324d5c7ecd1ce3fe Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 12 May 2021 11:16:40 +0300 Subject: [PATCH 2/4] python-six: bump to version 1.16.0 Signed-off-by: Alexandru Ardelean (cherry picked from commit cf368395d0a291535e00cfbcb2f48e7f7a93fc4b) Signed-off-by: Jeffery To --- lang/python/python-six/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-six/Makefile b/lang/python/python-six/Makefile index 805c4f024..bb5356d31 100644 --- a/lang/python/python-six/Makefile +++ b/lang/python/python-six/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-six -PKG_VERSION:=1.15.0 +PKG_VERSION:=1.16.0 PKG_RELEASE:=1 PYPI_NAME:=six -PKG_HASH:=30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259 +PKG_HASH:=1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE From 607b39494a3a60c098a8b95ca6e42a75ac301209 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 12 May 2021 11:36:57 +0300 Subject: [PATCH 3/4] et_xmlfile: bump to version 1.1.0 Updating Eneas' email as requested on Github: https://github.com/openwrt/packages/pull/15622 Signed-off-by: Alexandru Ardelean (cherry picked from commit 6185156e69aab78528ad9db640ca519640d90827) Signed-off-by: Jeffery To --- lang/python/python-et_xmlfile/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-et_xmlfile/Makefile b/lang/python/python-et_xmlfile/Makefile index f1a415745..10c04d004 100644 --- a/lang/python/python-et_xmlfile/Makefile +++ b/lang/python/python-et_xmlfile/Makefile @@ -6,14 +6,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-et_xmlfile -PKG_VERSION:=1.0.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.1.0 +PKG_RELEASE:=1 -PKG_MAINTAINER:=Alexandru Ardelean , Eneas U de Queiroz +PKG_MAINTAINER:=Alexandru Ardelean , Eneas U de Queiroz PKG_LICENSE:=MIT PYPI_NAME:=et_xmlfile -PKG_HASH:=614d9722d572f6246302c4491846d2c393c199cfa4edc9af593437691683335b +PKG_HASH:=8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c include ../pypi.mk include $(INCLUDE_DIR)/package.mk From 96ee760579a39f35cb65f9d8629934b342eb069f Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 12 May 2021 15:30:40 +0300 Subject: [PATCH 4/4] django: bump to version 3.2.3 Signed-off-by: Alexandru Ardelean (cherry picked from commit 5a70c9e826e9b1729510ba820cd073667a6a1563) Signed-off-by: Jeffery To --- lang/python/django/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 78e64d209..ad6e9fd93 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=3.2 +PKG_VERSION:=3.2.3 PKG_RELEASE:=1 PYPI_NAME:=Django -PKG_HASH:=21f0f9643722675976004eb683c55d33c05486f94506672df3d6a141546f389d +PKG_HASH:=13ac78dbfd189532cad8f383a27e58e18b3d33f80009ceb476d7fcbfc5dcebd8 PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause