python3-Flask: update to 3.0.0.

This commit is contained in:
Andrew J. Hesford 2023-10-16 11:01:18 -04:00
parent e189098a91
commit 6b00b32441
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-Flask' # Template file for 'python3-Flask'
pkgname=python3-Flask pkgname=python3-Flask
version=2.3.3 version=3.0.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-flit_core" hostmakedepends="python3-flit_core"
depends="python3-Werkzeug python3-Jinja2 python3-itsdangerous depends="python3-Werkzeug python3-Jinja2 python3-itsdangerous
@ -13,7 +13,7 @@ license="BSD-3-Clause"
homepage="http://flask.pocoo.org" homepage="http://flask.pocoo.org"
changelog="https://raw.githubusercontent.com/pallets/flask/main/CHANGES.rst" changelog="https://raw.githubusercontent.com/pallets/flask/main/CHANGES.rst"
distfiles="https://github.com/pallets/flask/archive/${version}.tar.gz" distfiles="https://github.com/pallets/flask/archive/${version}.tar.gz"
checksum=0e3e8ab9a6c8c2003256583deb03cb1a561d58bf27512e9dabda10b009c5c164 checksum=9075bacbd3636daadf14872dc53b0aa97b8ee255352f32deed848424d7999a37
conflicts="python-Flask>=0" conflicts="python-Flask>=0"
post_install() { post_install() {