[Checkins] [zopefoundation/zope.app.generations] a8bd57: Python 3 and PyPy support.

GitHub noreply at github.com
Tue May 9 13:04:47 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.generations
  Commit: a8bd57c6604121d1548a71baa9c061983c4fccf3
      https://github.com/zopefoundation/zope.app.generations/commit/a8bd57c6604121d1548a71baa9c061983c4fccf3
  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/generations/browser/managerdetails.py
    M src/zope/app/generations/browser/managers.py
    M src/zope/app/generations/browser/tests.py
    M src/zope/app/generations/ftesting.zcml
    M src/zope/app/generations/testing.py
    M src/zope/app/generations/utility.py
    A tox.ini

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

- 100% test coverage.
- Add tox.ini
- Update travis.yml to sudo: false and pip caching.
- Use independent transactions for evolve() instead of the current
  thread-local transaction.


  Commit: 6570e3fbc3faa838445b35384e93b28eb48c886a
      https://github.com/zopefoundation/zope.app.generations/commit/6570e3fbc3faa838445b35384e93b28eb48c886a
  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/generations/browser/managerdetails.py
    M src/zope/app/generations/browser/managers.py
    M src/zope/app/generations/browser/tests.py
    M src/zope/app/generations/ftesting.zcml
    M src/zope/app/generations/testing.py
    M src/zope/app/generations/utility.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.generations/compare/c45cf29ab5e7...6570e3fbc3fa


More information about the checkins mailing list