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
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
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,
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
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
: 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
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
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