Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix urlretrieve for python3, support basic auth #542

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

projekt01
Copy link

Python 3, Basic Authentication support. This is used for downloads from private pypi server e.g.
buildout -c https://pypi.foobar.com/private/something.cfg

Same issue as #257 for python 2 in release 2.5.1.

…dout cfg downloads

Fix python 3 urlretrieve for downloading external config files with basic auth in the URL. Same as issue buildout#257 for python 2 in release 2.5.1.
@projekt01
Copy link
Author

The tests are failing because of an endless loop of buildout update dependencies with python 3. I Guess this is fixed in pull request #536. Can someone confirm that. Is it possible to get commit/write access to this repository. I'm a zopefoundation member.
Regards Roger Ineichen

@icemac icemac requested a review from gotcha January 26, 2021 07:39
@icemac
Copy link

icemac commented Jan 26, 2021

@projekt01 Hi Roger, I sent you an invitation to become a developer in the buildout organization.

@gotcha
Copy link
Member

gotcha commented Mar 2, 2021

@projekt01 Would you rebase on master to check if CI pass ?

@gotcha gotcha force-pushed the master branch 2 times, most recently from b8ad13b to 5db2e99 Compare March 15, 2021 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants