Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2013 09:42:13 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311935 - head/devel/py-botocore
Message-ID:  <201302080942.r189gDix037386@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302080942.r189gDix037386>