aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/py-botocore/Makefile4
-rw-r--r--devel/py-botocore/distinfo4
-rw-r--r--devel/py-botocore/files/patch-requests-ver11
3 files changed, 4 insertions, 15 deletions
diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile
index 34ffb1b6a0ce..e8597faf38c7 100644
--- a/devel/py-botocore/Makefile
+++ b/devel/py-botocore/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= botocore
-PORTVERSION= 0.16.0
+PORTVERSION= 0.17.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}jmespath>=0.0.2:${PORTSDIR}/devel/py-jmespath \
- ${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:${PORTSDIR}/www/py-requests \
+ ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests \
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
USE_PYTHON= yes
diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo
index dc531dcde325..1397fb29a146 100644
--- a/devel/py-botocore/distinfo
+++ b/devel/py-botocore/distinfo
@@ -1,2 +1,2 @@
-SHA256 (botocore-0.16.0.tar.gz) = e55a280fd35372284d42d30c6c2a07938518881e53c2abc6a22c1eeb6cb7a7fa
-SIZE (botocore-0.16.0.tar.gz) = 892742
+SHA256 (botocore-0.17.0.tar.gz) = 7509f3a5aff5985b18d497aedfa0080eeeca501c9416aa4ae9b88ae3f762d9d5
+SIZE (botocore-0.17.0.tar.gz) = 906121
diff --git a/devel/py-botocore/files/patch-requests-ver b/devel/py-botocore/files/patch-requests-ver
deleted file mode 100644
index 81d246e9c575..000000000000
--- a/devel/py-botocore/files/patch-requests-ver
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py 2013-08-30 04:26:06.000000000 +0000
-+++ setup.py 2013-09-06 10:17:57.000000000 +0000
-@@ -18,7 +18,7 @@
- 'botocore',
- ]
-
--requires = ['requests==1.2.0',
-+requires = ['requests>=1.2.0',
- 'six>=1.1.0',
- 'jmespath==0.0.2',
- 'python-dateutil>=2.1']