summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-03-05 15:09:00 -0500
committerChris Severance2018-03-05 15:09:00 -0500
commite82945982f16a5dda79ea26a6f0d6bdf40ff5456 (patch)
tree66e24145c39b62cc19283c9ee3a2077c2e286c8c
parent119bfa3bebf284d624ac54930fceec6eafbaa36f (diff)
downloadaur-e82945982f16a5dda79ea26a6f0d6bdf40ff5456.tar.gz
Update to 1.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c29bce89250b..99585c8689c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 23 01:21:11 UTC 2018
+# Mon Mar 5 20:09:00 UTC 2018
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.49.r4384.g49a33b43
+ pkgver = 1.9.3.r4416.g77c6d279
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -28,7 +28,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.49
+ provides = python-botocore=1.9.3
conflicts = python-botocore
options = !strip
source = botocore::git+https://github.com/boto/botocore.git
diff --git a/PKGBUILD b/PKGBUILD
index bf6c10747df7..8016d1118272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.8.49.r4384.g49a33b43
+pkgver=1.9.3.r4416.g77c6d279
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')
@@ -70,7 +70,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=('ed864888a6797b98edd584e4e3aa0fdfea65ba376dab9f5dc565c6a7f6353dc0')
+sha256sums=('afec77966ad3cbb7aa4ac12cc31221b49a4dbb82b7714e4d9737ada4699c2be2')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"