Date: Tue, 11 May 2021 21:52:25 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: e7feb3fe7fe9 - main - devel/py-moto: Update to 2.0.6 Message-ID: <202105112152.14BLqP8a099145@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=e7feb3fe7fe970f3eadcc63a6a4407dfbf6a1c4a commit e7feb3fe7fe970f3eadcc63a6a4407dfbf6a1c4a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-11 21:16:01 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-11 21:47:10 +0000 devel/py-moto: Update to 2.0.6 Changes: https://github.com/spulec/moto/blob/master/CHANGELOG.md --- devel/py-moto/Makefile | 10 ++++------ devel/py-moto/distinfo | 6 +++--- devel/py-moto/files/patch-setup.py | 11 +++++++++++ 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/devel/py-moto/Makefile b/devel/py-moto/Makefile index bdb974e93171..c26d2781d617 100644 --- a/devel/py-moto/Makefile +++ b/devel/py-moto/Makefile @@ -1,8 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= moto -PORTVERSION= 1.3.16 -PORTREVISION= 1 +PORTVERSION= 2.0.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +12,11 @@ COMMENT= Allow your python tests to easily mock out the boto library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=2.36.0:devel/py-boto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}boto3>=1.9.201:www/py-boto3@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.9.201:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.201:devel/py-botocore@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=2.9.2:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10.1:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}markupsafe>=0<2.0:textproc/py-markupsafe@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}markupsafe>=0:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}more-itertools>=0:devel/py-more-itertools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1<3.0.0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ diff --git a/devel/py-moto/distinfo b/devel/py-moto/distinfo index 90e161d8a3f7..b89448fb21d0 100644 --- a/devel/py-moto/distinfo +++ b/devel/py-moto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604480694 -SHA256 (moto-1.3.16.tar.gz) = 6c686b1f117563391957ce47c2106bc3868783d59d0e004d2446dce875bec07f -SIZE (moto-1.3.16.tar.gz) = 1761006 +TIMESTAMP = 1620405413 +SHA256 (moto-2.0.6.tar.gz) = 7982176837406cabb47a84785125d337b6df357ae92ae29423724d072764dd90 +SIZE (moto-2.0.6.tar.gz) = 1557871 diff --git a/devel/py-moto/files/patch-setup.py b/devel/py-moto/files/patch-setup.py new file mode 100644 index 000000000000..94b05af264de --- /dev/null +++ b/devel/py-moto/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-05-03 12:18:17 UTC ++++ setup.py +@@ -32,7 +32,7 @@ def get_version(): + install_requires = [ + "boto3>=1.9.201", + "botocore>=1.12.201", +- "cryptography>=3.3.1", ++ "cryptography>=2.9.2", + "requests>=2.5", + "xmltodict", + "six>1.9",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112152.14BLqP8a099145>