[Checkins] [zopefoundation/ZODB] 7fb15f: Add Python 3.6 support.

GitHub noreply at github.com
Mon Jul 24 16:16:58 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 7fb15fe5803746ef16878a01cca4c164f36a1ee8
      https://github.com/zopefoundation/ZODB/commit/7fb15fe5803746ef16878a01cca4c164f36a1ee8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
    M .travis.yml
    M README.rst
    M doc/index.rst
    M setup.py
    M src/ZODB/tests/testdocumentation.py
    M tox.ini

  Log Message:
  -----------
  Add Python 3.6 support.

Also add note on supported versions to the docs and readme.
Fixes #168.

Update tox.ini to correctly run testdocumentation and DRY with test deps.


  Commit: fe2502505f306d19f50570db952327d8b05c3fbf
      https://github.com/zopefoundation/ZODB/commit/fe2502505f306d19f50570db952327d8b05c3fbf
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Cleanup whitespace in setup.py


  Commit: d7b5f03c5ba565cd13dec551b03af833a5cb116b
      https://github.com/zopefoundation/ZODB/commit/d7b5f03c5ba565cd13dec551b03af833a5cb116b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Add python_requires to setup.py


  Commit: db98fdf48af719ed3229a0da274d5d09ad9a15a9
      https://github.com/zopefoundation/ZODB/commit/db98fdf48af719ed3229a0da274d5d09ad9a15a9
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

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

  Log Message:
  -----------
  Drop support for Python 3.3


  Commit: 64854267ae74f8f573c492997abdd51916ef3405
      https://github.com/zopefoundation/ZODB/commit/64854267ae74f8f573c492997abdd51916ef3405
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
    M .travis.yml
    M README.rst
    M doc/index.rst

  Log Message:
  -----------
  We need a newer setuptools on older versions of Python to be able to install recent Sphinx because of its use of environment markers.


  Commit: 609d8f5b08d65bf4f1abdc9db5342dfbb71c6a74
      https://github.com/zopefoundation/ZODB/commit/609d8f5b08d65bf4f1abdc9db5342dfbb71c6a74
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Restore missing --test-path to [coverage] tox env

Remove outdated comment.

Remove redundant usedevelop.

[skip ci]


  Commit: 8ecd9634d841febb4c07ae42a62485b23085cdd1
      https://github.com/zopefoundation/ZODB/commit/8ecd9634d841febb4c07ae42a62485b23085cdd1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Simplify making the docs on travis with make -C

[skip appveyor]


  Commit: 5056d49e79bc06f6d343973d71c3c3185e18975e
      https://github.com/zopefoundation/ZODB/commit/5056d49e79bc06f6d343973d71c3c3185e18975e
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-07-24 (Mon, 24 Jul 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M README.rst
    M doc/index.rst
    A setup.cfg
    M setup.py
    M src/ZODB/tests/testdocumentation.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #169 from zopefoundation/python36

Add support for 3.6, drop 3.3


Compare: https://github.com/zopefoundation/ZODB/compare/a89485c118aa...5056d49e79bc


More information about the checkins mailing list