pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ZopeInterface
Module Name: pkgsrc
Committed By: wiz
Date: Thu Sep 1 16:37:33 UTC 2016
Modified Files:
pkgsrc/devel/py-ZopeInterface: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-ZopeInterface/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-ZopeInterface/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-ZopeInterface/Makefile
diff -u pkgsrc/devel/py-ZopeInterface/Makefile:1.21 pkgsrc/devel/py-ZopeInterface/Makefile:1.22
--- pkgsrc/devel/py-ZopeInterface/Makefile:1.21 Mon Jun 13 12:01:00 2016
+++ pkgsrc/devel/py-ZopeInterface/Makefile Thu Sep 1 16:37:33 2016
@@ -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 @@ HOMEPAGE= http://pypi.python.org/pypi/zo
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"
Index: pkgsrc/devel/py-ZopeInterface/distinfo
diff -u pkgsrc/devel/py-ZopeInterface/distinfo:1.12 pkgsrc/devel/py-ZopeInterface/distinfo:1.13
--- pkgsrc/devel/py-ZopeInterface/distinfo:1.12 Mon Jun 13 12:01:00 2016
+++ pkgsrc/devel/py-ZopeInterface/distinfo Thu Sep 1 16:37:33 2016
@@ -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