[Checkins] [zopefoundation/five.localsitemanager] 085ba0: - use Py-compatible bootstrap.py

GitHub noreply at github.com
Mon May 22 12:21:45 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/five.localsitemanager
  Commit: 085ba0b39e7a8a56fed52ca16ed4670591029bc7
      https://github.com/zopefoundation/five.localsitemanager/commit/085ba0b39e7a8a56fed52ca16ed4670591029bc7
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M bootstrap.py

  Log Message:
  -----------
  - use Py-compatible bootstrap.py


  Commit: 6fd3a6e2b87c0cb0102d84d5088c304cf9359ee1
      https://github.com/zopefoundation/five.localsitemanager/commit/6fd3a6e2b87c0cb0102d84d5088c304cf9359ee1
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M src/five/localsitemanager/registry.py

  Log Message:
  -----------
  - dict.iteritems -> six.iteritems(dict)


  Commit: 57187783740e126cf1197f8d7f24ba61202c549e
      https://github.com/zopefoundation/five.localsitemanager/commit/57187783740e126cf1197f8d7f24ba61202c549e
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M src/five/localsitemanager/localsitemanager.txt

  Log Message:
  -----------
  - doctests apparently can't parse class decorators, using workaround


  Commit: e2dd454da3ccdf92c249c2e5bc1cc81069085435
      https://github.com/zopefoundation/five.localsitemanager/commit/e2dd454da3ccdf92c249c2e5bc1cc81069085435
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M src/five/localsitemanager/localsitemanager.txt

  Log Message:
  -----------
  - the string representation of ComponentLookupError differs between PY2 and PY3


  Commit: 3c8a3dc4e064d84e2e28907f50a93315578f75cf
      https://github.com/zopefoundation/five.localsitemanager/commit/3c8a3dc4e064d84e2e28907f50a93315578f75cf
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M src/five/localsitemanager/__init__.py
    M src/five/localsitemanager/browser.py
    M src/five/localsitemanager/browser.txt
    M src/five/localsitemanager/localsitemanager.txt
    M src/five/localsitemanager/registry.py

  Log Message:
  -----------
  - remove BBB for Zope versions we do not support anymore


  Commit: 34745f71d41e3dc180872a8e8c8775f72649219a
      https://github.com/zopefoundation/five.localsitemanager/commit/34745f71d41e3dc180872a8e8c8775f72649219a
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M .gitignore
    M buildout.cfg
    M setup.py
    A tox.ini

  Log Message:
  -----------
  Package maintenance

- add tox configuration
- (currently) rely on Zope master
- note new compatibility baseline Zope 4


  Commit: 7a93aa4034d35cac8c1bbd616d5918c0ff93b60a
      https://github.com/zopefoundation/five.localsitemanager/commit/7a93aa4034d35cac8c1bbd616d5918c0ff93b60a
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M src/five/localsitemanager/localsitemanager.txt

  Log Message:
  -----------
  - apply ugly workarounds for tests that rely on simple visual representation


  Commit: cd0a52621d3d23a9dc79e19d64f680e71f0dc8a3
      https://github.com/zopefoundation/five.localsitemanager/commit/cd0a52621d3d23a9dc79e19d64f680e71f0dc8a3
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  - enable all supported Python 3 test environments


  Commit: a1d7c8744658f3f72afeaf4f9c849034ef05c561
      https://github.com/zopefoundation/five.localsitemanager/commit/a1d7c8744658f3f72afeaf4f9c849034ef05c561
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Package maintenance

- Update changelog
- note Python 3 compatibility in setup.py trove classifieres
- note six dependency in setup.py
- switch to 3.x version number


  Commit: 6c45db57c39795b8e770abb135d0129bffecd4b2
      https://github.com/zopefoundation/five.localsitemanager/commit/6c45db57c39795b8e770abb135d0129bffecd4b2
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-19 (Fri, 19 May 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  - add travis tests for Python 3


  Commit: e6e1aa1105267e2e2594906f834f8d1df619e1ca
      https://github.com/zopefoundation/five.localsitemanager/commit/e6e1aa1105267e2e2594906f834f8d1df619e1ca
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M src/five/localsitemanager/localsitemanager.txt

  Log Message:
  -----------
  - fix up implementer syntax to use decorators


  Commit: eb24b71f5aed6d39c14d7f58b3fa404d85d37429
      https://github.com/zopefoundation/five.localsitemanager/commit/eb24b71f5aed6d39c14d7f58b3fa404d85d37429
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2017-05-22 (Mon, 22 May 2017)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M bootstrap.py
    M buildout.cfg
    M setup.py
    M src/five/localsitemanager/__init__.py
    M src/five/localsitemanager/browser.py
    M src/five/localsitemanager/browser.txt
    M src/five/localsitemanager/localsitemanager.txt
    M src/five/localsitemanager/registry.py
    A tox.ini

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

Python 3 compatibility


Compare: https://github.com/zopefoundation/five.localsitemanager/compare/b4267923d398...eb24b71f5aed


More information about the checkins mailing list