Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 18:54:52 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: 2eb860e42c8c - main - devel/py-moto: Update to 2.2.19
Message-ID:  <202201111854.20BIsq3C063318@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=2eb860e42c8c408dcdeb5eb33be9617e4d3f8211

commit 2eb860e42c8c408dcdeb5eb33be9617e4d3f8211
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:15:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:44:28 +0000

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

diff --git a/devel/py-moto/Makefile b/devel/py-moto/Makefile
index 1b7286fe62cc..fd204d829edc 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.16
+PORTVERSION=	2.2.19
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -42,10 +42,6 @@ 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 921f6beb3f96..64d056e17965 100644
--- a/devel/py-moto/distinfo
+++ b/devel/py-moto/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1638556582
-SHA256 (moto-2.2.16.tar.gz) = fef15c831b1356b22beeb4f1b4694945597485bdc111039f1b304ab091141444
-SIZE (moto-2.2.16.tar.gz) = 1982590
+TIMESTAMP = 1641045942
+SHA256 (moto-2.2.19.tar.gz) = c07dba1bf56c7f0b67899936f8c2bfcbd0b77cbaba97056c2871de806a06fe8f
+SIZE (moto-2.2.19.tar.gz) = 2083677



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