[Checkins] [zopefoundation/zope.app.rotterdam] c9e89b: Add Python 3 and PyPy support.

GitHub noreply at github.com
Wed Apr 26 16:16:18 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.rotterdam
  Commit: c9e89b1f1db7854d6a639a251867bfc4713bbb4a
      https://github.com/zopefoundation/zope.app.rotterdam/commit/c9e89b1f1db7854d6a639a251867bfc4713bbb4a
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-25 (Tue, 25 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/rotterdam/__init__.py
    M src/zope/app/rotterdam/configure.zcml
    M src/zope/app/rotterdam/editingwidgets.py
    M src/zope/app/rotterdam/ftesting.zcml
    M src/zope/app/rotterdam/testing.py
    M src/zope/app/rotterdam/tests/test_editingwidgets.py
    M src/zope/app/rotterdam/tests/test_navtree.py
    M src/zope/app/rotterdam/tests/test_xmlnavigationviews.py
    M src/zope/app/rotterdam/tests/util.py
    M src/zope/app/rotterdam/xmlobject.py
    A tox.ini

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

Drop deps on zope.app.zcmlfiles/testing/component (which was
circular).

Coverage is not quite 100% but is very close.


  Commit: 9aef1c62e23d4e922d5a93f44229a858bb2b9067
      https://github.com/zopefoundation/zope.app.rotterdam/commit/9aef1c62e23d4e922d5a93f44229a858bb2b9067
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

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

  Log Message:
  -----------
  Add missing classifiers.


  Commit: 134efbe5907d376d5e88cc54a7f05fd9de7bbfe2
      https://github.com/zopefoundation/zope.app.rotterdam/commit/134efbe5907d376d5e88cc54a7f05fd9de7bbfe2
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M src/zope/app/rotterdam/ftesting.zcml

  Log Message:
  -----------
  We don't need those permissions added to folder


  Commit: 7091962004f6173d81bc02764798d26e1cff2319
      https://github.com/zopefoundation/zope.app.rotterdam/commit/7091962004f6173d81bc02764798d26e1cff2319
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M src/zope/app/rotterdam/tests/test_xmlnavigationviews.py

  Log Message:
  -----------
  Simplify provideAdapter implementation.


  Commit: 0d633ae3e2ae9d3750a837a7284e81d3b7a5ca35
      https://github.com/zopefoundation/zope.app.rotterdam/commit/0d633ae3e2ae9d3750a837a7284e81d3b7a5ca35
  Author: Jason Madden <jason+github at nextthought.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/rotterdam/__init__.py
    M src/zope/app/rotterdam/configure.zcml
    M src/zope/app/rotterdam/editingwidgets.py
    M src/zope/app/rotterdam/ftesting.zcml
    M src/zope/app/rotterdam/testing.py
    M src/zope/app/rotterdam/tests/test_editingwidgets.py
    M src/zope/app/rotterdam/tests/test_navtree.py
    M src/zope/app/rotterdam/tests/test_xmlnavigationviews.py
    M src/zope/app/rotterdam/tests/util.py
    M src/zope/app/rotterdam/xmlobject.py
    A tox.ini

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

Add Python 3 and PyPy support.


Compare: https://github.com/zopefoundation/zope.app.rotterdam/compare/d60281eb2072...0d633ae3e2ae


More information about the checkins mailing list