From 63d507adccf8207a40e2b22a8c11f79efb83f56a Mon Sep 17 00:00:00 2001 From: PJ Eby Date: Sun, 17 Jul 2005 19:01:15 +0000 Subject: ``Distribution`` objects now implement the ``IResourceProvider`` and ``IMetadataProvider`` interfaces, so you don't need to reference the (no longer available) ``metadata`` attribute to get at these interfaces. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041133 --- setuptools.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'setuptools.txt') diff --git a/setuptools.txt b/setuptools.txt index 8a1edcf7..01e8994e 100755 --- a/setuptools.txt +++ b/setuptools.txt @@ -1342,6 +1342,16 @@ Release Notes/Change History * Fixed ``pkg_resources.resource_exists()`` not working correctly. + * Many ``pkg_resources`` API changes: + + * ``Distribution`` objects now implement the ``IResourceProvider`` and + ``IMetadataProvider`` interfaces, so you don't need to reference the (no + longer available) ``metadata`` attribute to get at these interfaces. + + * ``Distribution`` and ``Requirement`` both have a ``project_name`` + attribute for the project name they refer to. (Previously these were + ``name`` and ``distname`` attributes.) + 0.5a13 * Fixed a bug in resource extraction from nested packages in a zipped egg. -- cgit v1.2.3