Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2024 08:03:33 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: 5ff1878c6f73 - main - devel/py-diff-cover: update 8.0.3 =?utf-8?Q?=E2=86=92?= 9.0.0
Message-ID:  <202404170803.43H83X7U045649@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=5ff1878c6f73a781d8428c526e07404f7bde62d5

commit 5ff1878c6f73a781d8428c526e07404f7bde62d5
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-17 07:57:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-17 07:57:23 +0000

    devel/py-diff-cover: update 8.0.3 → 9.0.0
    
    Reported by:    portscout
---
 devel/py-diff-cover/Makefile | 5 ++---
 devel/py-diff-cover/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/devel/py-diff-cover/Makefile b/devel/py-diff-cover/Makefile
index b9724f17328a..00b04fa47351 100644
--- a/devel/py-diff-cover/Makefile
+++ b/devel/py-diff-cover/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	diff-cover
-DISTVERSION=	8.0.3
+DISTVERSION=	9.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,14 +18,13 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}chardet>=3.0.0:textproc/py-chardet@${PY_FLAV
 		${PYTHON_PKGNAMEPREFIX}pluggy>=0.13.1:devel/py-pluggy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pygments>=2.9.0:textproc/py-pygments@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tomli>=1.2.1:textproc/py-tomli@${PY_FLAVOR}
-
 TEST_DEPENDS=	pylint${PYTHON_PKGNAMESUFFIX}>0:devel/pylint@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-datadir>=1.4.1:devel/py-pytest-datadir@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	pep517 autoplist pytest
+USE_PYTHON=	pep517 autoplist pytest # 2 tests fail, see https://github.com/Bachmann1234/diff_cover/issues/400
 
 MAKE_ENV+=	GIT_DIR=${WRKDIR} # workaround for https://github.com/python-poetry/poetry/issues/5547
 TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
diff --git a/devel/py-diff-cover/distinfo b/devel/py-diff-cover/distinfo
index 5ff35559455c..76e015e2767b 100644
--- a/devel/py-diff-cover/distinfo
+++ b/devel/py-diff-cover/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1705821169
-SHA256 (diff_cover-8.0.3.tar.gz) = 393565ca8668ae1e0e38e4e132b51cf028086fb06a7a7d9479deb5023e2f68d4
-SIZE (diff_cover-8.0.3.tar.gz) = 91259
+TIMESTAMP = 1713339932
+SHA256 (diff_cover-9.0.0.tar.gz) = 1dc851d3f3f320c048d03618e4c0d9861fa4a1506b425d2d09a564b20c95674a
+SIZE (diff_cover-9.0.0.tar.gz) = 91775



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