[Checkins] [zopefoundation/zope.app.folder] 793b4c: Python 3 and PyPy support.

GitHub noreply at github.com
Tue May 9 18:15:58 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.folder
  Commit: 793b4c3992f2f4665a6e1eda3283405e53f9a2c9
      https://github.com/zopefoundation/zope.app.folder/commit/793b4c3992f2f4665a6e1eda3283405e53f9a2c9
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-09 (Tue, 09 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/folder/__init__.py
    M src/zope/app/folder/browser/configure.zcml
    M src/zope/app/folder/filerepresentation.py
    M src/zope/app/folder/folder.py
    A src/zope/app/folder/tests.py
    A tox.ini

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

There's basically no code here so there was very little to do.

- 100% test coverage
- Add zcml extra and test that zcml files can be executed.
- Update zcml references to the current home of the objects.
- Modern tox.ini and .travis.yml


  Commit: f3c815ace3e2373162e25f0afaa96be5c2426057
      https://github.com/zopefoundation/zope.app.folder/commit/f3c815ace3e2373162e25f0afaa96be5c2426057
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-05-09 (Tue, 09 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/folder/__init__.py
    M src/zope/app/folder/browser/configure.zcml
    M src/zope/app/folder/filerepresentation.py
    M src/zope/app/folder/folder.py
    A src/zope/app/folder/tests.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.folder/compare/cfd9568e5046...f3c815ace3e2


More information about the checkins mailing list