[Checkins] [zopefoundation/zope.app.zcmlfiles] 793ca0: Python 3.4/5/6 and PyPy support

GitHub noreply at github.com
Thu May 25 18:00:40 CEST 2017


  Branch: refs/heads/python3
  Home:   https://github.com/zopefoundation/zope.app.zcmlfiles
  Commit: 793ca0d5cc4a59d0d0ddf36c53758699f302fd29
      https://github.com/zopefoundation/zope.app.zcmlfiles/commit/793ca0d5cc4a59d0d0ddf36c53758699f302fd29
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-25 (Thu, 25 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
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    M src/zope/app/zcmlfiles/browser.zcml
    M src/zope/app/zcmlfiles/ftesting.zcml
    M src/zope/app/zcmlfiles/tests.py
    A tox.ini

  Log Message:
  -----------
  Python 3.4/5/6 and PyPy support

This is mostly just a dep update to ensure there's a release that does
explicitly support Python 3.

- Update deps to minimum compatible (tested) versions.
- 100% coverage and enable coverage reports on Travis (the only code
  to cover is the test itself...)
- Actually make sure the configurations can be executed individually,
  not just included. Previously they would have all been excluded
  after the first one because the context keeps track of what files
  have been loaded.
- Enable tox
- Rename .txt -> .rst




More information about the checkins mailing list