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

GitHub noreply at github.com
Mon May 29 16:36:28 CEST 2017


  Branch: refs/heads/master
  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


  Commit: 92fa09a42ff813722eb0869a1d7b4454b71616ed
      https://github.com/zopefoundation/zope.app.zcmlfiles/commit/92fa09a42ff813722eb0869a1d7b4454b71616ed
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-05-29 (Mon, 29 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:
  -----------
  Merge pull request #1 from zopefoundation/python3

Python 3.4/5/6 and PyPy support


Compare: https://github.com/zopefoundation/zope.app.zcmlfiles/compare/4f3ec627ddf2...92fa09a42ff8


More information about the checkins mailing list