Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2023 07:36:02 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6e552d56197d - main - sysutils/py-ansible-compat: update to 4.0.4
Message-ID:  <202305170736.34H7a21C009408@gitrepo.freebsd.org>

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

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

commit 6e552d56197dc7eb35dffac9f99526597612cf2f
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-05-16 23:39:20 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-05-17 07:35:57 +0000

    sysutils/py-ansible-compat: update to 4.0.4
    
    Fixup pytest -- now 100% pass rate
    
    Changes:        https://github.com/ansible/ansible-compat/releases/tag/v4.0.4
    Changes:        https://github.com/ansible/ansible-compat/releases/tag/v4.0.3
    Reported by:    portscout, repology
---
 sysutils/py-ansible-compat/Makefile | 4 +++-
 sysutils/py-ansible-compat/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sysutils/py-ansible-compat/Makefile b/sysutils/py-ansible-compat/Makefile
index b02572df7a5f..7294eafbc81c 100644
--- a/sysutils/py-ansible-compat/Makefile
+++ b/sysutils/py-ansible-compat/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ansible-compat
-PORTVERSION=	4.0.2
+PORTVERSION=	4.0.4
 CATEGORIES=	sysutils python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -28,6 +28,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
 USES=		python:3.9+
 USE_PYTHON=	autoplist pep517 pytest
 
+TEST_ENV=	LC_ALL=C.UTF-8 PYTHONPATH=${WRKSRC}/src
+
 NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
diff --git a/sysutils/py-ansible-compat/distinfo b/sysutils/py-ansible-compat/distinfo
index 3cf90f7c3e42..6baae4da6537 100644
--- a/sysutils/py-ansible-compat/distinfo
+++ b/sysutils/py-ansible-compat/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683303169
-SHA256 (ansible-compat-4.0.2.tar.gz) = 25b0dc5aba3c43e0cfdc91404e5704ae9857e664c210f7f84a5566e00d75d7f3
-SIZE (ansible-compat-4.0.2.tar.gz) = 63771
+TIMESTAMP = 1684267890
+SHA256 (ansible-compat-4.0.4.tar.gz) = ad7cebfbee0456dfbfee0e802515b111e001602552505174fa3a35ff08ba2339
+SIZE (ansible-compat-4.0.4.tar.gz) = 65116



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