[Checkins] [zopefoundation/zope.contenttype] 142772: Add Python 3.6, drop Python 3.3.

GitHub noreply at github.com
Tue Aug 8 13:24:22 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.contenttype
  Commit: 1427723cc0c68aae829bc5a53962840939570ee8
      https://github.com/zopefoundation/zope.contenttype/commit/1427723cc0c68aae829bc5a53962840939570ee8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    M setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/contenttype/__init__.py
    M src/zope/contenttype/parse.py
    M src/zope/contenttype/tests/testContentTypes.py
    M src/zope/contenttype/tests/test_parse.py
    M tox.ini

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

- Badges
- Add coverage environment and coveralls
  - 100% coverage
    - Some simplifications to help that, including using
      print_function for simpler parity on Py2/Py3, and not rewriting
      the _token_match function at runtime (presumably this was to
      delay compiling a regex at import time, but other regexes are
      already being compiled now at import time, so the hit is minor)


  Commit: 8d6ed96b7718af5829bc03f7992432348c0b4396
      https://github.com/zopefoundation/zope.contenttype/commit/8d6ed96b7718af5829bc03f7992432348c0b4396
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    M setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/contenttype/__init__.py
    M src/zope/contenttype/parse.py
    M src/zope/contenttype/tests/testContentTypes.py
    M src/zope/contenttype/tests/test_parse.py
    M tox.ini

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

Add Python 3.6, drop Python 3.3.


Compare: https://github.com/zopefoundation/zope.contenttype/compare/dc5f6fdd7675...8d6ed96b7718


More information about the checkins mailing list