From 76ed9d52189d073f1b95257344ceff412322ea0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0imon=20Bo=C5=99ek?= Date: Wed, 1 Feb 2023 20:18:43 +0100 Subject: [PATCH] Flask: get rid of deprecated AUTORELEASE MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Bořek --- lang/python/Flask/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/Flask/Makefile b/lang/python/Flask/Makefile index 1367617481..f6a84d8eb4 100644 --- a/lang/python/Flask/Makefile +++ b/lang/python/Flask/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=Flask PKG_VERSION:=2.0.2 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=6 PYPI_NAME:=$(PKG_NAME) PKG_HASH:=7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2 -- 2.30.2