From 3aa1ac74c7e474b8c58025e6f5b1261afac696b3 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Mon, 11 Oct 2021 15:17:38 -0300 Subject: [PATCH] django-formtools: bump to 2.2.0 This is the highest version supported by seafile-seahub, because of the django1 requirement. Signed-off-by: Eneas U de Queiroz --- lang/python/django-formtools/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/django-formtools/Makefile b/lang/python/django-formtools/Makefile index 27104b572c..92f9a961c5 100644 --- a/lang/python/django-formtools/Makefile +++ b/lang/python/django-formtools/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-formtools -PKG_VERSION:=2.1 -PKG_RELEASE:=8 +PKG_VERSION:=2.2 +PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=7703793f1675aa6e871f9fed147e8563816d7a5b9affdc5e3459899596217f7c +PKG_HASH:=c5272c03c1cd51b2375abf7397a199a3148a9fbbf2f100e186467a84025d13b2 PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=BSD-3-Clause