python3-peewee: update to 4.0.6.

This commit is contained in:
Jason Elswick
2026-05-23 00:19:50 +02:00
committed by Duncan Overbruck
parent 0adda08187
commit 91559a05f6
+2 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'python3-peewee'
pkgname=python3-peewee
version=4.0.5
version=4.0.6
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
@@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/coleifer/peewee"
changelog="https://raw.githubusercontent.com/coleifer/peewee/master/CHANGELOG.md"
distfiles="https://github.com/coleifer/peewee/archive/${version}.tar.gz"
checksum=a0e101e884a89c0692017c806c601be7df048a9ea2f13acb0fd6347ea24767a5
checksum=4115989c9ec58f63ac1f1fafb3714f4b5df2fe06a248c59346e8a4153ab18ad8
make_check=no # tests require postgres instance
post_install() {