From 8535e4d7f51c2b2ae7f129374623b66799f51b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sun, 7 Aug 2022 09:21:24 +0200 Subject: [PATCH] hatch: update to 1.4.0. --- srcpkgs/hatch/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template index 5269561edf34..52d222ae6c7d 100644 --- a/srcpkgs/hatch/template +++ b/srcpkgs/hatch/template @@ -1,6 +1,6 @@ # Template file for 'hatch' pkgname=hatch -version=1.3.1 +version=1.4.0 revision=1 build_style=python3-pep517 # ignore backend tests, because updating hatchling when there is no new hatch @@ -12,7 +12,7 @@ hostmakedepends="hatchling" depends="python3-atomicwrites python3-click hatchling python3-httpx python3-keyring python3-pexpect python3-platformdirs python3-pyperclip python3-rich python3-tomli-w python3-tomlkit python3-userpath - python3-virtualenv" + python3-virtualenv python3-hyperlink" checkdepends="${depends} python3-pytest python3-pytest-mock python3-pytest-xdist git python3-pip" short_desc="Modern, extensible Python project management " @@ -21,7 +21,7 @@ license="MIT" homepage="https://hatch.pypa.io/latest/" changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history.md" distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=fb1bdad4a22d3443137036b246898c5d3c7552ff4ba399b4605548cef0a22496 +checksum=a1b06523cf66c759828f21145d8619044049b9ef660accef42d47612e7b7fda2 make_check_pre="env PYTHONPATH=./src" post_install() {