summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-03-21 11:55:22 -0400
committerChris Severance2016-03-21 11:55:22 -0400
commit102857cb0b483265f718f5c4b01c8bcb11ac4eb5 (patch)
treec5e5543ffad54082e9c8abfde9a901b152b54298
parent9a57c981c553d3262c1ae56fb025c9aa2ba17dea (diff)
downloadaur-102857cb0b483265f718f5c4b01c8bcb11ac4eb5.tar.gz
Relax restriction on python-rsa
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88ea812c5d5b..8f0c30693829 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 21 02:56:47 UTC 2016
+# Mon Mar 21 15:55:22 UTC 2016
pkgbase = python2-aws-cli
pkgdesc = Universal Command Line Interface for Amazon Web Services awscli
pkgver = 1.10.14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aws/aws-cli
arch = any
license = Apache
@@ -14,7 +14,6 @@ pkgbase = python2-aws-cli
depends = python2-botocore>=1.4.5
depends = python2-colorama>=0.2.5
depends = python2-rsa>=3.2
- depends = python2-rsa<=3.3.0
depends = python2-s3transfer>=0.0.1
depends = python2-wheel>=0.24.0
depends = python2-jmespath>=0.7.1
diff --git a/PKGBUILD b/PKGBUILD
index 5cf195d0b2ac..749d706e06c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ _pyverother='python'
fi
pkgver=1.10.14
# Generally when this version changes, the version of botocore also changes
-pkgrel=1
+pkgrel=2
pkgdesc='Universal Command Line Interface for Amazon Web Services awscli'
arch=('any')
url="https://github.com/aws/${_pybase}"
@@ -60,10 +60,8 @@ license=('Apache') # Apache License 2.0
_pydepends=( # See setup.py, README.rst, and requirements.txt for version dependencies
"${_pyver}-bcdoc" # AUR
"${_pyver}-botocore>=1.4.5" # AUR == would make upgrades from AUR impossible. See below.
- #"${_pyver}-colorama"{">=0.2.5","<=0.3.3"} # COM
- "${_pyver}-colorama>=0.2.5" # COM requested by phw
- #"${_pyver}-rsa-3.1.2"{">=3.1.2","<=3.3.0"} # AUR
- "${_pyver}-rsa"{'>=3.2','<=3.3.0'} # COM
+ "${_pyver}-colorama>=0.2.5" #,"<=0.3.3"} # COM requested by phw
+ "${_pyver}-rsa>=3.2" # ','<=3.3.0'} # COM requested by supermario & jsteel
"${_pyver}-s3transfer>=0.0.1" # AUR
### These are from python-botocore