python3-Flask-Cors: update to 4.0.0.
This commit is contained in:
parent
6b00b32441
commit
f422be038f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-Flask-Cors'
|
||||
pkgname=python3-Flask-Cors
|
||||
version=3.0.10
|
||||
revision=3
|
||||
version=4.0.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-Flask python3-six"
|
||||
|
@ -12,7 +12,7 @@ license="MIT"
|
|||
homepage="https://github.com/corydolphin/flask-cors"
|
||||
changelog="https://raw.githubusercontent.com/corydolphin/flask-cors/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/F/Flask-Cors/Flask-Cors-${version}.tar.gz"
|
||||
checksum=b60839393f3b84a0f3746f6cdca56c1ad7426aa738b70d6c61375857823181de
|
||||
checksum=f268522fcb2f73e2ecdde1ef45e2fd5c71cc48fe03cffb4b441c6d1b40684eb0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ignore="*a* *rc*"
|
Loading…
Reference in New Issue