Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/python3-peewee/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-peewee'
pkgname=python3-peewee
version=4.0.1
version=4.0.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
Expand All @@ -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=9873e17bac115693e4973ddee0063cbfed69e89df09969220e92b08fde2d289b
checksum=a0a750d4e11e869f746487ebf85a1e2e749ab82b4b246e564f2b2d3cf506bf83
make_check=no # tests require postgres instance

post_install() {
Expand Down