Skip to content

Commit

Permalink
devel/py-aws-sam-translator: Update to 1.39.0
Browse files Browse the repository at this point in the history
Remove obsolete PY_ENUM34 from RUN_DEPENDS.

ChangeLog:	https://github.com/aws/serverless-application-model/releases/tag/v1.39.0
PR:		258853
Approved by:	ygy (mentor)
Differential Revision:	https://reviews.freebsd.org/D32537
  • Loading branch information
nanorkyo authored and Yasuhiro Kimura committed Oct 18, 2021
1 parent 0dc3b20 commit cb311e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions devel/py-aws-sam-translator/Makefile
@@ -1,5 +1,5 @@
PORTNAME= aws-sam-translator
PORTVERSION= 1.38.0
PORTVERSION= 1.39.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,8 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.5:www/py-boto3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.15:devel/py-six@${PY_FLAVOR} \
${PY_ENUM34}
${PYTHON_PKGNAMEPREFIX}six>=1.15:devel/py-six@${PY_FLAVOR}

USES= python:3.6-3.8
USE_PYTHON= autoplist concurrent distutils
Expand Down
6 changes: 3 additions & 3 deletions devel/py-aws-sam-translator/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1627517076
SHA256 (aws-sam-translator-1.38.0.tar.gz) = 0ecadda9cf5ab2318f57f1253181a2151e4c53cd35d21717a923c075a5a65cb6
SIZE (aws-sam-translator-1.38.0.tar.gz) = 173126
TIMESTAMP = 1633138397
SHA256 (aws-sam-translator-1.39.0.tar.gz) = 8973af434ef649861b03a104581b64c219fcf255adb7510e71a6e96914be3208
SIZE (aws-sam-translator-1.39.0.tar.gz) = 160973

0 comments on commit cb311e1

Please sign in to comment.