Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 018FD84D91 for ; Fri, 1 Sep 2023 07:20:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NM3K6XlA6moR for ; Fri, 1 Sep 2023 07:20:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 51A4D84CDC for ; Fri, 1 Sep 2023 07:20:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 466FCFBDB; Fri, 1 Sep 2023 07:20:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693552853225360" MIME-Version: 1.0 Date: Fri, 1 Sep 2023 07:20:53 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/www/py-wagtail To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20230901072053.466FCFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693552853225360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Sep 1 07:20:53 UTC 2023 Modified Files: pkgsrc/www/py-wagtail: Makefile Log Message: py-wagtail: Bump to current version of py-Willow. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-wagtail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693552853225360 Content-Disposition: inline Content-Length: 1116 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-wagtail/Makefile diff -u pkgsrc/www/py-wagtail/Makefile:1.20 pkgsrc/www/py-wagtail/Makefile:1.21 --- pkgsrc/www/py-wagtail/Makefile:1.20 Tue Aug 1 23:20:56 2023 +++ pkgsrc/www/py-wagtail/Makefile Fri Sep 1 07:20:53 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2023/08/01 23:20:56 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2023/09/01 07:20:53 jperkin Exp $ DISTNAME= wagtail-4.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-taggit>= DEPENDS+= ${PYPKGPREFIX}-django-treebeard>=4.5.1<5.0:../../www/py-django-treebeard DEPENDS+= ${PYPKGPREFIX}-djangorestframework>=3.11.1<4.0:../../www/py-djangorestframework DEPENDS+= ${PYPKGPREFIX}-Pillow>=4.0.0:../../graphics/py-Pillow -DEPENDS+= ${PYPKGPREFIX}-Willow>=1.4<1.6:../../graphics/py-Willow +DEPENDS+= ${PYPKGPREFIX}-Willow>=1.6:../../graphics/py-Willow DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.8<5.0:../../www/py-beautifulsoup4 DEPENDS+= ${PYPKGPREFIX}-html5lib>=0.999<2:../../textproc/py-html5lib DEPENDS+= ${PYPKGPREFIX}-Unidecode>=0.04.14<2.0:../../textproc/py-Unidecode --_----------=_1693552853225360--