hatch-vcs: update to 0.4.0.

This commit is contained in:
Leah Neukirchen 2023-12-11 16:22:20 +01:00
parent 121e5c8f6f
commit bb9c896505

View file

@ -1,7 +1,7 @@
# Template file for 'hatch-vcs'
pkgname=hatch-vcs
version=0.3.0
revision=2
version=0.4.0
revision=1
build_style=python3-pep517
make_check_args="--deselect tests/test_build.py::test_basic
--deselect tests/test_build.py::test_write
@ -17,7 +17,7 @@ license="MIT"
homepage="https://github.com/ofek/hatch-vcs"
changelog="https://github.com/ofek/hatch-vcs/raw/master/HISTORY.md"
distfiles="${PYPI_SITE}/h/${pkgname/-/_}/${pkgname/-/_}-${version}.tar.gz"
checksum=cec5107cfce482c67f8bc96f18bbc320c9aa0d068180e14ad317bbee5a153fee
checksum=093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7
make_check_pre="env PYTHONPATH=./"
post_install() {