Date: Mon, 4 Sep 2023 21:31:53 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: 5f4fca5545e1 - main - devel/py-moto: Update to 4.2.2 Message-ID: <202309042131.384LVrdf094862@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=5f4fca5545e1888599c3598c6dd5b6ec839ed294 commit 5f4fca5545e1888599c3598c6dd5b6ec839ed294 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:26:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:12 +0000 devel/py-moto: Update to 4.2.2 - Add GitHub to MASTER_SITES Changes: https://github.com/getmoto/moto/releases https://github.com/getmoto/moto/blob/master/CHANGELOG.md --- devel/py-moto/Makefile | 5 +++-- devel/py-moto/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-moto/Makefile b/devel/py-moto/Makefile index 660a1d98c2b0..8ee3d0988233 100644 --- a/devel/py-moto/Makefile +++ b/devel/py-moto/Makefile @@ -1,7 +1,8 @@ PORTNAME= moto -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.2 CATEGORIES= devel python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/getmoto/moto/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/py-moto/distinfo b/devel/py-moto/distinfo index 40b37e5b5a6e..c90caf9ce9ff 100644 --- a/devel/py-moto/distinfo +++ b/devel/py-moto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1693056815 -SHA256 (moto-4.2.0.tar.gz) = 00fbae396fc48c3596e47b4e3267c1a41ca01c968de023beb68e774c63910b58 -SIZE (moto-4.2.0.tar.gz) = 3627634 +TIMESTAMP = 1693823891 +SHA256 (moto-4.2.2.tar.gz) = ee34c4c3f53900d953180946920c9dba127a483e2ed40e6dbf93d4ae2e760e7c +SIZE (moto-4.2.2.tar.gz) = 3646677
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042131.384LVrdf094862>