Flask: update to version 1.1.2

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 90790b6b8f)
This commit is contained in:
Daniel Golle 2020-06-15 01:20:29 +01:00 committed by Josef Schlehofer
parent 4a833e3a8b
commit f9d9ae8c83
No known key found for this signature in database
GPG key ID: B950216FE4329F4C

View file

@ -5,18 +5,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=Flask
PKG_VERSION:=1.1.1
PKG_VERSION:=1.1.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/F/Flask
PKG_HASH:=13f9f196f330c7c2c5d7a5cf91af894110ca0215ac051b5844701f2bfd934d52
PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=4efa1ae2d7c9865af48986de8aeb8504bf32c7f3d6fdc9353d34b21f4b127060
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.rst
PKG_CPE_ID:=cpe:/a:palletsprojects:flask
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk
include ../python3-package.mk