[Checkins] [zopefoundation/zope.preference] 518a81: Python 3.4/5/6 and PyPy support.

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


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.preference
  Commit: 518a81dd76c05b437f7532626a1f11cc1ad1b6c8
      https://github.com/zopefoundation/zope.preference/commit/518a81dd76c05b437f7532626a1f11cc1ad1b6c8
  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
    A src/zope/preference/README.rst
    R src/zope/preference/README.txt
    M src/zope/preference/configure.zcml
    M src/zope/preference/default.py
    M src/zope/preference/interfaces.py
    M src/zope/preference/metaconfigure.py
    M src/zope/preference/metadirectives.py
    M src/zope/preference/preference.py
    M src/zope/preference/tests.py
    M tox.ini

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

- 100% test coverage
- Drop 2.6 support.
- Enable pip caching and coverage reporting on Travis.
- Rename .txt -> .rst
- Make the configuration file work and test it. Add a zcml extra to include what's
  needed to execute it.


  Commit: 909270995dd43f6970c74ae389d9644307596527
      https://github.com/zopefoundation/zope.preference/commit/909270995dd43f6970c74ae389d9644307596527
  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
    A src/zope/preference/README.rst
    R src/zope/preference/README.txt
    M src/zope/preference/configure.zcml
    M src/zope/preference/default.py
    M src/zope/preference/interfaces.py
    M src/zope/preference/metaconfigure.py
    M src/zope/preference/metadirectives.py
    M src/zope/preference/preference.py
    M src/zope/preference/tests.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #1 from zopefoundation/py36

Python 3.4/5/6 and PyPy support.


Compare: https://github.com/zopefoundation/zope.preference/compare/b5abc6470153...909270995dd4


More information about the checkins mailing list