diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-16 15:41:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-16 15:41:15 +0000 |
commit | b11832169984e9bed6fe34318106dc1b8e831924 (patch) | |
tree | 8e4aed97f44640381ee9b853a1268449a482740b /devel | |
parent | 438d236286b921b1c13830d7567fef52cb49a215 (diff) | |
download | pkgsrc-b11832169984e9bed6fe34318106dc1b8e831924.tar.gz |
Update to 0.6.32:
------
0.6.32
------
* Fix test suite with Python 2.6.
* Fix some DeprecationWarnings and ResourceWarnings.
* Issue #335: Backed out `setup_requires` superceding installed requirements
until regression can be addressed.
------
0.6.31
------
* Issue #303: Make sure the manifest only ever contains UTF-8 in Python 3.
* Issue #329: Properly close files created by tests for compatibility with
Jython.
* Work around Jython bugs `#1980 <http://bugs.jython.org/issue1980>`_ and
`#1981 <http://bugs.jython.org/issue1981>`_.
* Issue #334: Provide workaround for packages that reference `sys.__stdout__`
such as numpy does. This change should address
`virtualenv #359 <https://github.com/pypa/virtualenv/issues/359>`_ as long
as the system encoding is UTF-8 or the IO encoding is specified in the
environment, i.e.::
PYTHONIOENCODING=utf8 pip install numpy
* Fix for encoding issue when installing from Windows executable on Python 3.
* Issue #323: Allow `setup_requires` requirements to supercede installed
requirements. Added some new keyword arguments to existing pkg_resources
methods. Also had to updated how __path__ is handled for namespace packages
to ensure that when a new egg distribution containing a namespace package is
placed on sys.path, the entries in __path__ are found in the same order they
would have been in had that egg been on the path when pkg_resources was
first imported.
------
0.6.30
------
* Issue #328: Clean up temporary directories in distribute_setup.py.
* Fix fatal bug in distribute_setup.py.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-distribute/Makefile | 6 | ||||
-rw-r--r-- | devel/py-distribute/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-distribute/Makefile b/devel/py-distribute/Makefile index 64606b18706..89bd22c8e20 100644 --- a/devel/py-distribute/Makefile +++ b/devel/py-distribute/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:19:30 asau Exp $ +# $NetBSD: Makefile,v 1.4 2012/12/16 15:41:15 wiz Exp $ # -DISTNAME= distribute-0.6.29 -PKGNAME= ${PYPKGPREFIX}-distribute-0.6.29 +DISTNAME= distribute-0.6.32 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel MASTER_SITES= http://pypi.python.org/packages/source/d/distribute/ diff --git a/devel/py-distribute/distinfo b/devel/py-distribute/distinfo index 1724c977c8e..16b4dd9ef3d 100644 --- a/devel/py-distribute/distinfo +++ b/devel/py-distribute/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2012/10/20 16:11:00 wiz Exp $ +$NetBSD: distinfo,v 1.3 2012/12/16 15:41:15 wiz Exp $ -SHA1 (distribute-0.6.29.tar.gz) = c713633a38d23bbed16c0947666165688a18915b -RMD160 (distribute-0.6.29.tar.gz) = 9e800bd2a2c8c48d742a1c50be6bec276cc82219 -Size (distribute-0.6.29.tar.gz) = 638051 bytes +SHA1 (distribute-0.6.32.tar.gz) = 65ae88517ac47bd4e0fb449b3b9a9bf85e8366c8 +RMD160 (distribute-0.6.32.tar.gz) = 022b82cdcc43b9c276cc464a418665c0d2ae83ee +Size (distribute-0.6.32.tar.gz) = 643362 bytes SHA1 (patch-aa) = f71c01fc59d71e731c4e239790acb7968e29e7d9 |