[Checkins] [zopefoundation/zc.resourcelibrary] 5e5def: Python 3.4/5/6 and PyPy support.

GitHub noreply at github.com
Tue May 23 15:03:31 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zc.resourcelibrary
  Commit: 5e5def5233ffbe2443f67122caa68ee9936c5c31
      https://github.com/zopefoundation/zc.resourcelibrary/commit/5e5def5233ffbe2443f67122caa68ee9936c5c31
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-23 (Tue, 23 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/zc/__init__.py
    A src/zc/resourcelibrary/README.rst
    R src/zc/resourcelibrary/README.txt
    M src/zc/resourcelibrary/configure.zcml
    M src/zc/resourcelibrary/ftesting.zcml
    M src/zc/resourcelibrary/publication.py
    M src/zc/resourcelibrary/resourcelibrary.py
    M src/zc/resourcelibrary/tal.py
    A src/zc/resourcelibrary/tests/duplicate_declarations.rst
    R src/zc/resourcelibrary/tests/duplicate_declarations.txt
    R src/zc/resourcelibrary/tests/ftesting.zcml
    A src/zc/resourcelibrary/tests/localsite.rst
    R src/zc/resourcelibrary/tests/localsite.txt
    M src/zc/resourcelibrary/tests/test_unit.py
    M src/zc/resourcelibrary/tests/tests.py
    M src/zc/resourcelibrary/zcml.py
    A tox.ini

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

- Modern .travis.yml that enables coveralls.
- 100% coverage.
- Add tox.ini.
- Rename .txt -> .rst for rendering
- Drop test dependencies on zope.app.zcmlfiles and zope.app.testing.


  Commit: 9b1959a6bbca2430a651ec51658c132dfa7a06a9
      https://github.com/zopefoundation/zc.resourcelibrary/commit/9b1959a6bbca2430a651ec51658c132dfa7a06a9
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-05-23 (Tue, 23 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/zc/__init__.py
    A src/zc/resourcelibrary/README.rst
    R src/zc/resourcelibrary/README.txt
    M src/zc/resourcelibrary/configure.zcml
    M src/zc/resourcelibrary/ftesting.zcml
    M src/zc/resourcelibrary/publication.py
    M src/zc/resourcelibrary/resourcelibrary.py
    M src/zc/resourcelibrary/tal.py
    A src/zc/resourcelibrary/tests/duplicate_declarations.rst
    R src/zc/resourcelibrary/tests/duplicate_declarations.txt
    R src/zc/resourcelibrary/tests/ftesting.zcml
    A src/zc/resourcelibrary/tests/localsite.rst
    R src/zc/resourcelibrary/tests/localsite.txt
    M src/zc/resourcelibrary/tests/test_unit.py
    M src/zc/resourcelibrary/tests/tests.py
    M src/zc/resourcelibrary/zcml.py
    A tox.ini

  Log Message:
  -----------
  Merge pull request #2 from zopefoundation/python3

Python 3.4/5/6 and PyPy support.


Compare: https://github.com/zopefoundation/zc.resourcelibrary/compare/5f26c53fbc38...9b1959a6bbca


More information about the checkins mailing list