[Checkins] [zopefoundation/zope.app.component] c0c781: Python 3 and PyPy support

GitHub noreply at github.com
Wed Apr 26 15:03:32 CEST 2017


  Branch: refs/heads/python3
  Home:   https://github.com/zopefoundation/zope.app.component
  Commit: c0c781ad19a7a4c04e95c02c31f9a770095442ac
      https://github.com/zopefoundation/zope.app.component/commit/c0c781ad19a7a4c04e95c02c31f9a770095442ac
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    M src/zope/app/component/__init__.py
    M src/zope/app/component/browser/__init__.py
    M src/zope/app/component/browser/configure.zcml
    M src/zope/app/component/browser/ftesting.zcml
    M src/zope/app/component/browser/registration.py
    A src/zope/app/component/browser/site.rst
    R src/zope/app/component/browser/site.txt
    R src/zope/app/component/browser/tests.py
    A src/zope/app/component/browser/tests/__init__.py
    A src/zope/app/component/browser/tests/test_site.py
    M src/zope/app/component/ftesting.zcml
    M src/zope/app/component/interfaces/registration.py
    A src/zope/app/component/interfaces/tests/__init__.py
    A src/zope/app/component/interfaces/tests/test_registration.py
    M src/zope/app/component/testing.py
    A src/zope/app/component/tests/__init__.py
    A src/zope/app/component/tests/test_bwc_imports.py
    A tox.ini

  Log Message:
  -----------
  Python 3 and PyPy support

Nearly 100% test coverage.
Modern dependencies
-- Remove zope.app.zcmlfiles and zope.app.testing and zope.app.security
-- Replace zope.app.form with zope.formlib

Needs a modern release of zope.app.rotterdam.




More information about the checkins mailing list