Re: [Python-Dev] Move ensurepip blobs to external place

2018-03-29 Thread Wes Turner
AFAIU, the objectives (with no particular ranking) are: - minimize git clone time and bandwidth - include latest pip with every python install - run the full test suite with CI for every PR (buildbot) - the full test suite requires pip - run the test suite locally when developing a PR - minimize

Re: [Python-Dev] Move ensurepip blobs to external place

2018-03-29 Thread Donald Stufft
From my POV I don’t care where they live, just document how to update them going forward. Sent from my iPhone > On Mar 24, 2018, at 4:50 AM, Serhiy Storchaka wrote: > > Wouldn't be better to put them into a separate repository like Tcl/Tk and > other external binaries for Windows, and downlo

Re: [Python-Dev] Move ensurepip blobs to external place

2018-03-24 Thread Matt Billenstein
As i recall git LFS makes storing large binary objects in some external object storage fairly seamless - might be a good fit for keeping the same workflow and not bloating the repo. M -- Matt Billenstein m...@vazor.com Sent from my iPhone 6 (this put here so you know I have one) > On Mar 24,

Re: [Python-Dev] Move ensurepip blobs to external place

2018-03-24 Thread Nick Coghlan
On 25 March 2018 at 06:52, Ned Deily wrote: > On Mar 24, 2018, at 16:13, Steve Dower wrote: > > Or we could just pull the right version directly from PyPI? (Note that > updating the version should be an explicit step, as it is today, but the > file should be identical to what’s on PyPI, right? A

Re: [Python-Dev] Move ensurepip blobs to external place

2018-03-24 Thread Ned Deily
On Mar 24, 2018, at 16:13, Steve Dower wrote: > Or we could just pull the right version directly from PyPI? (Note that > updating the version should be an explicit step, as it is today, but the file > should be identical to what’s on PyPI, right? And a urlretrieve is easier > than pulling from

Re: [Python-Dev] Move ensurepip blobs to external place

2018-03-24 Thread Steve Dower
: Paul Moore Sent: Saturday, March 24, 2018 4:17 To: Nick Coghlan Cc: Serhiy Storchaka; python-dev Subject: Re: [Python-Dev] Move ensurepip blobs to external place On 24 March 2018 at 10:50, Nick Coghlan wrote: > On 24 March 2018 at 18:50, Serhiy Storchaka wrote: >> >> Currently

Re: [Python-Dev] Move ensurepip blobs to external place

2018-03-24 Thread Paul Moore
On 24 March 2018 at 10:50, Nick Coghlan wrote: > On 24 March 2018 at 18:50, Serhiy Storchaka wrote: >> >> Currently the repository contains bundled pip and setuptools (2 MB total) >> which are updated with every release of pip and setuptools. This increases >> the size of the repository by around

Re: [Python-Dev] Move ensurepip blobs to external place

2018-03-24 Thread Nick Coghlan
On 24 March 2018 at 18:50, Serhiy Storchaka wrote: > Currently the repository contains bundled pip and setuptools (2 MB total) > which are updated with every release of pip and setuptools. This increases > the size of the repository by around 2 MB several times per year. There > were total 37 upd

[Python-Dev] Move ensurepip blobs to external place

2018-03-24 Thread Serhiy Storchaka
Currently the repository contains bundled pip and setuptools (2 MB total) which are updated with every release of pip and setuptools. This increases the size of the repository by around 2 MB several times per year. There were total 37 updates of Lib/ensurepip/_bundled, therefore the repository