[Checkins] [zopefoundation/zope.security] 70a4b6: Add Python 3.7 support

GitHub noreply at github.com
Thu Aug 9 12:56:45 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.security
  Commit: 70a4b661f56280e0950bd368a953cab2e0b31679
      https://github.com/zopefoundation/zope.security/commit/70a4b661f56280e0950bd368a953cab2e0b31679
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M appveyor.yml
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Add Python 3.7 support


  Commit: 9f9b4106a10557dcdd621a67be7cb90e5d17e98f
      https://github.com/zopefoundation/zope.security/commit/9f9b4106a10557dcdd621a67be7cb90e5d17e98f
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
    M docs/proxy.rst

  Log Message:
  -----------
  Fix test failure on Python 3.7

ABCMeta._abc_invalidation_counter is no more.

The test passes if we don't touch it, so we're all good?  There are no
more hidden caches we need to worry about?  Anybody want to dig into
this deeper?


  Commit: c489eb98a1aa9ba31a067d55eb79bea144229e8b
      https://github.com/zopefoundation/zope.security/commit/c489eb98a1aa9ba31a067d55eb79bea144229e8b
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-08-08 (Wed, 08 Aug 2018)

  Changed paths:
    M docs/proxy.rst

  Log Message:
  -----------
  Remove misleading comment

ABCMeta._abc_invalidation_counter is still present on Python 3.7 when
the pure-python _py_abc implementation is used (as opposed to the
builtin _abc).


  Commit: bf3a3161675f8ab62796783992d3b3bfba1bbf9d
      https://github.com/zopefoundation/zope.security/commit/bf3a3161675f8ab62796783992d3b3bfba1bbf9d
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-08-09 (Thu, 09 Aug 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M appveyor.yml
    M docs/proxy.rst
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #53 from zopefoundation/py37

Add Python 3.7 support


Compare: https://github.com/zopefoundation/zope.security/compare/50f09de96d97...bf3a3161675f
      **NOTE:** This service has 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