[Checkins] [zopefoundation/z3c.authenticator] 260184: - bugfix: remove None from queryNextUtiliy because...

GitHub noreply at github.com
Wed May 16 15:48:24 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.authenticator
  Commit: 260184332e7813d8c2ff652e7c61e22dcefb706f
      https://github.com/zopefoundation/z3c.authenticator/commit/260184332e7813d8c2ff652e7c61e22dcefb706f
  Author: Roger Ineichen <dev at projekt01.ch>
  Date:   2018-05-16 (Wed, 16 May 2018)

  Changed paths:
    M CHANGES.txt
    M setup.py
    M src/z3c/authenticator/authentication.py
    M src/z3c/authenticator/browser/login.py
    M src/z3c/authenticator/credential.py
    M src/z3c/authenticator/tests.py
    M src/z3c/authenticator/user.py
    M src/z3c/authenticator/vocabulary.py

  Log Message:
  -----------
  - bugfix: remove None from queryNextUtiliy because getNextUtility signature got
  changed and None was used as name argument.
- cleanup, removed unused imports
- Get rid of deprecation warning. Switch hooks import from zope.site to
  zope.component
- skip test_exception_in_subscriber_leaves_item_in_place for IAuthenticator
  container. This zope.container test method left over an event subscriber with
  zope.container version 4.2.1 which raises an error in other methods. Needs
  review and probably a tear down in zope.container test method.



      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list