Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:01:12 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: 93fede34726b - main - devel/py-attrs: Update to 24.3.0
Message-ID:  <202412311601.4BVG1CDM084307@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=93fede34726b40f5adf05de880600b8b0e000269

commit 93fede34726b40f5adf05de880600b8b0e000269
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 15:48:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 15:48:04 +0000

    devel/py-attrs: Update to 24.3.0
    
    Changes:        https://github.com/python-attrs/attrs/releases
                    https://www.attrs.org/en/stable/changelog.html
---
 devel/py-attrs/Makefile | 10 ++++------
 devel/py-attrs/distinfo |  6 +++---
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/devel/py-attrs/Makefile b/devel/py-attrs/Makefile
index 2ab4a6de0865..3dcee1552d17 100644
--- a/devel/py-attrs/Makefile
+++ b/devel/py-attrs/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	attrs
-PORTVERSION=	24.2.0
+PORTVERSION=	24.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -27,11 +27,9 @@ NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${PYTHON_REL} >= 30900
-TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mypy>=1.11.1:devel/py-mypy@${PY_FLAVOR}
-.if ${PYTHON_REL} < 31300
-TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pytest-mypy-plugins>=0:devel/py-pytest-mypy-plugins@${PY_FLAVOR}
-.endif
+.if ${PYTHON_REL} >= 31000
+TEST_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}mypy>=1.11.1:devel/py-mypy@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-mypy-plugins>=0:devel/py-pytest-mypy-plugins@${PY_FLAVOR}
 .endif
 
 .include <bsd.port.post.mk>
diff --git a/devel/py-attrs/distinfo b/devel/py-attrs/distinfo
index 2d73afc6b084..8a42855dded1 100644
--- a/devel/py-attrs/distinfo
+++ b/devel/py-attrs/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1724084578
-SHA256 (attrs-24.2.0.tar.gz) = 5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346
-SIZE (attrs-24.2.0.tar.gz) = 792678
+TIMESTAMP = 1735227846
+SHA256 (attrs-24.3.0.tar.gz) = 8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff
+SIZE (attrs-24.3.0.tar.gz) = 805984



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