FreeBSD Bugzilla – Attachment 184621 Details for
Bug 220927
www/py-requests: Latest net/py-urllib3 update breaks version requirements, causing py-certbot / py-salt to fail to run
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch allow urllib3 1.22
py-requests.diff (text/plain), 1000 bytes, created by
Carlos J. Puga Medina
on 2017-07-23 07:43:54 UTC
(
hide
)
Description:
patch allow urllib3 1.22
Filename:
MIME Type:
Creator:
Carlos J. Puga Medina
Created:
2017-07-23 07:43:54 UTC
Size:
1000 bytes
patch
obsolete
>Index: www/py-requests/Makefile >=================================================================== >--- www/py-requests/Makefile (revision 446426) >+++ www/py-requests/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= requests > PORTVERSION= 2.18.1 >+PORTREVISION= 1 > CATEGORIES= www python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >Index: www/py-requests/files/patch-setup.py >=================================================================== >--- www/py-requests/files/patch-setup.py (revision 446426) >+++ www/py-requests/files/patch-setup.py (working copy) >@@ -1,8 +1,13 @@ > # pytest-cov and its dependencies are not compulsory > >---- setup.py.orig 2017-06-04 15:11:40 UTC >+--- setup.py.orig 2017-06-14 17:44:15 UTC > +++ setup.py >-@@ -45,7 +45,7 @@ requires = [ >+@@ -44,11 +44,11 @@ packages = ['requests'] >+ requires = [ >+ 'chardet>=3.0.2,<3.1.0', >+ 'idna>=2.5,<2.6', >+- 'urllib3>=1.21.1,<1.22', >++ 'urllib3>=1.21.1,<1.23', > 'certifi>=2017.4.17' > > ]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 220927
:
184605
|
184609
|
184618
|
184621
|
184622