Skip to content

Commit

Permalink
python-dateutil: version update to last py2 version
Browse files Browse the repository at this point in the history
do not bump that module to 2.x. The API changed to python3
with 2.0
  • Loading branch information
v4hn committed Aug 4, 2013
1 parent 310c5f3 commit f85ad73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions python/python-dateutil/BUILD
@@ -1,7 +1,3 @@
(

python setup.py build &&
prepare_install &&
python setup.py install --root=/

) > $C_FIFO 2>&1
python setup.py build &&
prepare_install &&
python setup.py install --root=/
6 changes: 3 additions & 3 deletions python/python-dateutil/DETAILS
@@ -1,11 +1,11 @@
MODULE=python-dateutil
VERSION=1.4.1
VERSION=1.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://labix.org/download/python-dateutil/
SOURCE_VFY=sha1:0d06926ac127b8db333d91b3afb0eeb100ac7cac
SOURCE_VFY=sha1:f489e1a70e415731d401422f711670288571040b
WEB_SITE=http://labix.org/python-dateutil
ENTERED=20090227
UPDATED=20110118
UPDATED=20130804
SHORT="extensions to the standard datetime module, available in Python"
cat << EOF
The dateutil module provides powerful extensions to the standard datetime
Expand Down

0 comments on commit f85ad73

Please sign in to comment.