From owner-dev-commits-ports-main@freebsd.org Sat Sep 11 17:17:17 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5A9AF674F6D; Sat, 11 Sep 2021 17:17:17 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (smtp.burggraben.net [IPv6:2a01:4f8:140:510a::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.burggraben.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H6KDY17d1z3BwY; Sat, 11 Sep 2021 17:17:17 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from squirrel.exwg.net (unknown [IPv6:2001:470:7120:1:527b:9dff:fef7:642d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "squirrel.exwg.net", Issuer "R3" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS id 15B24C00316; Sat, 11 Sep 2021 19:17:09 +0200 (CEST) Received: by squirrel.exwg.net (Postfix, from userid 1000) id 7F32CA6CC8; Sat, 11 Sep 2021 19:17:08 +0200 (CEST) Date: Sat, 11 Sep 2021 19:17:08 +0200 From: Christoph Moench-Tegeder To: Nicola Vitale Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 04ca9b0f4970 - main - devel/py-Jinja2: update to 3.0.0 Message-ID: <20210911171708.GA16795@squirrel.exwg.net> References: <202109111424.18BEOGIT084350@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202109111424.18BEOGIT084350@gitrepo.freebsd.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: 4H6KDY17d1z3BwY X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2021 17:17:17 -0000 ## Nicola Vitale (nivit@FreeBSD.org): > devel/py-Jinja2: update to 3.0.0 Maybe this wasn't a good idea? I'm seeing fallout from this - first is in audio/aubio, with The 'MarkupSafe>=2.0.0rc2' distribution was not found and is required by Jinja2 (We only have MarkupSafe 1.1.1 in textproc/py-markupsafe). Funnily enough, Jinja2's CHANGES.rst only lists "Bump MarkupSafe dependency to >=1.1" (which also was not reflected in the port's Makefile), but Jinja2's own setup.py and egg-info/requires.txt both list "MarkupSafe>=2.0.0rc2" as dependency. (Generally speaking, when updating ports with consumers testing at least one of those consumers goes a long way to shake out issues as this one). Regards, Christoph -- Spare Space.