aboutsummaryrefslogtreecommitdiff
path: root/lang/python/Flask
Commit message (Collapse)AuthorAge
* Flask: pass maintainership to Michal VasílekŠimon Bořek2023-02-14
| | | | Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* Flask: get rid of deprecated AUTORELEASEŠimon Bořek2023-02-14
| | | | Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* Flask: change maintainer to Šimon BořekŠimon Bořek2022-04-27
| | | | | | | | | | | As we are using this package in Turris OS and Daniel Golle decided to no longer maintain this and some other Python packages I'd like to take this package maintainership as was originally suggested in https://github.com/openwrt/packages/pull/17911 by Josef Schlehofer (@BKPepe). Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
* Flask: use AUTORELEASEJosef Schlehofer2022-03-24
| | | | | | This helps in cases, when someone forgets to bump PKG_RELEASE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Flask: add Josef as the maintainer of this packageDaniel Golle2022-03-24
| | | | | | | | | It seems that Turris guys is using this package in the Turris OS, where it is used for reForis (simple, basic UI for users) Signed-off-by: Daniel Golle <daniel@makrotopia.org> [replace Daniel as maintainer, add commit message] Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* Flask: update to version 2.0.2Daniel Golle2021-11-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Flash: update to version 2.0.1Daniel Golle2021-08-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Flask: update to version 1.1.2Daniel Golle2020-06-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* python-packages: Clean up MakefilesJeffery To2020-04-22
| | | | | | | | | | | | | | | | | | | This removes: * Python 3 variants (VARIANT:=python3) * "for Python3" from package titles * Package selection condition from package dependencies, e.g. +PACKAGE_python3-six:python3-light replaced with +python3-light * "Default" package information sections, e.g. Package/python-six/Default removed and package details merged into Package/python3-six * "(Variant for Python3)" from package descriptions Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Flask: Update to version 1.1.1Josef Schlehofer2019-10-01
| | | | | | | - Change TITLE and URL to better one - Add source package Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* python3-flask: update to version 1.0.3Jan Pavlinec2019-06-10
| | | | | | | | | Changes: Makefile cleanup change url to https add src package Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Flask: now depends on python3-setuptoolsDaniel Golle2019-03-08
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Flask: Update to 1.0.2Rosen Penev2018-11-10
| | | | | Update URL to a deterministic one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* Flask: add packageDaniel Golle2017-07-14
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It.s BSD licensed! Signed-off-by: Daniel Golle <daniel@makrotopia.org>