#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 31st August 2016 === ==== Local Packages ==== * Updated `perl-IO-String` (1.08), `perl-IO-Tty` (1.12), `perl-IO-Zlib` (1.10), `perl-IO-stringy` (2.111), `perl-IPC-Run` (0.94), `perl-IPC-System-Simple` (1.25), `perl-JSON-MaybeXS` (1.003005), `perl-Jcode` (2.07) and `perl-LMAP-CID2SPF` (0.9) to build-require `perl-generators` for proper dependency generation * Updated `perl-IPC-Run3` (0.048) to add test and fix for [[CPAN:52317|CPAN RT#52317]]: Calling `run3` garbles `STDIN` ([[RedHatBugzilla:1062267|Bug #1062267]]) * Updated `python-zope-interface` to 4.3.0: * 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, which 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) ----