Changelog for
python2-zope.interface-4.4.2-bp151.1.1.x86_64.rpm :
* Mon Jun 19 2017 okurzAATTsuse.com- Cover building python3 packages as well
* Sat Jun 17 2017 okurzAATTsuse.com- Update to 4.4.2
* Fix a regression storing zope.component.persistentregistry.PersistentRegistry instances. See issue 85.
* Fix a regression that could lead to the utility registration cache of Components getting out of sync. See issue 93.- Update to 4.4.1
* Simplify the caching of utility-registration data. In addition to simplification, avoids spurious test failures when checking for leaks in tests with persistent registries. See pull 84.
* Raise ValueError when non-text names are passed to adapter registry methods: prevents corruption of lookup caches.- Update to 4.4.0
* Avoid a warning from the C compiler. (https://github.com/zopefoundation/zope.interface/issues/71)
* Add support for Python 3.6.- Update to 4.3.3
* Correct typos and ReST formatting errors in documentation.
* Add API documentation for the adapter registry.
* Ensure that the LICENSE.txt file is included in built wheels.
* Fix C optimizations broken on Py3k. See the Python bug at: http://bugs.python.org/issue15657 (https://github.com/zopefoundation/zope.interface/issues/60)- Update to 4.3.2
* Fix equality testing of implementedBy objects and proxies. (https://github.com/zopefoundation/zope.interface/issues/55)- Prevent duplicate doc package generation- Cleanup duplicates in build tree
* Sat Mar 11 2017 okurzAATTsuse.com- Convert package to singlespec
* Tue Nov 15 2016 dmuellerAATTsuse.com- update to 4.3.1:- Support Components subclasses that are not hashable. (https://github.com/zopefoundation/zope.interface/issues/53)- 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``.- 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)
* Fri May 15 2015 benoit.moninAATTgmx.fr- update to version 4.1.2:
* Add support for PyPy3.
* Remove unittest assertions deprecated in Python3.x.
* Add zope.interface.document.asReStructuredText, which formats the generated text for an interface using ReST double-backtick markers.- fix documentation generation- pass -q to test to avoid spamming the build log
* Tue Sep 16 2014 tbechtoldAATTsuse.com- Update to version 4.1.1:
* Added support for Python 3.4.
* Sun Feb 16 2014 os-devAATTjacraig.com- Update to 4.1.0:
* Updated ``boostrap.py`` to version 2.2.
* Added ``AATTnamed(name)`` declaration, that specifies the component name, so it does not have to be passed in during registration.- Change source URL, .zip not available for this version.
* Thu Dec 19 2013 cooloAATTsuse.com- BuildIgnore our own name - required by python-repoze.sphinx.autointerface, but of course not needed
* Thu Aug 01 2013 hpjAATTurpla.net- add unzip to BuildRequires
* Thu Aug 01 2013 speilickeAATTsuse.com- Ship upstream tarbal (zipfile) and fix Source URL