Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2024 07:21:51 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c731e1987a9 - main - devel/py-line-profiler: update 4.1.2 =?utf-8?Q?=E2=86=92?= 4.1.3
Message-ID:  <202404290721.43T7LpWp046986@gitrepo.freebsd.org>

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

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

commit 7c731e1987a9f8d2a89eda84c9dae6b393b527b1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-29 05:58:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-29 07:21:42 +0000

    devel/py-line-profiler: update 4.1.2 → 4.1.3
    
    Reported by:    portscout
---
 devel/py-line-profiler/Makefile | 9 +++++----
 devel/py-line-profiler/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/devel/py-line-profiler/Makefile b/devel/py-line-profiler/Makefile
index fe2afcc10dd7..4ccfcabfd703 100644
--- a/devel/py-line-profiler/Makefile
+++ b/devel/py-line-profiler/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	line-profiler
-DISTVERSION=	4.1.2
+DISTVERSION=	4.1.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,11 +17,12 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scikit-build>0:devel/py-scikit-build@${PY_
 		${PYTHON_PKGNAMEPREFIX}cython3>=0:lang/cython3@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=5.3:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}ipython>=0.13:devel/ipython@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ubelt>=1.3.4:devel/py-ubelt@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>=3.0.0:devel/py-pytest-cov@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ubelt>=1.3.4:devel/py-ubelt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}xdoctest>=1.1.3:devel/py-xdoctest@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	distutils cython autoplist pytest # 1 test fails, see https://github.com/pyutils/line_profiler/issues/159
+USE_PYTHON=	distutils cython autoplist pytest # 7 tests fail, see https://github.com/pyutils/line_profiler/issues/266
 
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
diff --git a/devel/py-line-profiler/distinfo b/devel/py-line-profiler/distinfo
index e63649c1afbe..185c2a2374b0 100644
--- a/devel/py-line-profiler/distinfo
+++ b/devel/py-line-profiler/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1710216307
-SHA256 (line_profiler-4.1.2.tar.gz) = aa56578b0ff5a756fe180b3fda7bd67c27bbd478b3d0124612d8cf00e4a21df2
-SIZE (line_profiler-4.1.2.tar.gz) = 78149
+TIMESTAMP = 1714366087
+SHA256 (line_profiler-4.1.3.tar.gz) = e5f1123c3672c3218ba063c23bd64a51159e44649fed6780b993c781fb5ed318
+SIZE (line_profiler-4.1.3.tar.gz) = 196850



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