python-flask-seasurf: Update to 1.1.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
d91ddd5d75
commit
68c434dd6a
1 changed files with 6 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-flask-seasurf
|
PKG_NAME:=python-flask-seasurf
|
||||||
PKG_VERSION:=0.3.0
|
PKG_VERSION:=1.1.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=Flask-SeaSurf
|
PYPI_NAME:=Flask-SeaSurf
|
||||||
PKG_HASH:=10d4946fdd9745a8ae0a38a46c48a9add0cca4896333c0893b3133e3852c2e80
|
PKG_HASH:=54537008c769ac0ada8237877327c3e7ed74dcd8b01e74a9120ee0232c5951a9
|
||||||
|
|
||||||
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
|
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
@ -26,8 +26,8 @@ define Package/python3-flask-seasurf
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
TITLE:=Flask SeaSurf
|
TITLE:=Updated CSRF extension for Flask
|
||||||
URL:=https://flask-seasurf.readthedocs.io/en/latest/
|
URL:=https://github.com/maxcountryman/flask-seasurf
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+python3-flask \
|
+python3-flask \
|
||||||
+python3-light \
|
+python3-light \
|
||||||
|
@ -35,7 +35,8 @@ define Package/python3-flask-seasurf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-flask-seasurf/description
|
define Package/python3-flask-seasurf/description
|
||||||
SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
|
SeaSurf is a Flask extension for preventing cross-site request forgery
|
||||||
|
(CSRF).
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Py3Package,python3-flask-seasurf))
|
$(eval $(call Py3Package,python3-flask-seasurf))
|
||||||
|
|
Loading…
Reference in a new issue