Skip to content

Commit

Permalink
devel/awscli: upgrade to 1.8.13
Browse files Browse the repository at this point in the history
devel/py-botocore: upgrade to 1.2.11
devel/py-jmespath: upgrade to 0.9.0

Upgrade awscli and its dependencies to the latest released versions.
  • Loading branch information
bradleythughes committed Oct 20, 2015
1 parent 72f3308 commit 3077a44
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
5 changes: 2 additions & 3 deletions devel/awscli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= awscli
PORTVERSION= 1.7.11
PORTVERSION= 1.8.13
CATEGORIES= devel
MASTER_SITES= CHEESESHOP

Expand All @@ -11,8 +11,7 @@ COMMENT= Universal Command Line Interface for Amazon Web Services

LICENSE= APACHE20

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.12.0:${PORTSDIR}/devel/py-bcdoc \
${PYTHON_PKGNAMEPREFIX}botocore>=0.84.0:${PORTSDIR}/devel/py-botocore \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=1.2.11:${PORTSDIR}/devel/py-botocore \
${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa
Expand Down
4 changes: 2 additions & 2 deletions devel/awscli/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (awscli-1.7.11.tar.gz) = dd22ba9b1637219b93a34f8066cb432c7d5a9d7a44436e926d8dc76808da985b
SIZE (awscli-1.7.11.tar.gz) = 295495
SHA256 (awscli-1.8.13.tar.gz) = ddd07c902d6171b0f02dd8b993a0eed97ffca346ed4ce5c0afbba2251e5a56c3
SIZE (awscli-1.8.13.tar.gz) = 404695
5 changes: 3 additions & 2 deletions devel/py-botocore/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= botocore
PORTVERSION= 0.86.0
PORTVERSION= 1.2.11
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +13,8 @@ COMMENT= Low-level, core functionality of boto 3
LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}jmespath>=0.5.0:${PORTSDIR}/devel/py-jmespath
${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1:${PORTSDIR}/devel/py-jmespath \
${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils

USES= python
USE_PYTHON= distutils autoplist
Expand Down
4 changes: 2 additions & 2 deletions devel/py-botocore/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (botocore-0.86.0.tar.gz) = a87aacef765dfd19d7346cf1420992ca656a9a2613a5bb84ea35c23e1566a810
SIZE (botocore-0.86.0.tar.gz) = 1278024
SHA256 (botocore-1.2.11.tar.gz) = d43d99fd24698adf2f8a61f339e88d9e1f7b47495aa65015e3ee67a97cd1c335
SIZE (botocore-1.2.11.tar.gz) = 2210896
4 changes: 1 addition & 3 deletions devel/py-jmespath/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= jmespath
PORTVERSION= 0.5.0
PORTVERSION= 0.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,8 +12,6 @@ COMMENT= JSON Matching Expressions

LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ply>=3.4:${PORTSDIR}/devel/py-ply

USES= python
USE_PYTHON= distutils autoplist

Expand Down
4 changes: 2 additions & 2 deletions devel/py-jmespath/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (jmespath-0.5.0.tar.gz) = c3243fb93f914df1852cc3699115c87982009860290b60910c1b2715bec238c2
SIZE (jmespath-0.5.0.tar.gz) = 18175
SHA256 (jmespath-0.9.0.tar.gz) = 08dfaa06d4397f283a01e57089f3360e3b52b5b9da91a70e1fd91e9f0cdd3d3d
SIZE (jmespath-0.9.0.tar.gz) = 20855

0 comments on commit 3077a44

Please sign in to comment.