summaryrefslogtreecommitdiffstats
path: root/python/python-dateutil/python-dateutil.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali2016-07-31 07:47:55 +0200
committer David Spencer2016-08-05 19:10:51 +0200
commitdce1d6cad04c62257a1a7a89916c91358aac0b30 (patch)
treefee628e788bafe01b490b76e0a68f0b79a79855c /python/python-dateutil/python-dateutil.SlackBuild
parent59a17ecb9182c7617f640c5583fba9c399790fa0 (diff)
downloadslackbuilds-dce1d6cad04c62257a1a7a89916c91358aac0b30.tar.gz
python/python-dateutil: Updated for version 2.5.3
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/python-dateutil/python-dateutil.SlackBuild')
-rw-r--r--python/python-dateutil/python-dateutil.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-dateutil/python-dateutil.SlackBuild b/python/python-dateutil/python-dateutil.SlackBuild
index 29833449ff..3ff9e9b1ee 100644
--- a/python/python-dateutil/python-dateutil.SlackBuild
+++ b/python/python-dateutil/python-dateutil.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-dateutil
-# Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-dateutil
-VERSION=${VERSION:-2.4.2}
+VERSION=${VERSION:-2.5.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,7 +56,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Fix end-of-line encoding.
-for i in NEWS PKG-INFO python_dateutil.egg-info/{zip-safe,PKG-INFO}; do
+for i in NEWS; do
sed -e 's/\r//' $i > ${i}.new
touch -r $i ${i}.new
mv ${i}.new $i