View | Details | Raw Unified | Return to bug 220927 | Differences between
and this patch

Collapse All | Expand All

(-)www/py-requests/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	requests
4
PORTNAME=	requests
5
PORTVERSION=	2.18.1
5
PORTVERSION=	2.18.1
6
PORTREVISION=	1
6
CATEGORIES=	www python
7
CATEGORIES=	www python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)www/py-requests/files/patch-setup.py (-2 / +7 lines)
Lines 1-8 Link Here
1
# pytest-cov and its dependencies are not compulsory
1
# pytest-cov and its dependencies are not compulsory
2
2
3
--- setup.py.orig	2017-06-04 15:11:40 UTC
3
--- setup.py.orig	2017-06-14 17:44:15 UTC
4
+++ setup.py
4
+++ setup.py
5
@@ -45,7 +45,7 @@ requires = [
5
@@ -44,11 +44,11 @@ packages = ['requests']
6
 requires = [
7
     'chardet>=3.0.2,<3.1.0',
8
     'idna>=2.5,<2.6',
9
-    'urllib3>=1.21.1,<1.22',
10
+    'urllib3>=1.21.1,<1.23',
6
     'certifi>=2017.4.17'
11
     'certifi>=2017.4.17'
7
 
12
 
8
 ]
13
 ]

Return to bug 220927