Changelog for
python3-zope.root-4.3.3-29.2.x86_64.rpm :
Fri Feb 10 13:00:00 2017 hpjAATTurpla.net
- update to version 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)
Wed Nov 2 13:00:00 2016 toddrme2178AATTgmail.com
- Split documentation and tests into own subpackage
to speed up build
- Create a shared \"zope/__init__.py\" file to guarantee zope
packages are always importable. The existing zope packages don\'t
create this file, resulting in import errors. If they did create
the file individually, it would conflict. This shared file
avoids both issues. The file is minimal. It is based on the
version in zope.interface because it doesn\'t depend on setuptools
at runtime.