[Checkins] [zopefoundation/zope.pluggableauth] 190bd8: Fix NameError in idpicker.py on Python 3.

GitHub noreply at github.com
Tue May 2 15:41:39 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.pluggableauth
  Commit: 190bd81e756df95f9a80bcdabc48cdb4f83af1d9
      https://github.com/zopefoundation/zope.pluggableauth/commit/190bd81e756df95f9a80bcdabc48cdb4f83af1d9
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    M setup.py
    M src/zope/__init__.py
    A src/zope/pluggableauth/README.rst
    R src/zope/pluggableauth/README.txt
    A src/zope/pluggableauth/plugins/groupfolder.rst
    R src/zope/pluggableauth/plugins/groupfolder.txt
    M src/zope/pluggableauth/plugins/idpicker.py
    A src/zope/pluggableauth/plugins/principalfolder.rst
    R src/zope/pluggableauth/plugins/principalfolder.txt
    M src/zope/pluggableauth/tests.py
    M tox.ini

  Log Message:
  -----------
  Fix NameError in idpicker.py on Python 3.

Fixes #7.

Also a number of small updates:

- Run all the doctests.
- Enable test coverage reporting.
- Add support for Python 3.6.
- Modernize tox.ini
- Use pip on Travis and enable Travis caching.
- Run all doctests with consistent flags and checker
- Use renormalizing.IGNORE_EXCEPTION_MODULE_IN_PYTHON2 instead of
  manually normalizing one exception
- Rename .txt to .rst and include them in the published docs. Fix
  headers to be consistent to enable this.
- List PyPy in the classifiers.


  Commit: 2f27e865f09ec6c3e0396dbbd6e04a1ab7590b46
      https://github.com/zopefoundation/zope.pluggableauth/commit/2f27e865f09ec6c3e0396dbbd6e04a1ab7590b46
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    A setup.cfg

  Log Message:
  -----------
  Our wheels are universal


  Commit: 2500d292c0f12aa77d850cfc38db4010705390a0
      https://github.com/zopefoundation/zope.pluggableauth/commit/2500d292c0f12aa77d850cfc38db4010705390a0
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-05-02 (Tue, 02 May 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
    A src/zope/pluggableauth/README.rst
    R src/zope/pluggableauth/README.txt
    A src/zope/pluggableauth/plugins/groupfolder.rst
    R src/zope/pluggableauth/plugins/groupfolder.txt
    M src/zope/pluggableauth/plugins/idpicker.py
    A src/zope/pluggableauth/plugins/principalfolder.rst
    R src/zope/pluggableauth/plugins/principalfolder.txt
    M src/zope/pluggableauth/tests.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #8 from zopefoundation/issue7

Fix NameError in idpicker.py on Python 3.


Compare: https://github.com/zopefoundation/zope.pluggableauth/compare/a1b42a403174...2500d292c0f1


More information about the checkins mailing list