From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 20:34:20 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8A82566FE25; Mon, 27 Sep 2021 20:34:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HJDrW3Nnzz4nQ6; Mon, 27 Sep 2021 20:34:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 07CA7170FB; Mon, 27 Sep 2021 20:34:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18RKYIAI009830; Mon, 27 Sep 2021 20:34:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RKYIhg009829; Mon, 27 Sep 2021 20:34:18 GMT (envelope-from git) Date: Mon, 27 Sep 2021 20:34:18 GMT Message-Id: <202109272034.18RKYIhg009829@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: c0af13a76076 - main - devel/py-moto: Update to 2.2.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c0af13a760764d801fa620ff2dfed5f0d070abd0 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 20:34:20 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0af13a760764d801fa620ff2dfed5f0d070abd0 commit c0af13a760764d801fa620ff2dfed5f0d070abd0 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 20:33:42 +0000 Commit: Po-Chuan Hsieh 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 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 +.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