Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Apr 2024 20:01:08 GMT
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: 211a2bc52e99 - main - shells/xonsh: Update to 0.16.0
Message-ID:  <202404262001.43QK184E012398@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

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

commit 211a2bc52e99a00d0cf9bbae8e045b94fd239ca5
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-04-26 19:32:13 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-26 19:32:13 +0000

    shells/xonsh: Update to 0.16.0
    
    ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.16.0
---
 shells/xonsh/Makefile | 6 ++++--
 shells/xonsh/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile
index e6462ea99a21..75a293a8af91 100644
--- a/shells/xonsh/Makefile
+++ b/shells/xonsh/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	xonsh
-DISTVERSION=	0.15.1
+DISTVERSION=	0.16.0
 CATEGORIES=	shells python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,13 +19,15 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}prompt-toolkit>0:devel/py-prompt-toolkit@${
 		${PYTHON_PKGNAMEPREFIX}pyte>0:devel/py-pyte@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-subprocess>0:devel/py-pytest-subprocess@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
 USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent pep517 pytest
 PYTEST_BROKEN_TESTS=	test_builtins.py test_commands_cache.py \
 			test_integrations.py test_main.py test_man.py \
-			test_ptk_highlight.py test_virtualenv_activator.py
+			test_ptk_highlight.py test_virtualenv_activator.py \
+			test_bash_completer.py test_dir_completers.py
 SHEBANG_FILES=	tests/bin/cat tests/bin/pwd tests/bin/wc
 #TESTS WIP
 
diff --git a/shells/xonsh/distinfo b/shells/xonsh/distinfo
index 0c92d0509f9b..1780c421032f 100644
--- a/shells/xonsh/distinfo
+++ b/shells/xonsh/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713250586
-SHA256 (xonsh-0.15.1.tar.gz) = 34a6332b7a86f6fe86a74273585c59ab1f3c89292fda5a9eafe54c926bac4710
-SIZE (xonsh-0.15.1.tar.gz) = 768629
+TIMESTAMP = 1714157092
+SHA256 (xonsh-0.16.0.tar.gz) = 087be3080082f7464960663809472f96ea4ca2a95631623c28ba50a8d1879e7b
+SIZE (xonsh-0.16.0.tar.gz) = 773159



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404262001.43QK184E012398>