[Checkins] [zopefoundation/zope.app.apidoc] ac6818: Fix various forms of namespace packages not findin...

GitHub noreply at github.com
Fri May 19 22:08:47 CEST 2017


  Branch: refs/heads/python3
  Home:   https://github.com/zopefoundation/zope.app.apidoc
  Commit: ac6818cac0e5c4fdfbfce62c3c50953a11cad68a
      https://github.com/zopefoundation/zope.app.apidoc/commit/ac6818cac0e5c4fdfbfce62c3c50953a11cad68a
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M setup.py
    M src/zope/app/apidoc/browser/utilities.py
    M src/zope/app/apidoc/codemodule/browser/class_.py
    M src/zope/app/apidoc/codemodule/browser/function.py
    M src/zope/app/apidoc/codemodule/browser/menu.py
    M src/zope/app/apidoc/codemodule/browser/tests.py
    M src/zope/app/apidoc/codemodule/browser/zcml.py
    M src/zope/app/apidoc/codemodule/module.py
    M src/zope/app/apidoc/codemodule/tests.py
    M src/zope/app/apidoc/codemodule/zcml.py
    M src/zope/app/apidoc/ftesting-base.zcml

  Log Message:
  -----------
  Fix various forms of namespace packages not finding children.

The 'zope' node in the tree was missing in pip installs.

Delegate installed/not-installed to the actual ZCML implementation so
that we don't wind up trying to run python 2/3 specific directives on
incorrect platforms, since that's more common now.

Also clean up dependencies and remove dep on zope.app.securitypolicy
which hasn't actually been ported to Python 3.




More information about the checkins mailing list