[Checkins] [zopefoundation/zope.app.dependable] a993f5: Python 3 port

GitHub noreply at github.com
Sat Apr 22 16:56:59 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.dependable
  Commit: a993f554fc68312a5b32ac509af144ffac9fc6c3
      https://github.com/zopefoundation/zope.app.dependable/commit/a993f554fc68312a5b32ac509af144ffac9fc6c3
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
    A .coveragerc
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    M setup.py
    M src/zope/app/dependable/__init__.py
    M src/zope/app/dependable/dependency.py
    M src/zope/app/dependable/interfaces.py
    M src/zope/app/dependable/tests.py
    M tox.ini

  Log Message:
  -----------
  Python 3 port


  Commit: 3cce6b68b1098816598cf34218fc8fc2c2197868
      https://github.com/zopefoundation/zope.app.dependable/commit/3cce6b68b1098816598cf34218fc8fc2c2197868
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    A setup.cfg
    M setup.py
    M src/zope/app/dependable/__init__.py
    M src/zope/app/dependable/dependency.py
    M src/zope/app/dependable/interfaces.py
    M src/zope/app/dependable/tests.py

  Log Message:
  -----------
  Add setup.cfg to mark wheels universal; remove unnecessary __future__ imports


  Commit: 962fd49976cb73ec381f117a58350f720302f216
      https://github.com/zopefoundation/zope.app.dependable/commit/962fd49976cb73ec381f117a58350f720302f216
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    M src/zope/app/dependable/tests.py

  Log Message:
  -----------
  100% coverage via judicious #pragma: no cover


  Commit: e6fa4fa906b186606f814caf580f14aeafe6f6be
      https://github.com/zopefoundation/zope.app.dependable/commit/e6fa4fa906b186606f814caf580f14aeafe6f6be
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    M .gitignore
    M setup.py
    M src/zope/app/dependable/__init__.py
    M src/zope/app/dependable/configure.zcml
    M src/zope/app/dependable/tests.py

  Log Message:
  -----------
  Really hit 100% coverage through additional tests, including of configure.zcml


  Commit: a3fbc9c951b448c85f37529619a3f6e4d9b70402
      https://github.com/zopefoundation/zope.app.dependable/commit/a3fbc9c951b448c85f37529619a3f6e4d9b70402
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    M src/zope/app/dependable/__init__.py

  Log Message:
  -----------
  Take @mgedmin 's suggestion and simplify loop to path.lstrip('/')


  Commit: 60b48d8a4da65e0ef82b67a5a0bd062bf950c65e
      https://github.com/zopefoundation/zope.app.dependable/commit/60b48d8a4da65e0ef82b67a5a0bd062bf950c65e
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    M src/zope/app/__init__.py
    M src/zope/app/dependable/__init__.py
    M src/zope/app/dependable/configure.zcml
    M src/zope/app/dependable/dependency.py
    M src/zope/app/dependable/interfaces.py
    M src/zope/app/dependable/tests.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #1 from zopefoundation/py3

Python 3 port


Compare: https://github.com/zopefoundation/zope.app.dependable/compare/a5f907e3b662...60b48d8a4da6


More information about the checkins mailing list