python-flask-login: update to version 0.5.0
authorJan Pavlinec <redacted>
Tue, 18 Feb 2020 10:21:59 +0000 (11:21 +0100)
committerJan Pavlinec <redacted>
Wed, 19 Feb 2020 10:27:08 +0000 (11:27 +0100)
Changes:
-rename from python3-flask-login to python-flask-login

Signed-off-by: Jan Pavlinec <redacted>
lang/python/python-flask-login/Makefile [moved from lang/python/python3-flask-login/Makefile with 82% similarity]

similarity index 82%
rename from lang/python/python3-flask-login/Makefile
rename to lang/python/python-flask-login/Makefile
index 7202bac05587c40438f23af0e5871c534d44b584..cc7b06c2fbc60b16d9b2410da5037073f72b2394 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
+# Copyright (C) 2019-2020 CZ.NIC z.s.p.o. (http://www.nic.cz/)
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 
 include $(TOPDIR)/rules.mk
 
-PKG_NAME:=Flask-Login
-PKG_VERSION:=0.4.1
+PKG_NAME:=python-flask-login
+PKG_VERSION:=0.5.0
 PKG_RELEASE:=1
 
-PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=c815c1ac7b3e35e2081685e389a665f2c74d7e077cb93cecabaea352da4752ec
+PYPI_NAME:=Flask-Login
+PKG_HASH:=6d33aef15b5bcead780acc339464aae8a6e28f13c90d8b1cf9de8b549d1c0b4b
 
 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
 PKG_LICENSE:=MIT
git clone https://git.99rst.org/PROJECT