mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
python3-Werkzeug: update to 3.0.0.
This commit is contained in:
parent
71fc33a3fe
commit
e189098a91
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-Werkzeug'
|
# Template file for 'python3-Werkzeug'
|
||||||
pkgname=python3-Werkzeug
|
pkgname=python3-Werkzeug
|
||||||
version=2.3.7
|
version=3.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
# Some tests depend on unpackaged dependencies
|
# Some tests depend on unpackaged dependencies
|
||||||
make_check_args="
|
make_check_args="
|
||||||
|
@ -18,7 +18,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://palletsprojects.com/p/werkzeug/"
|
homepage="https://palletsprojects.com/p/werkzeug/"
|
||||||
changelog="https://raw.githubusercontent.com/pallets/werkzeug/main/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/pallets/werkzeug/main/CHANGES.rst"
|
||||||
distfiles="https://github.com/pallets/werkzeug/archive/${version}.tar.gz"
|
distfiles="https://github.com/pallets/werkzeug/archive/${version}.tar.gz"
|
||||||
checksum=d9a68679b430e099b668a61130f1eb6e6768ac663a8667745ad637955ca1dd9d
|
checksum=3ba5b5f0668073c7a32f13451c3703e7bcdbfbf7dce469739873c86d37b7ae0c
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# For some reason, --ignore doesn't work on this file
|
# For some reason, --ignore doesn't work on this file
|
||||||
|
|
Loading…
Add table
Reference in a new issue