summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-08-30 22:28:52 -0400
committerChris Severance2018-08-30 22:28:52 -0400
commit5d8c01a636ca06186b56295006f604f3f62195b8 (patch)
tree8745773d53429b7b51287edc802df6bf9034cd3e
parent094cab295daad9ce148cf3d268e26a89ce6f403d (diff)
downloadaur-5d8c01a636ca06186b56295006f604f3f62195b8.tar.gz
Update to 3.14.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfcf37bf5b24..aae27536f437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jul 9 03:57:40 UTC 2018
+# Fri Aug 31 02:28:52 UTC 2018
pkgbase = python2-aws-eb-cli
pkgdesc = The API and CLI tools that provide access to Amazon Elastic Beanstalk awsebcli
- pkgver = 3.14.2
+ pkgver = 3.14.4
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.14.2.tar.gz
- sha256sums = 4880fdffed20b199bb71b1784cf3aefe81859b173ef0291a4c1a6ef08b96bb0c
+ source = https://files.pythonhosted.org/packages/source/a/awsebcli/awsebcli-3.14.4.tar.gz
+ sha256sums = 197dc510f249ecd762fd5b09c0405b15740620b90cb310af823307c67bcc4cd1
pkgname = python2-aws-eb-cli
depends = python2
@@ -22,7 +22,7 @@ pkgname = python2-aws-eb-cli
depends = python2-dateutil>=2.1
depends = python2-dateutil<3.0.0
depends = python2-yaml>=3.10
- depends = python2-yaml<=3.12
+ depends = python2-yaml<=3.13
depends = python2-setuptools>=20.0
depends = python2-semantic_version=2.5.0
depends = python2-six=1.11.0
diff --git a/PKGBUILD b/PKGBUILD
index 5265a86a13b6..779e3a31c077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ pkgname="${_pyver}-${_pybase}"
_pyverother='' #python-'
fi
_pybase="${_pybase//-/}"
-pkgver='3.14.2'
+pkgver='3.14.4'
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=('4880fdffed20b199bb71b1784cf3aefe81859b173ef0291a4c1a6ef08b96bb0c')
+sha256sums=('197dc510f249ecd762fd5b09c0405b15740620b90cb310af823307c67bcc4cd1')
# Convert python requires to PKGBUILD depends
# $1: prefix python- or python2-
@@ -49,7 +49,7 @@ requires = [
'colorama>=0.3.9,<0.4.0', # use the same range that 'docker-compose' uses
'pathspec==0.5.5',
'python-dateutil>=2.1,<3.0.0', # use the same range that 'botocore' uses
- 'PyYAML>=3.10,<=3.12', # use the same range that 'aws-cli' uses. This is also compatible with 'docker-compose'
+ 'PyYAML>=3.10,<=3.13', # use the same range that 'aws-cli' uses. This is also compatible with 'docker-compose'
'setuptools >= 20.0',
'semantic_version == 2.5.0',
'six == 1.11.0',