summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-02-11 17:53:42 -0500
committerChris Severance2018-02-11 17:53:42 -0500
commitedfad51cc6291e7f22d7c7ee1b285024cdb44516 (patch)
tree49ffc8f74fb39f3bd3b5fc6ae6939922a60879dd
parent61253fb3bedb3c8f483e54e8354bc5a6231a7bb8 (diff)
downloadaur-edfad51cc6291e7f22d7c7ee1b285024cdb44516.tar.gz
Update to 3.12.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 019e66aeefee..97f055416790 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Nov 16 02:24:18 UTC 2017
+# Sun Feb 11 22:53:42 UTC 2018
pkgbase = aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.12.1
+ pkgver = 3.12.2
pkgrel = 1
url = https://pypi.python.org/pypi/awsebcli
arch = any
license = Apache
makedepends = python
makedepends = python-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.2.tar.gz
+ sha256sums = 505e613678c0d1c477d7d8051f0db16082f7b6c2eb230c2ece6560ef06e94fa7
pkgname = aws-eb-cli
depends = python
@@ -18,7 +18,7 @@ pkgname = aws-eb-cli
depends = python-botocore>=1.0.1
depends = python-cement=2.8.2
depends = python-colorama=0.3.7
- depends = python-pathspec=0.5.0
+ depends = python-pathspec=0.5.5
depends = python-setuptools>=20.0
depends = python-docopt>=0.6.1
depends = python-docopt<0.7
@@ -26,8 +26,6 @@ pkgname = aws-eb-cli
depends = python-requests<=2.9.1
depends = python-websocket-client>=0.11.0
depends = python-websocket-client<1.0
- depends = python-docker-py>=1.1.0
- depends = python-docker-py<=1.7.2
depends = python-dockerpty>=0.3.2
depends = python-dockerpty<=0.4.1
depends = python-semantic_version=2.5.0
diff --git a/PKGBUILD b/PKGBUILD
index 10e3b72ee818..40f00d0f74e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.12.1'
+pkgver='3.12.2'
pkgrel='1'
pkgdesc='The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli'
arch=('any')
@@ -32,7 +32,7 @@ _verwatch=("https://pypi.python.org/simple/${_pybase}/" "${_pybase}-\([0-9\.]\+\
# 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=('505e613678c0d1c477d7d8051f0db16082f7b6c2eb230c2ece6560ef06e94fa7')
# 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',