Date: Mon, 16 Feb 2026 09:38:14 +0000 From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 81918617ef9b - main - net/py-trio: Update to 0.33.0 Message-ID: <6992e586.21593.b3585d7@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=81918617ef9b71d70e4faab3786cc661b4a78b5c commit 81918617ef9b71d70e4faab3786cc661b4a78b5c Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2026-02-16 09:38:07 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2026-02-16 09:38:07 +0000 net/py-trio: Update to 0.33.0 - Add PYTHONPATH=${WRKSRC}/src to TEST_ENV so pytest runs against the in-tree sources (src layout) - Disable pytest plugin autoload during tests to avoid interference from unrelated globally installed pytest plugins --- net/py-trio/Makefile | 4 +++- net/py-trio/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/net/py-trio/Makefile b/net/py-trio/Makefile index 9254ae3efd0d..15718fd14ef5 100644 --- a/net/py-trio/Makefile +++ b/net/py-trio/Makefile @@ -1,5 +1,5 @@ PORTNAME= trio -DISTVERSION= 0.32.0 +DISTVERSION= 0.33.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,6 +36,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astor>=0:devel/py-astor@${PY_FLAVOR} \ USES= python USE_PYTHON= autoplist pep517 +TEST_ENV= PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ + PYTHONPATH=${WRKSRC}/src NO_ARCH= yes do-test: diff --git a/net/py-trio/distinfo b/net/py-trio/distinfo index ef579d85de7d..fb36dd35a456 100644 --- a/net/py-trio/distinfo +++ b/net/py-trio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763108231 -SHA256 (trio-0.32.0.tar.gz) = 150f29ec923bcd51231e1d4c71c7006e65247d68759dd1c19af4ea815a25806b -SIZE (trio-0.32.0.tar.gz) = 605323 +TIMESTAMP = 1771233379 +SHA256 (trio-0.33.0.tar.gz) = a29b92b73f09d4b48ed249acd91073281a7f1063f09caba5dc70465b5c7aa970 +SIZE (trio-0.33.0.tar.gz) = 605109home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6992e586.21593.b3585d7>
