[Checkins] [zopefoundation/zope.copypastemove] 1c5ca4: Add Python 3.6 and drop Python 3.3

GitHub noreply at github.com
Thu Aug 3 13:34:06 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.copypastemove
  Commit: 1c5ca40906bc6d0225cf70b7c4fd1d2f968e20d1
      https://github.com/zopefoundation/zope.copypastemove/commit/1c5ca40906bc6d0225cf70b7c4fd1d2f968e20d1
  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 MANIFEST.in
    M README.rst
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/copypastemove/__init__.py
    M src/zope/copypastemove/tests/test_clipboard.py
    M src/zope/copypastemove/tests/test_configure.py
    M src/zope/copypastemove/tests/test_rename.py
    M tox.ini

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

- Badges
- Enable coverage and coveralls
  - 100% coverage
- DRY with dependencies.
- Test compatibility with new zope.container that fixes
  OrderedContainer to store unicode keys.
  - Convert failing doctest into real test.


  Commit: 21d6824db7c0e8c4d8c1f5eab67087a6aafb216a
      https://github.com/zopefoundation/zope.copypastemove/commit/21d6824db7c0e8c4d8c1f5eab67087a6aafb216a
  Author: Jason Madden <jason+github at nextthought.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
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/copypastemove/__init__.py
    M src/zope/copypastemove/tests/test_clipboard.py
    M src/zope/copypastemove/tests/test_configure.py
    M src/zope/copypastemove/tests/test_rename.py
    M tox.ini

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

Add Python 3.6 and drop Python 3.3


Compare: https://github.com/zopefoundation/zope.copypastemove/compare/ca021565e1fc...21d6824db7c0


More information about the checkins mailing list