[Checkins] [zopefoundation/zope.app.exception] c8295a: Python 3 and PyPy support.

GitHub noreply at github.com
Mon May 1 13:07:54 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.exception
  Commit: c8295a0f44164a74b1fb7cfd5ba7b0b60a06ebb6
      https://github.com/zopefoundation/zope.app.exception/commit/c8295a0f44164a74b1fb7cfd5ba7b0b60a06ebb6
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-30 (Sun, 30 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
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    A src/zope/app/exception/browser/systemerror.rst
    R src/zope/app/exception/browser/systemerror.txt
    M src/zope/app/exception/browser/tests/__init__.py
    M src/zope/app/exception/browser/tests/test_error.py
    M src/zope/app/exception/browser/tests/test_unauthorized.py
    M src/zope/app/exception/browser/user.py
    M src/zope/app/exception/ftesting.zcml
    M src/zope/app/exception/systemerror.py
    M src/zope/app/exception/testing.py
    A tox.ini

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

Modernize project:
- Remove zope.app.zcmlfiles and zope.app.testing deps, among others.
- tox.ini
- .travis.yml uses pip, zope.testrunner and supports caching and
coverage
- Rename .txt -> .rst


  Commit: 45c616ee7b2c03c017ba716dc13eb0dc519922d4
      https://github.com/zopefoundation/zope.app.exception/commit/45c616ee7b2c03c017ba716dc13eb0dc519922d4
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-05-01 (Mon, 01 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
    A src/zope/app/exception/browser/systemerror.rst
    R src/zope/app/exception/browser/systemerror.txt
    M src/zope/app/exception/browser/tests/__init__.py
    M src/zope/app/exception/browser/tests/test_error.py
    M src/zope/app/exception/browser/tests/test_unauthorized.py
    M src/zope/app/exception/browser/user.py
    M src/zope/app/exception/ftesting.zcml
    M src/zope/app/exception/systemerror.py
    M src/zope/app/exception/testing.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.exception/compare/9eb6b9271f22...45c616ee7b2c


More information about the checkins mailing list