[Checkins] [zopefoundation/zope.schema] 38d449: Add Python 3.7

GitHub noreply at github.com
Mon Aug 13 17:36:11 CEST 2018


  Branch: refs/heads/issue42
  Home:   https://github.com/zopefoundation/zope.schema
  Commit: 38d449dc3eb0814be9c9c079b19d9f81c1c145b8
      https://github.com/zopefoundation/zope.schema/commit/38d449dc3eb0814be9c9c079b19d9f81c1c145b8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-13 (Mon, 13 Aug 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M README.rst
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Add Python 3.7

- Use latest pypy and pypy3 on travis.

- Normalize headings in CHANGES.rst and README.rst

- Add badge for supported Python versions to README.rst

- Run tox's coverage on Python 3 and have it actually report. Not
  failing yet because I think we can do better.


  Commit: d18e4ee3166bdd86d04665f43578bcfd59158837
      https://github.com/zopefoundation/zope.schema/commit/d18e4ee3166bdd86d04665f43578bcfd59158837
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-13 (Mon, 13 Aug 2018)

  Changed paths:
    M CHANGES.rst
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/_field.py
    M src/zope/schema/tests/__init__.py
    M src/zope/schema/tests/test__bootstrapinterfaces.py
    M src/zope/schema/tests/test__field.py
    M tox.ini

  Log Message:
  -----------
  100% test coverage on Python 3

- Fix sorting ValidationError on Python 3 to work like Python 2.

- Fix DottedName and Id to raise the same exception for invalid
  unicode characters on Python 2 and Python 3.


Compare: https://github.com/zopefoundation/zope.schema/compare/38d449dc3eb0^...d18e4ee3166b
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list