summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-08-03 14:57:10 +0300
committer David Spencer <idlemoor@slackbuilds.org>2016-08-05 18:10:49 +0100
commitf04caef1128b50c0c4b3cabf1fcb6d51ed5847da (patch)
tree51914aacad317af5c5802816af7665b78313619e /python
parentaee2e5db3022c6b8e6a1382fc9dfe6c170aaecf8 (diff)
downloadslackbuilds-f04caef1128b50c0c4b3cabf1fcb6d51ed5847da.tar.gz
slackbuilds-f04caef1128b50c0c4b3cabf1fcb6d51ed5847da.tar.xz
python/stevedore: Updated for version 1.17.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/stevedore/stevedore.SlackBuild8
-rw-r--r--python/stevedore/stevedore.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/python/stevedore/stevedore.SlackBuild b/python/stevedore/stevedore.SlackBuild
index f31fcc926d..c71a695a90 100644
--- a/python/stevedore/stevedore.SlackBuild
+++ b/python/stevedore/stevedore.SlackBuild
@@ -24,13 +24,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=stevedore
-VERSION=${VERSION:-1.16.0}
+VERSION=${VERSION:-1.17.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/python/stevedore/stevedore.info b/python/stevedore/stevedore.info
index fa53ffa01a..afdc408ab9 100644
--- a/python/stevedore/stevedore.info
+++ b/python/stevedore/stevedore.info
@@ -1,8 +1,8 @@
PRGNAM="stevedore"
-VERSION="1.16.0"
+VERSION="1.17.0"
HOMEPAGE="https://github.com/dreamhost/stevedore"
-DOWNLOAD="https://pypi.python.org/packages/67/bf/81061187a6b30a4898ab492dd0ad15c5968723e36035e925d533c253ca70/stevedore-1.16.0.tar.gz"
-MD5SUM="c1dab60f9fbea655019720d17081038f"
+DOWNLOAD="https://pypi.python.org/packages/60/2a/9e109b387cba156cf97871cd3cdb34a00ce65429d5d4ba16678490f6d2ab/stevedore-1.17.0.tar.gz"
+MD5SUM="bfcd4cb6ad403f076a16ce4c08cab60d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pbr six"