From 5c6be0fcf7ac117fd5b328bdde4181214e7f265e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 16 Aug 2022 17:23:00 +0200 Subject: [PATCH 1/2] hatchling: update to 1.8.0. --- srcpkgs/hatchling/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template index 539da808b6c3..416d559efad8 100644 --- a/srcpkgs/hatchling/template +++ b/srcpkgs/hatchling/template @@ -1,6 +1,6 @@ # Template file for 'hatchling' pkgname=hatchling -version=1.6.0 +version=1.8.0 revision=1 build_style=python3-pep517 _deps="python3-pathspec python3-tomli python3-pluggy python3-packaging python3-editables" @@ -12,7 +12,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=bd6e8505de511ac4217ff50927f6d1845494608e401e63a62b830c31fb613544 +checksum=a4f982fdca0717d8c46bfe7b501302f90aaf2a5302845d550b49c8739681feb2 post_install() { vlicense LICENSE.txt From 72de0a45164e6e4cdcf25a42762989e22b461fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 16 Aug 2022 17:23:09 +0200 Subject: [PATCH 2/2] hatch: update to 1.4.2. --- srcpkgs/hatch/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template index 52d222ae6c7d..b01bc65be2c8 100644 --- a/srcpkgs/hatch/template +++ b/srcpkgs/hatch/template @@ -1,6 +1,6 @@ # Template file for 'hatch' pkgname=hatch -version=1.4.0 +version=1.4.2 revision=1 build_style=python3-pep517 # ignore backend tests, because updating hatchling when there is no new hatch @@ -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=a1b06523cf66c759828f21145d8619044049b9ef660accef42d47612e7b7fda2 +checksum=f207d55206036b80faf023f63df69caf340a03ce82073db91dee10f49b038956 make_check_pre="env PYTHONPATH=./src" post_install() {