From c178e1509168852e8dfeea84010b6a9b958f3db5 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 28 Mar 2023 14:57:34 -0400 Subject: [PATCH] python3-canonicaljson: update to 1.6.5. --- srcpkgs/python3-canonicaljson/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template index b0d08e1ed59..d050094a7d5 100644 --- a/srcpkgs/python3-canonicaljson/template +++ b/srcpkgs/python3-canonicaljson/template @@ -1,6 +1,6 @@ # Template file for 'python3-canonicaljson' pkgname=python3-canonicaljson -version=1.6.4 +version=1.6.5 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-wheel" @@ -10,6 +10,7 @@ short_desc="Canonical JSON" maintainer="Joel Beckmeyer " license="Apache-2.0" homepage="https://github.com/matrix-org/python-canonicaljson" +changelog="https://raw.githubusercontent.com/matrix-org/python-canonicaljson/main/CHANGES.md" distfiles="${PYPI_SITE}/c/canonicaljson/canonicaljson-${version}.tar.gz" -checksum=6c09b2119511f30eb1126cfcd973a10824e20f1cfd25039cde3d1218dd9c8d8f +checksum=68dfc157b011e07d94bf74b5d4ccc01958584ed942d9dfd5fdd706609e81cd4b make_check_pre="env PYTHONPATH=src"