summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-02-18 20:50:43 -0500
committerChris Severance2018-02-18 20:50:43 -0500
commit75e5ceb9079fbf721ef297e56e8652a79575147f (patch)
treebdb1483673e3fa37e83209224d6cb938dbc73b0d
parente525ab606f335fcc37b67ffd974623497a4c79b9 (diff)
downloadaur-75e5ceb9079fbf721ef297e56e8652a79575147f.tar.gz
Update to 3.12.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec37605b7813..9fd96744360a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Nov 16 02:25:19 UTC 2017
+# Mon Feb 19 01:50:43 UTC 2018
pkgbase = python2-aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.12.1
+ pkgver = 3.12.3
pkgrel = 1
url = https://pypi.python.org/pypi/awsebcli
arch = any
license = Apache
makedepends = python2
makedepends = python2-distribute
- source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.12.1.tar.gz
- sha256sums = 7495eca3a80949619eef9f79432a95c927ecf711f0f4f4e37b84e298ccff638b
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.12.3.tar.gz
+ sha256sums = e9faff1d756137f667c0468283b9d7da8cbe7f496dfd02ea2d6cbfac37ec464a
pkgname = python2-aws-eb-cli
depends = python2
@@ -18,7 +18,7 @@ pkgname = python2-aws-eb-cli
depends = python2-botocore>=1.0.1
depends = python2-cement=2.8.2
depends = python2-colorama=0.3.7
- depends = python2-pathspec=0.5.0
+ depends = python2-pathspec=0.5.5
depends = python2-setuptools>=20.0
depends = python2-docopt>=0.6.1
depends = python2-docopt<0.7
@@ -26,8 +26,6 @@ pkgname = python2-aws-eb-cli
depends = python2-requests<=2.9.1
depends = python2-websocket-client>=0.11.0
depends = python2-websocket-client<1.0
- depends = python2-docker-py>=1.1.0
- depends = python2-docker-py<=1.7.2
depends = python2-dockerpty>=0.3.2
depends = python2-dockerpty<=0.4.1
depends = python2-semantic_version=2.5.0
diff --git a/PKGBUILD b/PKGBUILD
index b0c750ece035..fb7277c025c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.12.1'
+pkgver='3.12.3'
pkgrel='1'
pkgdesc='The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli'
arch=('any')
@@ -32,7 +32,7 @@ _srcdir="${_pybase}-${pkgver}"
# https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package
# https://bitbucket.org/pypa/pypi/issues/447/direct-links-of-packages-gone
source=("https://files.pythonhosted.org/packages/source/${_pybase: 0:1}/${_pybase}/${_pybase}-${pkgver}.tar.gz")
-sha256sums=('7495eca3a80949619eef9f79432a95c927ecf711f0f4f4e37b84e298ccff638b')
+sha256sums=('e9faff1d756137f667c0468283b9d7da8cbe7f496dfd02ea2d6cbfac37ec464a')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-
@@ -47,13 +47,12 @@ requires = ['pyyaml>=3.11',
'botocore>=1.0.1',
'cement==2.8.2',
'colorama==0.3.7',
- 'pathspec==0.5.0',
+ 'pathspec==0.5.5',
'setuptools >= 20.0',
## For docker-compose
'docopt >= 0.6.1, < 0.7',
'requests >= 2.6.1, <= 2.9.1',
'websocket-client >= 0.11.0, < 1.0',
- 'docker-py >= 1.1.0, <= 1.7.2',
'dockerpty >= 0.3.2, <= 0.4.1',
'semantic_version == 2.5.0',
'tabulate == 0.7.5',