[Checkins] [zopefoundation/zope.datetime] 785485: Add Python 3.6 and drop Python 3.3

GitHub noreply at github.com
Tue Aug 8 13:34:35 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.datetime
  Commit: 785485af23294948f84387191113246165b6975e
      https://github.com/zopefoundation/zope.datetime/commit/785485af23294948f84387191113246165b6975e
  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
    A setup.cfg
    M setup.py
    M tox.ini

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

- Badges
- Enable coveralls
- Standard coverage and travis setup for caching, current pypy3
  versions, etc.
- We don't yet have 100% coverage.


  Commit: 82d0aee03a935284fe34720f4dee192a388286c8
      https://github.com/zopefoundation/zope.datetime/commit/82d0aee03a935284fe34720f4dee192a388286c8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M src/zope/__init__.py
    M src/zope/datetime/__init__.py
    A src/zope/datetime/tests/test_datetime.py
    M src/zope/datetime/tests/test_datetimeparse.py
    M src/zope/datetime/tests/test_standard_dates.py
    A src/zope/datetime/tests/test_timezones.py
    M src/zope/datetime/tests/test_tzinfo.py
    M src/zope/datetime/timezones.py
    M tox.ini

  Log Message:
  -----------
  100% coverage


  Commit: 74dbb7c29fc134987013bc123e9227ca6acfba2c
      https://github.com/zopefoundation/zope.datetime/commit/74dbb7c29fc134987013bc123e9227ca6acfba2c
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M src/zope/datetime/__init__.py
    M src/zope/datetime/tests/test_datetime.py
    M tox.ini

  Log Message:
  -----------
  Fix whitespace and pep8 errors in __init__.py

This involved breaking some lines into multiple parts, which showed
coverage holes, so add more tests for those cases.


  Commit: 3a94c0ddcdd914cff6caa2249a3f867e84c6be64
      https://github.com/zopefoundation/zope.datetime/commit/3a94c0ddcdd914cff6caa2249a3f867e84c6be64
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Restore fail-under to tox.ini


  Commit: 1031c824c2cb16bf60b93959754f87f81f4fe28a
      https://github.com/zopefoundation/zope.datetime/commit/1031c824c2cb16bf60b93959754f87f81f4fe28a
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M src/zope/datetime/__init__.py
    M src/zope/datetime/tests/test_datetime.py

  Log Message:
  -----------
  Extra tests for cases when the time module has different data.


  Commit: 58c5128cd8b613ad1b3e91bca6563afd8b349236
      https://github.com/zopefoundation/zope.datetime/commit/58c5128cd8b613ad1b3e91bca6563afd8b349236
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-03 (Thu, 03 Aug 2017)

  Changed paths:
    M src/zope/datetime/__init__.py

  Log Message:
  -----------
  Shift a no-cover around to handle both cases.


  Commit: 1148149ebdbfa80dbe5c0848b4e428cd13f70b80
      https://github.com/zopefoundation/zope.datetime/commit/1148149ebdbfa80dbe5c0848b4e428cd13f70b80
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-08-07 (Mon, 07 Aug 2017)

  Changed paths:
    M src/zope/datetime/tests/test_datetime.py

  Log Message:
  -----------
  Fix a test that depended on the current date.


  Commit: c5fa0eb4ec608ec2c007cb334a4fe88e26eab8be
      https://github.com/zopefoundation/zope.datetime/commit/c5fa0eb4ec608ec2c007cb334a4fe88e26eab8be
  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
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/datetime/__init__.py
    A src/zope/datetime/tests/test_datetime.py
    M src/zope/datetime/tests/test_datetimeparse.py
    M src/zope/datetime/tests/test_standard_dates.py
    A src/zope/datetime/tests/test_timezones.py
    M src/zope/datetime/tests/test_tzinfo.py
    M src/zope/datetime/timezones.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.datetime/compare/4c384065ebcb...c5fa0eb4ec60


More information about the checkins mailing list