Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:11:30 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: 2516930e94fe - main - devel/py-pytest-mypy: Update to 0.10.1
Message-ID:  <202212300911.2BU9BUcO013666@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=2516930e94fe785168309432aac90481f8f656fc

commit 2516930e94fe785168309432aac90481f8f656fc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:43:13 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:51 +0000

    devel/py-pytest-mypy: Update to 0.10.1
    
    - Updte WWW
    
    Changes:        https://github.com/realpython/pytest-mypy/releases
                    https://github.com/realpython/pytest-mypy/blob/main/changelog.md
---
 devel/py-pytest-mypy/Makefile | 6 +++---
 devel/py-pytest-mypy/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-pytest-mypy/Makefile b/devel/py-pytest-mypy/Makefile
index 368226f6557a..b39176b713ac 100644
--- a/devel/py-pytest-mypy/Makefile
+++ b/devel/py-pytest-mypy/Makefile
@@ -1,12 +1,12 @@
 PORTNAME=	pytest-mypy
-PORTVERSION=	0.10.0
+PORTVERSION=	0.10.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Mypy static type checker plugin for pytest
-WWW=		https://github.com/dbader/pytest-mypy
+WWW=		https://github.com/realpython/pytest-mypy
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.5:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}filelock>=3.0:sysutils/py-filelock@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mypy>=0.780:devel/py-mypy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mypy>=0.900:devel/py-mypy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=4.6,1:devel/py-pytest@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pexpect>=0:misc/py-pexpect@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
diff --git a/devel/py-pytest-mypy/distinfo b/devel/py-pytest-mypy/distinfo
index 8b88594b46b2..41904975c8f9 100644
--- a/devel/py-pytest-mypy/distinfo
+++ b/devel/py-pytest-mypy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664767948
-SHA256 (pytest-mypy-0.10.0.tar.gz) = e74d632685f15a39c31c551a9d8cec4619e24bd396245a6335c5db0ec6d17b6f
-SIZE (pytest-mypy-0.10.0.tar.gz) = 14619
+TIMESTAMP = 1669057837
+SHA256 (pytest-mypy-0.10.1.tar.gz) = 7fe68837449334553e224cc86c6dc1b938772399abb64f510a864fb209593a94
+SIZE (pytest-mypy-0.10.1.tar.gz) = 13882



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