hatch: update to 1.4.2.

This commit is contained in:
Jan Christian Grünhage 2022-08-16 17:23:09 +02:00 committed by classabbyamp
parent 3839832f98
commit 1564f98777

View file

@ -1,6 +1,6 @@
# Template file for 'hatch' # Template file for 'hatch'
pkgname=hatch pkgname=hatch
version=1.4.0 version=1.4.2
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
# ignore backend tests, because updating hatchling when there is no new hatch # ignore backend tests, because updating hatchling when there is no new hatch
@ -21,7 +21,7 @@ license="MIT"
homepage="https://hatch.pypa.io/latest/" homepage="https://hatch.pypa.io/latest/"
changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history.md" changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history.md"
distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=a1b06523cf66c759828f21145d8619044049b9ef660accef42d47612e7b7fda2 checksum=f207d55206036b80faf023f63df69caf340a03ce82073db91dee10f49b038956
make_check_pre="env PYTHONPATH=./src" make_check_pre="env PYTHONPATH=./src"
post_install() { post_install() {