Re: [Distutils] Setuptools 2.0 Released

2013-12-09 Thread Erik Bray
On Sat, Dec 7, 2013 at 1:29 PM, Jason R. Coombs jar...@jaraco.com 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 “setuptools2dev” 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] Setuptools 2.0 Released

2013-12-09 Thread Antoine Pitrou

Hi,

Jason R. Coombs jaraco at 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 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 Designhttp://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 Nick Coghlan
On 10 Dec 2013 08:03, Tres Seaver tsea...@palladion.com 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 Designhttp://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


[Distutils] Setuptools 2.0 Released

2013-12-07 Thread Jason R. Coombs
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 setuptools2dev 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.



Jason

PyPA

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