Opened 8 years ago

Closed 8 years ago

#51553 closed defect (fixed)

docker-compose python requests version

Reported by: snarfmason (Jonathan Mason) Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: docker-compose

Description (last modified by mf2k (Frank Schima))

A current port install docker-compose will install py27-requests 2.10.0 but docker-compose requires < 2.10

I see a recent diff on the Portfile r146227 changed it from < 2.9 to < 2.10, I guess py27-requests has had another bump?

I did a hacky workaround by manually editing /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/docker_compose-1.6.2-py2.7.egg-info/requires.txt after the install. docker-compose seems to work fine with py27-requests 2.10.0.

Change History (4)

comment:1 Changed 8 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to sean@…
Port: docker-compose added

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers docker-compose), if any.

comment:2 Changed 8 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:3 Changed 8 years ago by amake (Aaron Madlon-Kay)

I concur that docker-compose appears to be OK with 2.10. This is addressed in #51443.

comment:4 Changed 8 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: newclosed

I believe this is now fixed with the updated docker ports.

Note: See TracTickets for help on using tickets.