+1
I am assuming the deprecation is done according to the process that was
discussed in the thread "An easier path to upgrade from one LTS release to
another".
On Sunday, July 12, 2015 at 4:53:23 PM UTC+2, James Bennett wrote:
>
> There's not much to this, really, except what's in the subject
so _that's_ why I've been adding zip_safe=False to all my setups for
years :P
+1 to encouraging the world to move forward :)
--
Curtis
On 14 July 2015 at 10:40, Russell Keith-Magee wrote:
>
> On Mon, Jul 13, 2015 at 11:00 PM, Donald Stufft wrote:
>>
>> I’m fine with this, but just be warne
On Mon, Jul 13, 2015 at 11:00 PM, Donald Stufft wrote:
> I’m fine with this, but just be warned that it does mean anything
> that ships a Django app will need a zip_unsafe=True or else they
> no longer support being installed with easy_install.
... and I'm sure both the people who still use eas
Created ticket: https://code.djangoproject.com/ticket/25120#ticket
On Monday, July 13, 2015 at 11:01:08 AM UTC-4, Donald Stufft wrote:
>
> I’m fine with this, but just be warned that it does mean anything
> that ships a Django app will need a zip_unsafe=True or else they
> no longer support bein
I’m fine with this, but just be warned that it does mean anything
that ships a Django app will need a zip_unsafe=True or else they
no longer support being installed with easy_install.
On July 12, 2015 at 10:53:20 AM, James Bennett (ubernost...@gmail.com) wrote:
> There's not much to this, really,
+1. Eggs have reached the point of obsolescence.
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-developers+unsubsc
+1
On 12 July 2015 at 15:53, James Bennett wrote:
> There's not much to this, really, except what's in the subject line of
> this message.
>
> The problem of providing a single-file, no-build-step format for
> distributing and installing Python packages has been solved by wheels, and
> wheels al
There's not much to this, really, except what's in the subject line of this
message.
The problem of providing a single-file, no-build-step format for
distributing and installing Python packages has been solved by wheels, and
wheels also don't cause the pile of weirdness that comes with using eggs.