summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-10-26 12:54:23 -0400
committerChris Severance2015-10-26 12:54:23 -0400
commitbc6ea570448347374e2edb878a9fea00e9c68377 (patch)
tree7cd04e0d0fa8e5ddc8510aa21ba7d8ab1ce50bf1
parentb157bdcc228a2028288f11dd71ad9a7438cb91a8 (diff)
downloadaur-bc6ea570448347374e2edb878a9fea00e9c68377.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 777b12f109b7..c3b6b33dc4b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.2.11.r2287.g66008c8
+ pkgver = 1.3.0.r2311.g31aa956
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-botocore-git
makedepends = python
makedepends = python-distribute
makedepends = git
- provides = python-botocore=1.2.11
+ provides = python-botocore=1.3.0
conflicts = python-botocore
source = botocore::git+https://github.com/boto/botocore.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cdceb6460fee..598fcfe73755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ set -u
_pyver="python"
_pybase='botocore'
pkgname="${_pyver}-${_pybase}-git"
-pkgver=1.2.11.r2287.g66008c8
+pkgver=1.3.0.r2311.g31aa956
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')
@@ -63,7 +63,7 @@ _pydepends=( # See setup.py, README.rst, and requirements.txt for version depend
)
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
source=("${_pybase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('306285e9bad9db0572875e9234ed049a0194cb9e4732601dce46f5d953945282')
+sha256sums=('2961c67ab01a876c2f558d7445a257de09a3b90a32064e9196097bbe4aa73e30')
if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case
_srcdir="${_pybase}"