[Checkins] [zopefoundation/zope.container] 8a5922: Update the handling of PURE_PYTHON to match zope.i...

Jason Madden noreply at github.com
Wed Apr 1 16:44:54 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.container
  Commit: 8a5922769595fad3017d87e58c6cc5c9828a7ec9
      https://github.com/zopefoundation/zope.container/commit/8a5922769595fad3017d87e58c6cc5c9828a7ec9
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M src/zope/container/_proxy.py
    A src/zope/container/_util.py
    M src/zope/container/contained.py
    M src/zope/container/tests/test_contained.py
    M tox.ini
    M version.txt

  Log Message:
  -----------
  Update the handling of PURE_PYTHON to match zope.interface and persistent

Also stop using the deprecated, untested,
``zope.interafce.declarations.ObjectSpecification`` function in favor
of ``Provides``.


  Commit: e9598e1d932c0010dc36f5841c0ecfd21201b7c4
      https://github.com/zopefoundation/zope.container/commit/e9598e1d932c0010dc36f5841c0ecfd21201b7c4
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M .travis.yml
    M setup.py
    M src/zope/container/contained.py
    M src/zope/container/tests/test_contained_zodb.py
    M tox.ini

  Log Message:
  -----------
  Simplify test matrix: Always test with ZODB and ZCML extras.

See https://github.com/zopefoundation/zope.container/pull/35#discussion_r401616437


  Commit: 928b91124931ab89976e2d8ee9089ec9a5da4d1c
      https://github.com/zopefoundation/zope.container/commit/928b91124931ab89976e2d8ee9089ec9a5da4d1c
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M docs/conf.py
    M setup.py
    M src/zope/container/contained.py
    R version.txt

  Log Message:
  -----------
  Simplify non-ascii bytes name in setitem documentation.

Also other minor doc improvements.


  Commit: 1cd40792cb51e8e227a04337159f768909d6f7e2
      https://github.com/zopefoundation/zope.container/commit/1cd40792cb51e8e227a04337159f768909d6f7e2
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-04-01 (Wed, 01 Apr 2020)

  Changed paths:
    M .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M docs/conf.py
    M setup.py
    M src/zope/container/_proxy.py
    A src/zope/container/_util.py
    M src/zope/container/contained.py
    M src/zope/container/tests/test_contained.py
    M src/zope/container/tests/test_contained_zodb.py
    M tox.ini
    R version.txt

  Log Message:
  -----------
  Merge pull request #35 from zopefoundation/issue34

Update the handling of PURE_PYTHON to match zope.interface and persistest


Compare: https://github.com/zopefoundation/zope.container/compare/52279a609362...1cd40792cb51


More information about the checkins mailing list