From nobody Sun Aug 01 09:47:13 2021 X-Original-To: python@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C758712D37E4 for ; Sun, 1 Aug 2021 09:47:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GcxB92Wn9z3Hsc for ; Sun, 1 Aug 2021 09:47:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DA4D1DFD for ; Sun, 1 Aug 2021 09:47:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 1719lDRi044831 for ; Sun, 1 Aug 2021 09:47:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 1719lDFT044830 for python@FreeBSD.org; Sun, 1 Aug 2021 09:47:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 257526] devel/py-twisted: Update to 21.7.0 Date: Sun, 01 Aug 2021 09:47:13 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: FreeBSD-specific Python issues List-Archive: https://lists.freebsd.org/archives/freebsd-python List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N Bugzilla Automation has asked freebsd-python (Nobody) for maintainer-feedback: Bug 257526: devel/py-twisted: Update to 21.7.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257526 --- Description --- I was just finishing testing this patch when #255547, so adding wen@ (committer) and Sascha (reporter) to CC. Twisted released again in the past few days, version 21.7.0. I ran all ports tests against Twisted 20.3.0 (the version in ports until la= st week) and against Twisted 21.7.0, the latest version. The results do not va= ry significantly since Twisted is quite good at backwards compatibility. I also fixed the way to run Twisted tests from the port, hopefully we can improve testing on FreeBSD upstream. Can we merge this patch? With it I also volunteer to adopt devel/py-twisted= so it is kept up to date in the ports tree. See the produced outputs (*): https://evilham.com/twisted_tests_20.3.0.log https://evilham.com/twisted_tests_21.7.0.log And the resulting diff: https://evilham.com/twisted_tests.diff (*): txredisapi is missing since the tests take a very long time to fail in either Twisted version. This kind of tree-wide testing takes a very long time, I am currently using= a script [1] inside a jail, are there better ways? [1]: https://git.sr.ht/~evilham/freebsd-ports/tree/evilham/item/.builds/run-depe= nden t-ports-tests