[Checkins] [zopefoundation/zope.schema] 31a387: Add Python 3.6, drop Python 3.3.

GitHub noreply at github.com
Mon Jul 10 22:32:21 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.schema
  Commit: 31a3878946454b4f62d322ebf88187e6b44af460
      https://github.com/zopefoundation/zope.schema/commit/31a3878946454b4f62d322ebf88187e6b44af460
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-10 (Mon, 10 Jul 2017)

  Changed paths:
    A .coveragerc
    M .travis.yml
    M CHANGES.rst
    M setup.cfg
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Add Python 3.6, drop Python 3.3.

Enable coverage reporting on Travis.

Run doctests on all versions on Travis.

Fixes #30


  Commit: d38c34dc90998e102e6a8569b3c67ecfdcdb7db7
      https://github.com/zopefoundation/zope.schema/commit/d38c34dc90998e102e6a8569b3c67ecfdcdb7db7
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-10 (Mon, 10 Jul 2017)

  Changed paths:
    M CHANGES.rst
    M docs/fields.rst
    M docs/narr.rst
    M docs/validation.rst
    M src/zope/schema/_bootstrapfields.py

  Log Message:
  -----------
  Fix doctests under Python 3 while remaining compatible with Python 2.


  Commit: fa586c64b77b7afab17104b60f5a955cc94a5542
      https://github.com/zopefoundation/zope.schema/commit/fa586c64b77b7afab17104b60f5a955cc94a5542
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-10 (Mon, 10 Jul 2017)

  Changed paths:
    M .coveragerc
    M .gitignore
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/tests/states.py
    M src/zope/schema/tests/test__bootstrapfields.py
    M src/zope/schema/tests/test__bootstrapinterfaces.py
    M src/zope/schema/tests/test__field.py
    M src/zope/schema/tests/test_accessors.py
    M src/zope/schema/tests/test_equality.py
    M src/zope/schema/tests/test_fieldproperty.py
    M src/zope/schema/tests/test_interfaces.py
    M src/zope/schema/tests/test_schema.py
    M src/zope/schema/tests/test_states.py
    M src/zope/schema/tests/test_vocabulary.py

  Log Message:
  -----------
  100% coverage.


  Commit: 911747ba4f771abc69e1e5d1fe8bce982640fcec
      https://github.com/zopefoundation/zope.schema/commit/911747ba4f771abc69e1e5d1fe8bce982640fcec
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-07-10 (Mon, 10 Jul 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M docs/fields.rst
    M docs/narr.rst
    M docs/validation.rst
    M setup.cfg
    M setup.py
    M src/zope/schema/_bootstrapfields.py
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/tests/states.py
    M src/zope/schema/tests/test__bootstrapfields.py
    M src/zope/schema/tests/test__bootstrapinterfaces.py
    M src/zope/schema/tests/test__field.py
    M src/zope/schema/tests/test_accessors.py
    M src/zope/schema/tests/test_equality.py
    M src/zope/schema/tests/test_fieldproperty.py
    M src/zope/schema/tests/test_interfaces.py
    M src/zope/schema/tests/test_schema.py
    M src/zope/schema/tests/test_states.py
    M src/zope/schema/tests/test_vocabulary.py
    M tox.ini

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

Add Python 3.6, drop Python 3.3, 100% coverage.


Compare: https://github.com/zopefoundation/zope.schema/compare/38f093398455...911747ba4f77


More information about the checkins mailing list