From 76fb4eb033f55f0867874643bf0ca3b4b2157afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 15 Dec 2023 20:11:00 +0100 Subject: [PATCH 1/2] hatchling: update to 1.20.0. --- srcpkgs/hatchling/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template index 360011c6c1ab2..94c5aa6f877cd 100644 --- a/srcpkgs/hatchling/template +++ b/srcpkgs/hatchling/template @@ -1,7 +1,7 @@ # Template file for 'hatchling' pkgname=hatchling -version=1.18.0 -revision=2 +version=1.20.0 +revision=1 build_style=python3-pep517 _deps="python3-editables python3-packaging python3-pathspec python3-pluggy python3-trove-classifiers" @@ -13,7 +13,7 @@ license="MIT" homepage="https://hatch.pypa.io/latest/" changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatchling.md" distfiles="${PYPI_SITE}/h/hatchling/hatchling-${version}.tar.gz" -checksum=50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca +checksum=0e0893cbe3d5f9275fc0e5b629087fc23b17abd7065e4db0a310e0a0237bc945 post_install() { vlicense LICENSE.txt From 918329e62fa3e113e9af076d425185c103286fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 15 Dec 2023 20:11:04 +0100 Subject: [PATCH 2/2] hatch: update to 1.8.1. --- srcpkgs/hatch/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template index 3880eab586962..1efd49cf7ef80 100644 --- a/srcpkgs/hatch/template +++ b/srcpkgs/hatch/template @@ -1,7 +1,7 @@ # Template file for 'hatch' pkgname=hatch -version=1.6.3 -revision=3 +version=1.8.1 +revision=1 build_style=python3-pep517 # ignore backend tests, because updating hatchling when there is no new hatch # version yet breaks these in hatch. @@ -10,8 +10,8 @@ make_check_args="--ignore tests/backend _deps="python3-click hatchling python3-httpx python3-hyperlink python3-keyring python3-packaging python3-pexpect python3-platformdirs python3-pyperclip python3-rich python3-shellingham python3-tomli-w python3-tomlkit - python3-userpath python3-virtualenv" -hostmakedepends="hatchling ${_deps}" + python3-userpath python3-virtualenv python3-zstandard" +hostmakedepends="hatchling hatch-vcs ${_deps}" depends="${_deps}" checkdepends="${_deps} python3-pytest python3-pytest-mock python3-pytest-xdist git python3-pip" @@ -21,7 +21,7 @@ license="MIT" homepage="https://hatch.pypa.io/latest/" changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history/hatch.md" distfiles="${PYPI_SITE}/h/hatch/hatch-${version}.tar.gz" -checksum=650e671ba300318e498ef93bbe3b99b32ce14920764fb8753f89993f63eed79a +checksum=fdc574184dcb1d52a63a3cfd08431bf674ad3be2fd7316cbf5fb6d4bdbc3032f make_check_pre="env PYTHONPATH=./src" post_install() {