Re: [Distutils] Setuptools 2.0 Released

2013-12-09 Thread Nick Coghlan
On 10 Dec 2013 08:03, "Tres Seaver"  wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 12/09/2013 04:40 PM, Antoine Pitrou wrote:
> > Is there a changelog?
>
>
https://bitbucket.org/pypa/setuptools/src/f4d6757ae9fa79df03ef6ed070ab8757707fe963/CHANGES.txt?at=default

Ah, one instance of the legacy import system PEP 302 emulation finally
removed :)

Perhaps for 3.5, I (or someone else!) will finally get around to making the
emulation layer in pkgutil a thin wrapper around importlib. Since the
import system migrated to importlib in 3.3, the utility functions in
pkgutil no longer rely on that emulation, but it's still around for
backwards compatibility with direct third party usage.

Cheers,
Nick.

>
>
> Tres.
> - --
> ===
> Tres Seaver  +1 540-429-0999  tsea...@palladion.com
> Palladion Software   "Excellence by Design"http://palladion.com
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iEYEARECAAYFAlKmPi0ACgkQ+gerLs4ltQ6HggCguPzkufm/VmuORsxC5xJ59rwQ
> yY4An2y622rRFmNFrNOxEit1TED0QpMw
> =P0Ix
> -END PGP SIGNATURE-
>
> ___
> Distutils-SIG maillist  -  Distutils-SIG@python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Setuptools 2.0 Released

2013-12-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 12/09/2013 04:40 PM, Antoine Pitrou wrote:
> Is there a changelog?

https://bitbucket.org/pypa/setuptools/src/f4d6757ae9fa79df03ef6ed070ab8757707fe963/CHANGES.txt?at=default


Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlKmPi0ACgkQ+gerLs4ltQ6HggCguPzkufm/VmuORsxC5xJ59rwQ
yY4An2y622rRFmNFrNOxEit1TED0QpMw
=P0Ix
-END PGP SIGNATURE-

___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Setuptools 2.0 Released

2013-12-09 Thread Antoine Pitrou

Hi,

Jason R. Coombs  jaraco.com> writes:
> 
> The PyPA is pleased to announce the Setuptools 2.0 release.
>  
> This backward-incompatible release drops support for Python 2.4 and Python
2.5, but is otherwise compatible with 1.x releases.

Is there a changelog?

Regards

Antoine.


___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] Setuptools 2.0 Released

2013-12-09 Thread Erik Bray
On Sat, Dec 7, 2013 at 1:29 PM, Jason R. Coombs  wrote:
> The PyPA is pleased to announce the Setuptools 2.0 release.
>
>
>
> This backward-incompatible release drops support for Python 2.4 and Python
> 2.5, but is otherwise compatible with 1.x releases.
>
>
>
> The 1.x series will continue to be supported for bug and security fixes for
> the foreseeable future. This means that any systems with older versions of
> Python should install “setuptools<2dev” or use the legacy bootstrap script,
> available at
> https://bitbucket.org/pypa/setuptools/raw/bootstrap-py24/ez_setup.py for
> Python 2.4 and Python 2.5 users. That link is also published in the README
> as install instructions.
>
>
>
> Please report any emergent issues at
> https://bitbucket.org/pypa/setuptools/issues.

Thanks for the awesome work!  I still support 2.5 for a few projects
so it's helpful to know that there are still options available for
such cases.

Erik
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig


Re: [Distutils] PyPI download issues from Rackspace Cloud

2013-12-09 Thread holger krekel
On Mon, Nov 25, 2013 at 08:48 +0200, Marius Gedminas wrote:
> On Sat, Nov 23, 2013 at 08:59:35AM -0500, Donald Stufft wrote:
> > Can you try with 1.5rc1?
> 
> This was trickier than I thought, because pip appears to be incapable of
> upgrading itself on Windows:
> 
>   $ git clone https://github.com/pypa/pip
>   $ virtualenv env
>   $ env/scripts/pip install -U ./pip
>   WindowsError: [Error 5] Access is denied: 
> 'c:\\users\\mg\\...\\scripts\\pip.exe'
> 
> but the advice in https://github.com/pypa/pip/issues/1299 helped:
> 
>   $ env/scripts/python -m pip -U ./pip
> 
> > We switched to requests in that version and perhaps it side steps the issue?
> 
> Looks like.  10 out of 10 successful downloads with pip git master using:
> 
>   $ unset PIP_DOWNLOAD_CACHE
>   $ rm -f virtualenv-1.10.1.tar.gz && env/scripts/pip install -d .  virtualenv
> 
> As a control, I tested again with pip 1.4.1, and 2 out of 4 downloads
> failed with a bad hash error.
>
> Interesting.

Thanks for the notes, Marius.  I also got md5 checksumming issues with 
pip-1.4.1 on a windows machine in the rackspace cloud.  Alas, i cannot 
easily force a different pip version because pip is installed from
an automation script which comes from somewhere else :(

best,
holger
___
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig