[Checkins] [zopefoundation/zope.schema] 1a89df: Add Python 3.7

GitHub noreply at github.com
Tue Aug 14 16:43:02 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.schema
  Commit: 1a89df2b4bdc39b8197e4950eaa698e984087885
      https://github.com/zopefoundation/zope.schema/commit/1a89df2b4bdc39b8197e4950eaa698e984087885
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-14 (Tue, 14 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: aea680ac046c184d5cabf870cfe060235b1711af
      https://github.com/zopefoundation/zope.schema/commit/aea680ac046c184d5cabf870cfe060235b1711af
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-14 (Tue, 14 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.


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

  Changed paths:
    M README.rst
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/_field.py

  Log Message:
  -----------
  Whitespace and URLs.


  Commit: 3daaadbe400c63a2977f7e3382da6a9da8c15705
      https://github.com/zopefoundation/zope.schema/commit/3daaadbe400c63a2977f7e3382da6a9da8c15705
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/tests/test__bootstrapinterfaces.py

  Log Message:
  -----------
  Make ValidationError sorting make a bit more sense. It is clearly defined to be greater than anything that doesn't have 'args' on both 2 and 3.


  Commit: 5f6aab268944c080fe4c3770a46f5040ce4517fa
      https://github.com/zopefoundation/zope.schema/commit/5f6aab268944c080fe4c3770a46f5040ce4517fa
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M CHANGES.rst
    M src/zope/schema/_bootstrapinterfaces.py
    M version.txt

  Log Message:
  -----------
  Add comments per review [skip ci]


  Commit: 1696ffef6aa44e530e7095bd41365749634707df
      https://github.com/zopefoundation/zope.schema/commit/1696ffef6aa44e530e7095bd41365749634707df
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-08-14 (Tue, 14 Aug 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M README.rst
    M setup.py
    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
    M version.txt

  Log Message:
  -----------
  Merge pull request #43 from zopefoundation/issue42

Add Python 3.7, metadata fixes, 100% test coverage on 3


Compare: https://github.com/zopefoundation/zope.schema/compare/2ab8d0480a24...1696ffef6aa4
      **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