Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2021 20:34:18 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: c0af13a76076 - main - devel/py-moto: Update to 2.2.8
Message-ID:  <202109272034.18RKYIhg009829@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=c0af13a760764d801fa620ff2dfed5f0d070abd0

commit c0af13a760764d801fa620ff2dfed5f0d070abd0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-27 20:33:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-09-27 20:33:42 +0000

    devel/py-moto: Update to 2.2.8
    
    Changes:        https://github.com/spulec/moto/blob/master/CHANGELOG.md
---
 devel/py-moto/Makefile | 6 +++++-
 devel/py-moto/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/devel/py-moto/Makefile b/devel/py-moto/Makefile
index 7dbef1fc956c..3b52e5d80191 100644
--- a/devel/py-moto/Makefile
+++ b/devel/py-moto/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	moto
-PORTVERSION=	2.2.7
+PORTVERSION=	2.2.8
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -43,6 +43,10 @@ NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 
+.if ${PYTHON_REL} < 30700
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR}
+.endif
+
 .if ${PYTHON_REL} < 30800
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
 .endif
diff --git a/devel/py-moto/distinfo b/devel/py-moto/distinfo
index 255b12f0d6ce..2be5b960ddcf 100644
--- a/devel/py-moto/distinfo
+++ b/devel/py-moto/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632227540
-SHA256 (moto-2.2.7.tar.gz) = f5d131d0be71890809c94556930f865d25814e2d2e29d74fab749f963a11b518
-SIZE (moto-2.2.7.tar.gz) = 1780746
+TIMESTAMP = 1632773105
+SHA256 (moto-2.2.8.tar.gz) = 418a47e65fd1a0001068d833b3e9924ce881f2e93e8d45b8cbc8bfa26bfeb7e0
+SIZE (moto-2.2.8.tar.gz) = 1845533



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