Received: by mail.netbsd.org (Postfix, from userid 605) id EFD9984EBD; Tue, 18 Apr 2023 21:52:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2675684E98 for ; Tue, 18 Apr 2023 21:52:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id O9NcP92PKBez for ; Tue, 18 Apr 2023 21:52:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 73E3C84E97 for ; Tue, 18 Apr 2023 21:52:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 675FBFA85; Tue, 18 Apr 2023 21:52:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168185475789480" MIME-Version: 1.0 Date: Tue, 18 Apr 2023 21:52:37 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-wagtail To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230418215237.675FBFA85@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168185475789480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 18 21:52:37 UTC 2023 Modified Files: pkgsrc/www/py-wagtail: Makefile Log Message: py-wagtail: remove upper bound on py-Willow so pbulk has a chance to start To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-wagtail/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168185475789480 Content-Disposition: inline Content-Length: 1121 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.15 pkgsrc/www/py-wagtail/Makefile:1.16 --- pkgsrc/www/py-wagtail/Makefile:1.15 Tue Apr 18 19:50:34 2023 +++ pkgsrc/www/py-wagtail/Makefile Tue Apr 18 21:52:37 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2023/04/18 19:50:34 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2023/04/18 21:52:37 wiz 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<10.0.0:../../graphics/py-Pillow -DEPENDS+= ${PYPKGPREFIX}-Willow>=1.4<1.5:../../graphics/py-Willow +DEPENDS+= ${PYPKGPREFIX}-Willow>=1.4:../../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 --_----------=_168185475789480--