Mon Sep 2 16:12:49 2013 UTC ()
Update to 1.1:

---
1.1
---

* Issue #71 (Distribute Issue #333): EasyInstall now puts less emphasis on the
  condition when a host is blocked via ``--allow-hosts``.
* Issue #72: Restored Python 2.4 compatibility in ``ez_setup.py``.

---
1.0
---

* Issue #60: On Windows, Setuptools supports deferring to another launcher,
  such as Vinay Sajip's `pylauncher <https://bitbucket.org/pypa/pylauncher>`_
  (included with Python 3.3) to launch console and GUI scripts and not install
  its own launcher executables. This experimental functionality is currently
  only enabled if  the ``SETUPTOOLS_LAUNCHER`` environment variable is set to
  "natural". In the future, this behavior may become default, but only after
  it has matured and seen substantial adoption. The ``SETUPTOOLS_LAUNCHER``
  also accepts "executable" to force the default behavior of creating launcher
  executables.
* Issue #63: Bootstrap script (ez_setup.py) now prefers Powershell, curl, or
  wget for retrieving the Setuptools tarball for improved security of the
  install. The script will still fall back to a simple ``urlopen`` on
  platforms that do not have these tools.
* Issue #65: Deprecated the ``Features`` functionality.
* Issue #52: In ``VerifyingHTTPSConn``, handle a tunnelled (proxied)
  connection.

Backward-Incompatible Changes
=============================

This release includes a couple of backward-incompatible changes, but most if
not all users will find 1.0 a drop-in replacement for 0.9.

* Issue #50: Normalized API of environment marker support. Specifically,
  removed line number and filename from SyntaxErrors when returned from
  `pkg_resources.invalid_marker`. Any clients depending on the specific
  string representation of exceptions returned by that function may need to
  be updated to account for this change.
* Issue #50: SyntaxErrors generated by `pkg_resources.invalid_marker` are
  normalized for cross-implementation consistency.
* Removed ``--ignore-conflicts-at-my-risk`` and ``--delete-conflicting``
  options to easy_install. These options have been deprecated since 0.6a11.


(wiz)
diff -r1.29 -r1.30 pkgsrc/devel/py-setuptools/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/py-setuptools/distinfo

cvs diff -r1.29 -r1.30 pkgsrc/devel/py-setuptools/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/Makefile 2013/07/28 20:42:35 1.29
+++ pkgsrc/devel/py-setuptools/Makefile 2013/09/02 16:12:49 1.30
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.29 2013/07/28 20:42:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.30 2013/09/02 16:12:49 wiz Exp $
2 2
3EGG_VERSION= 0.9.8 3EGG_VERSION= 1.1
4DISTNAME= setuptools-${EGG_VERSION} 4DISTNAME= setuptools-${EGG_VERSION}
5EGG_NAME= setuptools-${EGG_VERSION} 5EGG_NAME= setuptools-${EGG_VERSION}
6PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION} 6PKGNAME= ${PYPKGPREFIX}-setuptools-${EGG_VERSION}
7CATEGORIES= devel python 7CATEGORIES= devel python
8MASTER_SITES= http://pypi.python.org/packages/source/s/setuptools/ 8MASTER_SITES= http://pypi.python.org/packages/source/s/setuptools/
9 9
10MAINTAINER= joerg@NetBSD.org 10MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://peak.telecommunity.com/DevCenter/setuptools 11HOMEPAGE= http://peak.telecommunity.com/DevCenter/setuptools
12COMMENT= New Python packaging system 12COMMENT= New Python packaging system
13LICENSE= python-software-foundation OR zpl 13LICENSE= python-software-foundation OR zpl
14 14
15PYDISTUTILSPKG= yes 15PYDISTUTILSPKG= yes
16PYTHON_VERSIONS_INCLUDE_3X= yes 16PYTHON_VERSIONS_INCLUDE_3X= yes

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-setuptools/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-setuptools/distinfo 2013/07/28 20:42:35 1.12
+++ pkgsrc/devel/py-setuptools/distinfo 2013/09/02 16:12:49 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2013/07/28 20:42:35 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2013/09/02 16:12:49 wiz Exp $
2 2
3SHA1 (setuptools-0.9.8.tar.gz) = a13ad9411149c52501a15c702a4f3a3c757b5ba9 3SHA1 (setuptools-1.1.tar.gz) = 0c789b38afa522605407515efb74a0278b867628
4RMD160 (setuptools-0.9.8.tar.gz) = bc8a4a548e7746cc790944483c3fc9844e499828 4RMD160 (setuptools-1.1.tar.gz) = 537aae8005e631ea09d2dd6e0411a98c5661bb9e
5Size (setuptools-0.9.8.tar.gz) = 766455 bytes 5Size (setuptools-1.1.tar.gz) = 679747 bytes
6SHA1 (patch-setup.py) = 8072ebce17d029f7efc1c05528d1e5c0d0f40800 6SHA1 (patch-setup.py) = 8072ebce17d029f7efc1c05528d1e5c0d0f40800