Thu Sep 1 16:37:33 2016 UTC ()
Updated py-ZopeInterface to 4.3.1.

Add missing dependency.

4.3.1 (2016-08-31)
------------------

- Support Components subclasses that are not hashable.
  (https://github.com/zopefoundation/zope.interface/issues/53)

4.3.0 (2016-08-31)
------------------

- Add the ability to sort the objects returned by ``implementedBy``.
  This is compatible with the way interface classes sort so they can
  be used together in ordered containers like BTrees.
  (https://github.com/zopefoundation/zope.interface/issues/42)

- Make ``setuptools`` a hard dependency of ``setup.py``.
  (https://github.com/zopefoundation/zope.interface/issues/13)

- Change a linear algorithm (O(n)) in ``Components.registerUtility`` and
  ``Components.unregisterUtility`` into a dictionary lookup (O(1)) for
  hashable components. This substantially improves the time taken to
  manipulate utilities in large registries at the cost of some
  additional memory usage. (https://github.com/zopefoundation/zope.interface/issues/46)


(wiz)
diff -r1.21 -r1.22 pkgsrc/devel/py-ZopeInterface/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/py-ZopeInterface/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/devel/py-ZopeInterface/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-ZopeInterface/Attic/Makefile 2016/06/13 12:01:00 1.21
+++ pkgsrc/devel/py-ZopeInterface/Attic/Makefile 2016/09/01 16:37:33 1.22
@@ -1,14 +1,16 @@ @@ -1,14 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2016/06/13 12:01:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.22 2016/09/01 16:37:33 wiz Exp $
2 2
3DISTNAME= zope.interface-4.2.0 3DISTNAME= zope.interface-4.3.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.i/ZopeI/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.i/ZopeI/}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.interface/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.interface/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://pypi.python.org/pypi/zope.interface 9HOMEPAGE= http://pypi.python.org/pypi/zope.interface
10COMMENT= The zope.interface package used in Zope 3 and Twisted 10COMMENT= The zope.interface package used in Zope 3 and Twisted
11LICENSE= zpl-2.1 11LICENSE= zpl-2.1
12 12
 13DEPENDS+= ${PYPKGPREFIX}-ZopeEvent-[0-9]*:../../devel/py-ZopeEvent
 14
13.include "../../lang/python/egg.mk" 15.include "../../lang/python/egg.mk"
14.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/py-ZopeInterface/Attic/distinfo 2016/06/13 12:01:00 1.12
+++ pkgsrc/devel/py-ZopeInterface/Attic/distinfo 2016/09/01 16:37:33 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2016/06/13 12:01:00 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2016/09/01 16:37:33 wiz Exp $
2 2
3SHA1 (zope.interface-4.2.0.tar.gz) = 8b5f345d257d9d03cd782b9e332fc1c0928928f4 3SHA1 (zope.interface-4.3.1.tar.gz) = 48470c422d57b20da31655a02df77b0a19c83044
4RMD160 (zope.interface-4.2.0.tar.gz) = cf74c702efb1b6ba155161fa0f7b507295a6e1f4 4RMD160 (zope.interface-4.3.1.tar.gz) = 9b6f960c52a398845599832968403de927cc91f8
5SHA512 (zope.interface-4.2.0.tar.gz) = 737d6e3af994a630d3de0dbfabc4f2e578cf943466bf1411358c0421db81e6f98067900e3878eb5f3f48922fb60754c56368d70d12aa65c7c8bcadc42a8402fd 5SHA512 (zope.interface-4.3.1.tar.gz) = c61be2cdde33a69509c4f7e076c101441332f8a14195533dab1ee11cc39192162c3d883de2f6fc9ef2fdbf2d69fbe01a4e1bdaaf9292735b165e4734602d311a
6Size (zope.interface-4.2.0.tar.gz) = 146335 bytes 6Size (zope.interface-4.3.1.tar.gz) = 147262 bytes