svn commit: r311935 - head/devel/py-botocore
Frederic Culot
culot at FreeBSD.org
Fri Feb 8 09:42:13 UTC 2013
Author: culot
Date: Fri Feb 8 09:42:12 2013
New Revision: 311935
URL: http://svnweb.freebsd.org/changeset/ports/311935
Log:
- Update to 0.5.3
PR: ports/175889
Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org> (maintainer)
Modified:
head/devel/py-botocore/Makefile
head/devel/py-botocore/distinfo
Modified: head/devel/py-botocore/Makefile
==============================================================================
--- head/devel/py-botocore/Makefile Fri Feb 8 09:41:38 2013 (r311934)
+++ head/devel/py-botocore/Makefile Fri Feb 8 09:42:12 2013 (r311935)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= botocore
-PORTVERSION= 0.4.1
+PORTVERSION= 0.5.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +13,10 @@ COMMENT= Low-level, core functionality o
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \
- ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \
- ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six \
- ${PYTHON_PKGNAMEPREFIX}sphinx>=0:${PORTSDIR}/textproc/py-sphinx \
- ${PYTHON_PKGNAMEPREFIX}tox>=0:${PORTSDIR}/devel/py-tox
+ ${PYTHON_PKGNAMEPREFIX}requests>=0.14.1:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six \
+ ${PYTHON_PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \
+ ${PYTHON_PKGNAMEPREFIX}tox>=1.4:${PORTSDIR}/devel/py-tox
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
Modified: head/devel/py-botocore/distinfo
==============================================================================
--- head/devel/py-botocore/distinfo Fri Feb 8 09:41:38 2013 (r311934)
+++ head/devel/py-botocore/distinfo Fri Feb 8 09:42:12 2013 (r311935)
@@ -1,2 +1,2 @@
-SHA256 (botocore-0.4.1.tar.gz) = c065be45a1990e4417e8b11241089024e9e515e0d512a3eb5663e5391000f2ab
-SIZE (botocore-0.4.1.tar.gz) = 290635
+SHA256 (botocore-0.5.3.tar.gz) = 3f92863cf467c8159c09c6138adb929b332c6acac5d9ef8c16cc8fd24304b066
+SIZE (botocore-0.5.3.tar.gz) = 298133
More information about the svn-ports-head
mailing list