From 4a77baa0eeda397de66159ada44790b13f5ffe22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 6 Jul 2022 11:39:23 +0200 Subject: [PATCH 1/2] hatch: add changelog --- srcpkgs/hatch/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/hatch/template b/srcpkgs/hatch/template index f8b068a2a713..de378dc1dd59 100644 --- a/srcpkgs/hatch/template +++ b/srcpkgs/hatch/template @@ -29,6 +29,7 @@ maintainer="Jan Christian Grünhage " license="MIT" homepage="https://hatch.pypa.io/latest/" distfiles="${PYPI_SITE}/h/${pkgname}/${pkgname}-${version}.tar.gz" +changelog="https://raw.githubusercontent.com/pypa/hatch/master/docs/history.md" checksum=61761e1fe14474fb2be7e264555b99fc343b4e63c0ee32aa3497c651e4cdec03 make_check_pre="env PYTHONPATH=./src" From 84727abb54330ed20f2db33c11fe9b0910e4ae4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 6 Jul 2022 11:39:29 +0200 Subject: [PATCH 2/2] hatchling: update to 1.4.1. --- srcpkgs/hatchling/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hatchling/template b/srcpkgs/hatchling/template index 894c15c8f719..dbd85209cadf 100644 --- a/srcpkgs/hatchling/template +++ b/srcpkgs/hatchling/template @@ -1,6 +1,6 @@ # Template file for 'hatchling' pkgname=hatchling -version=1.3.1 +version=1.4.1 revision=1 build_style=python3-pep517 _deps="python3-pathspec python3-tomli python3-pluggy python3-packaging" @@ -10,8 +10,9 @@ short_desc="Extensible, standards compliant build backend used by Hatch" maintainer="Jan Christian Grünhage " 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=aaa63019c9d666053d9ff318097335e766123844547c52940155c0401c3c142f +checksum=13461b42876ade4f75ee5d2a2c656b288ca0aab7f048ef66657ef166996b2118 post_install() { vlicense LICENSE.txt