[Checkins] [zopefoundation/zope.preference] 0dd8ff: Support zope.configuration 4.2+ and recent persist...

GitHub noreply at github.com
Thu Sep 27 13:15:43 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.preference
  Commit: 0dd8ff73369eb8b4bed7a2ce3745953d8e423e2f
      https://github.com/zopefoundation/zope.preference/commit/0dd8ff73369eb8b4bed7a2ce3745953d8e423e2f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-26 (Wed, 26 Sep 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/preference/README.rst
    M src/zope/preference/metadirectives.py
    M src/zope/preference/tests.py
    M tox.ini

  Log Message:
  -----------
  Support zope.configuration 4.2+ and recent persistent

Use an 'OptionalDottedName' field for our ZCML 'id' type, because
that's what we really want, instead of `PythonIdentifier`.

If this still causes problems in the wild, this could go all the way
back to just a TextLine, but we really want the dots to enforce the
tree.

Also add 3.7 and drop 3.3 while here.

Tests will fail until zope.configuration 4.2.1 is released with
https://github.com/zopefoundation/zope.configuration/pull/37


  Commit: 39f11716ca338b3453774c486fe63015bba28940
      https://github.com/zopefoundation/zope.preference/commit/39f11716ca338b3453774c486fe63015bba28940
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M tox.ini

  Log Message:
  -----------
  Test PyPy3


  Commit: 56d6aa06ac8238360b085a461e8b2dcbf2bfa8fc
      https://github.com/zopefoundation/zope.preference/commit/56d6aa06ac8238360b085a461e8b2dcbf2bfa8fc
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M src/zope/preference/README.rst
    M src/zope/preference/tests.py

  Log Message:
  -----------
  Create the root site in the doctest.

This clarifies the doctest and removes the need for some vague assertions.


  Commit: 88a53d782b1d5cf92da2307b9b1bb1584a903360
      https://github.com/zopefoundation/zope.preference/commit/88a53d782b1d5cf92da2307b9b1bb1584a903360
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-09-27 (Thu, 27 Sep 2018)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/preference/README.rst
    M src/zope/preference/metadirectives.py
    M src/zope/preference/tests.py
    M tox.ini

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

Support zope.configuration 4.2+ and recent persistent


Compare: https://github.com/zopefoundation/zope.preference/compare/802010c06ca6...88a53d782b1d
      **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