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

GitHub noreply at github.com
Tue May 2 15:51:20 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.component
  Commit: f5bf9d58c7b9b6446ce992fc2becad29a08f5115
      https://github.com/zopefoundation/zope.app.component/commit/f5bf9d58c7b9b6446ce992fc2becad29a08f5115
  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 src/zope/app/component/tests/test_testing.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.


  Commit: 4940ce2fcc00af55cd6c3e69d9458eec9398963f
      https://github.com/zopefoundation/zope.app.component/commit/4940ce2fcc00af55cd6c3e69d9458eec9398963f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Use zope.app.rotterdam 4.0 and remove git installs


  Commit: 68291defce2ebe6c47848456ad5250529234269f
      https://github.com/zopefoundation/zope.app.component/commit/68291defce2ebe6c47848456ad5250529234269f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M src/zope/app/component/browser/registration.py

  Log Message:
  -----------
  Remove security proxy from the component we already have when we're looking for matching registrations. This avoids a TypeError from the Mapping ABC on Python 3 because issubclass can't take a security proxied __class__


  Commit: 99b24dbd70143e38916397786655f3ce34eddf76
      https://github.com/zopefoundation/zope.app.component/commit/99b24dbd70143e38916397786655f3ce34eddf76
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-05-02 (Tue, 02 May 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 src/zope/app/component/tests/test_testing.py
    A tox.ini

  Log Message:
  -----------
  Merge pull request #1 from zopefoundation/python3

Python 3 and PyPy support


Compare: https://github.com/zopefoundation/zope.app.component/compare/9a9a8c3d365a...99b24dbd7014


More information about the checkins mailing list