[Checkins] [zopefoundation/zope.location] a02180: Add Python 3.6 and drop Python 3.3

GitHub noreply at github.com
Mon Jul 31 20:30:28 CEST 2017


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

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M README.rst
    M docs/api.rst
    M docs/narr.rst
    M setup.cfg
    M setup.py
    M src/zope/__init__.py
    R src/zope/location/_compat.py
    M src/zope/location/interfaces.py
    M src/zope/location/pickling.py
    M src/zope/location/tests/test_configure.py
    M src/zope/location/tests/test_location.py
    M src/zope/location/tests/test_pickling.py
    M src/zope/location/traversing.py
    M tox.ini

  Log Message:
  -----------
  Add Python 3.6 and drop Python 3.3

- Badges
- Enable coveralls
  - 100% coverage
- DRY with respect to dependencies in setup.py and tox.ini
- Remove _compat.py and use of its u() function since Python 3.2 is
  dropped.
- Run doctests on all python versions.


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

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M README.rst
    M docs/api.rst
    M docs/narr.rst
    M setup.cfg
    M setup.py
    M src/zope/__init__.py
    R src/zope/location/_compat.py
    M src/zope/location/interfaces.py
    M src/zope/location/pickling.py
    M src/zope/location/tests/test_configure.py
    M src/zope/location/tests/test_location.py
    M src/zope/location/tests/test_pickling.py
    M src/zope/location/traversing.py
    M tox.ini

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

Add Python 3.6 and drop Python 3.3


Compare: https://github.com/zopefoundation/zope.location/compare/99049f39fbb0...cb27123c1886


More information about the checkins mailing list