summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-12-20 15:38:15 -0500
committerChris Severance2017-12-20 15:38:15 -0500
commit354591b7b0dc1a98d4f7e5efc13d50f2c4661a03 (patch)
tree87e597186f0a9df235abf5739cfed54e671afef3
parentc7133e82ad723deee48bbf0d67ce727d38d47826 (diff)
downloadaur-354591b7b0dc1a98d4f7e5efc13d50f2c4661a03.tar.gz
Update to 1.8.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bc534565017..0bbcfc1cadb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 15 18:08:43 UTC 2017
+# Wed Dec 20 20:38:14 UTC 2017
pkgbase = python-botocore-git
pkgdesc = A low-level interface to a number of Amazon Web Services. This is the foundation for the AWS CLI as well as boto3
- pkgver = 1.8.14.r4217.g7a342a1d
+ pkgver = 1.8.17.r4230.gd1d82391
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -27,7 +27,7 @@ pkgbase = python-botocore-git
depends = python-guzzle-sphinx-theme>=0.7.10
depends = python-guzzle-sphinx-theme<0.8
depends = python-behave>=1.2.5
- provides = python-botocore=1.8.14
+ provides = python-botocore=1.8.17
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index 46c1d60ae507..843aaae827f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.8.14.r4217.g7a342a1d
+pkgver=1.8.17.r4230.gd1d82391
pkgrel=1
pkgdesc='A low-level interface to a number of Amazon Web Services. This is the foundation for the AWS CLI as well as boto3'
arch=('any')
@@ -68,7 +68,7 @@ depends=("${_pyver}" "${_pydepends[@]}")
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
options=('!strip')
source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('b5029d945b9e1032ca70b874fc291ddcd5fb2092609b96590e5b75d469fa26d3')
+sha256sums=('4cea31f38e58c1e0c621150c530b5b5f454d3bf6e669afbe05c74e4b86b36591')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"