diff options
author | Chris Severance | 2017-01-06 14:00:18 -0500 |
---|---|---|
committer | Chris Severance | 2017-01-06 14:00:18 -0500 |
commit | 47e686221b6c187dfb0bb60271755f627914336e (patch) | |
tree | 5ac774e618f9978f475ec95dce9b4d0a336579f9 /PKGBUILD | |
parent | 4dca30234af10748d139e584574dca24c897261b (diff) | |
download | aur-47e686221b6c187dfb0bb60271755f627914336e.tar.gz |
Update to 1.4.93
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -16,7 +16,7 @@ Sphinx>=1.1.3,<1.3 guzzle_sphinx_theme>=0.7.10,<0.8 #requirements.txt -tox>=2.3.1,<3.0.0 +tox>=2.5.0,<3.0.0 python-dateutil>=2.1,<3.0.0 nose==1.3.0 mock==1.3.0 @@ -43,7 +43,7 @@ set -u _pyver="python2" _pybase='botocore' pkgname="${_pyver}-${_pybase}" -pkgver=1.4.78 +pkgver=1.4.93 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') @@ -53,7 +53,7 @@ _pydepends=( # See setup.py, README.rst, and requirements.txt for version depend "${_pyver}-bcdoc<0.15.0" # AUR "${_pyver}-wheel>=0.24.0" # AUR == "${_pyver}-jmespath"{'>=0.7.1','<1.0.0'} # AUR == is possible for repositories. Makes upgrades impossible in AUR. - "${_pyver}-tox"{'>=2.3.1','<3.0.0'} # COM == is possible because this is from a repository. Unfortunatley Arch isn"t the primary dev environment for botocore/aws so our packages are likely to be newer. + "${_pyver}-tox"{'>=2.5.0','<3.0.0'} # COM == is possible because this is from a repository. Unfortunatley Arch isn"t the primary dev environment for botocore/aws so our packages are likely to be newer. "${_pyver}-dateutil"{">=2.1","<3.0.0"} # COM "${_pyver}-nose>=1.3.0" # COM == "${_pyver}-mock>=1.3.0" # COM == @@ -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=('8980e3fbf68e66b001842ffb685b5154ec98d5fd6198bb73903edecf4c014211') +sha256sums=('1e423136a98a48bccf659f40d514fecd303966156d103acddd5a42e57e15895c') if [ "${pkgname%-git}" != "${pkgname}" ]; then # this is easily done with case _srcdir="${_pybase}" |