pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-ZopeInterface Updated py-ZopeInterface to 4.3.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dabc549e7122
branches: trunk
changeset: 351938:dabc549e7122
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Sep 01 16:37:33 2016 +0000
description:
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)
diffstat:
devel/py-ZopeInterface/Makefile | 6 ++++--
devel/py-ZopeInterface/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r 31e32acb3a02 -r dabc549e7122 devel/py-ZopeInterface/Makefile
--- a/devel/py-ZopeInterface/Makefile Thu Sep 01 16:33:54 2016 +0000
+++ b/devel/py-ZopeInterface/Makefile Thu Sep 01 16:37:33 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/06/13 12:01:00 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/09/01 16:37:33 wiz Exp $
-DISTNAME= zope.interface-4.2.0
+DISTNAME= zope.interface-4.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.i/ZopeI/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.interface/}
@@ -10,5 +10,7 @@
COMMENT= The zope.interface package used in Zope 3 and Twisted
LICENSE= zpl-2.1
+DEPENDS+= ${PYPKGPREFIX}-ZopeEvent-[0-9]*:../../devel/py-ZopeEvent
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 31e32acb3a02 -r dabc549e7122 devel/py-ZopeInterface/distinfo
--- a/devel/py-ZopeInterface/distinfo Thu Sep 01 16:33:54 2016 +0000
+++ b/devel/py-ZopeInterface/distinfo Thu Sep 01 16:37:33 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2016/06/13 12:01:00 wiz Exp $
+$NetBSD: distinfo,v 1.13 2016/09/01 16:37:33 wiz Exp $
-SHA1 (zope.interface-4.2.0.tar.gz) = 8b5f345d257d9d03cd782b9e332fc1c0928928f4
-RMD160 (zope.interface-4.2.0.tar.gz) = cf74c702efb1b6ba155161fa0f7b507295a6e1f4
-SHA512 (zope.interface-4.2.0.tar.gz) = 737d6e3af994a630d3de0dbfabc4f2e578cf943466bf1411358c0421db81e6f98067900e3878eb5f3f48922fb60754c56368d70d12aa65c7c8bcadc42a8402fd
-Size (zope.interface-4.2.0.tar.gz) = 146335 bytes
+SHA1 (zope.interface-4.3.1.tar.gz) = 48470c422d57b20da31655a02df77b0a19c83044
+RMD160 (zope.interface-4.3.1.tar.gz) = 9b6f960c52a398845599832968403de927cc91f8
+SHA512 (zope.interface-4.3.1.tar.gz) = c61be2cdde33a69509c4f7e076c101441332f8a14195533dab1ee11cc39192162c3d883de2f6fc9ef2fdbf2d69fbe01a4e1bdaaf9292735b165e4734602d311a
+Size (zope.interface-4.3.1.tar.gz) = 147262 bytes
Home |
Main Index |
Thread Index |
Old Index