Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2026 10:03:40 +0000
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a69a22872a17 - main - shells/xonsh: Update to 0.22.8
Message-ID:  <69be6cfc.26877.701afbba@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a69a22872a17d59d239f51cb31c73aa469f29b8a

commit a69a22872a17d59d239f51cb31c73aa469f29b8a
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-03-18 23:42:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-03-21 10:00:00 +0000

    shells/xonsh: Update to 0.22.8
    
    Put broken tests in a ordered list for easy testing.
    
    ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.22.8
---
 shells/xonsh/Makefile | 16 +++++++++++-----
 shells/xonsh/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile
index 674fec0e01e3..86cd7233f302 100644
--- a/shells/xonsh/Makefile
+++ b/shells/xonsh/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xonsh
-DISTVERSION=	0.22.7
+DISTVERSION=	0.22.8
 CATEGORIES=	shells python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -30,10 +30,16 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=5.3.1:devel/py-coverage@${PY_FLAV
 
 USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent pep517 pytest
-PYTEST_BROKEN_TESTS=	test_commands_cache.py test_integrations.py test_man.py \
-			test_ptk_highlight.py test_bash_completer.py \
-			test_specs.py test_os.xsh test_dir_completers.py \
-			test_command_completers.py
+PYTEST_BROKEN_TESTS=	\
+		test_bash_completer.py \
+		test_command_completers.py \
+		test_commands_cache.py \
+		test_dir_completers.py \
+		test_integrations.py \
+		test_man.py \
+		test_os.xsh \
+		test_ptk_highlight.py \
+		test_specs.py
 SHEBANG_FILES=	tests/bin/cat tests/bin/pwd tests/bin/wc
 
 NO_ARCH=	yes
diff --git a/shells/xonsh/distinfo b/shells/xonsh/distinfo
index ecb28ee7e1b0..cd669a6121e8 100644
--- a/shells/xonsh/distinfo
+++ b/shells/xonsh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773256587
-SHA256 (xonsh-0.22.7.tar.gz) = 80f0298c111cb70d5e2d637982dcf402b2573ce712ab0c8134904774531d4709
-SIZE (xonsh-0.22.7.tar.gz) = 829243
+TIMESTAMP = 1773873998
+SHA256 (xonsh-0.22.8.tar.gz) = 5eedf7822f1655eb4f29a7c3916b0dcc7b8fe548b4b83001afe79f3bd39be28c
+SIZE (xonsh-0.22.8.tar.gz) = 830111


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69be6cfc.26877.701afbba>