From dce1d6cad04c62257a1a7a89916c91358aac0b30 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 30 Jul 2016 22:47:55 -0700 Subject: python/python-dateutil: Updated for version 2.5.3 Signed-off-by: Larry Hajali --- python/python-dateutil/python-dateutil.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python-dateutil/python-dateutil.SlackBuild') diff --git a/python/python-dateutil/python-dateutil.SlackBuild b/python/python-dateutil/python-dateutil.SlackBuild index 29833449ff34e..3ff9e9b1eef29 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 +# Copyright 2012-2016 Larry Hajali # 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 -- cgit v1.2.3