Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2022 02:25:48 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 657bdcb45287 - main - devel/py-pytest-regressions: Update to 2.4.1
Message-ID:  <202210030225.2932PmSa098524@gitrepo.freebsd.org>

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

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

commit 657bdcb4528760c0e4633c2c9b34cf94a913c3d7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-03 02:15:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-03 02:15:07 +0000

    devel/py-pytest-regressions: Update to 2.4.1
    
    - Update version requirement of RUN_DEPENDS
    
    Changes:        https://github.com/ESSS/pytest-regressions/blob/master/CHANGELOG.rst
---
 devel/py-pytest-regressions/Makefile | 4 ++--
 devel/py-pytest-regressions/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-pytest-regressions/Makefile b/devel/py-pytest-regressions/Makefile
index 9d3d2ca9deb4..84f3cb53ad6b 100644
--- a/devel/py-pytest-regressions/Makefile
+++ b/devel/py-pytest-regressions/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pytest-regressions
-PORTVERSION=	2.3.1
+PORTVERSION=	2.4.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.5.0:devel/py-pytest@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=6.2.0,1:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-datadir>=1.2.0:devel/py-pytest-datadir@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
diff --git a/devel/py-pytest-regressions/distinfo b/devel/py-pytest-regressions/distinfo
index 15e1d87a6fbc..a7addd60051a 100644
--- a/devel/py-pytest-regressions/distinfo
+++ b/devel/py-pytest-regressions/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643133773
-SHA256 (pytest-regressions-2.3.1.tar.gz) = b3ec4cdb34e8f627606275d8b834c65e60e1a3073e326bb3727a427273d0221d
-SIZE (pytest-regressions-2.3.1.tar.gz) = 109616
+TIMESTAMP = 1663672856
+SHA256 (pytest-regressions-2.4.1.tar.gz) = 264d23e8132deeb57441cf466b7b5db445797f346e72b672c95b7f52a47bf01b
+SIZE (pytest-regressions-2.4.1.tar.gz) = 110863



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