Changes between Initial Version and Version 1 of Ticket #58394, comment 3


Ignore:
Timestamp:
Apr 26, 2019, 9:45:53 PM (5 years ago)
Author:
reneeotten (Renee Otten)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58394, comment 3

    initial v1  
    1 the incompatibility is due to {{{py-requests}}} and {{{py-urllib3}}}, which was indeed recently upgraded. The issue was reported before, see [https://trac.macports.org/ticket/58382 Trac ticket 58382], and an attempt was made to resolve this in [https://github.com/macports/macports-ports/commit/714a95bcd1e281f84586fd72d10097424f630f1b this commit]. The latest update of {{{py-urllib3}}} to 1.25.1 now doesn't work with {{{py-requests}}} anymore.
     1the incompatibility is due to {{{py-requests}}} and {{{py-urllib3}}}; the latter one was indeed recently upgraded and that version isn't compatible with {{{py-requests}}} yet. The issue was reported before, see [https://trac.macports.org/ticket/58382 Trac ticket 58382], and an attempt was made to resolve this in [https://github.com/macports/macports-ports/commit/714a95bcd1e281f84586fd72d10097424f630f1b this commit]. The latest update of {{{py-urllib3}}} to 1.25.1 now doesn't work with {{{py-requests}}} anymore.
    22
    33So I suppose a quick-fix would be to update the patches in {{{py-requests}}} for now. There is an open [https://github.com/kennethreitz/requests/issues/5067 issue] and [https://github.com/kennethreitz/requests/pull/5063 PR] upstream for {{{py-requests}}} that will address the incompatibility issue for real.