python3-canonicaljson: update to 1.6.5.

This commit is contained in:
Joel Beckmeyer 2023-03-28 14:57:34 -04:00 committed by Michal Vasilek
parent d52df343d6
commit c178e15091

View File

@ -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 <joel@beckmeyer.us>"
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"