[Checkins] [zopefoundation/zope.annotation] 83c391: DRY out deps.

GitHub noreply at github.com
Fri Jan 9 18:55:09 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.annotation
  Commit: 83c39143a1eb030140d7e1f393021cfeb53bd02b
      https://github.com/zopefoundation/zope.annotation/commit/83c39143a1eb030140d7e1f393021cfeb53bd02b
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  DRY out deps.


  Commit: 34005f0ab11aff81318d3b0c1ab222e5ad935514
      https://github.com/zopefoundation/zope.annotation/commit/34005f0ab11aff81318d3b0c1ab222e5ad935514
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M .gitignore
    A setup.cfg
    M src/zope/annotation/tests/annotations.py
    M src/zope/annotation/tests/test_attributeannotations.py

  Log Message:
  -----------
  Make coverage tests actually run.


  Commit: 63ef8715df7ec7fc3548bd260c2447350832d43b
      https://github.com/zopefoundation/zope.annotation/commit/63ef8715df7ec7fc3548bd260c2447350832d43b
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    R setup.cfg
    M tox.ini

  Log Message:
  -----------
  Use 'coverage' script directly.

May break setups which depend on --with-xunit output.


  Commit: f3fd1451667a1b717bad9f03c970a0c1868db0bf
      https://github.com/zopefoundation/zope.annotation/commit/f3fd1451667a1b717bad9f03c970a0c1868db0bf
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use tox to drive Travis.


  Commit: 5542da0157ac03a0b166ffdd75b75f4ab28bb6d1
      https://github.com/zopefoundation/zope.annotation/commit/5542da0157ac03a0b166ffdd75b75f4ab28bb6d1
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/zope/annotation/README.txt
    M src/zope/annotation/attribute.py
    M tox.ini

  Log Message:
  -----------
  Make 'persistent'/'BTrees' soft dependencies.

- 'persistent' is used only for doctests.

- If 'BTrees' is not importable ('OOBTree' used for attribute storage),
  fall back to using 'dict'.

- Both are installable via the 'zope.annotation[btree]' extra.

- Closes LP #878265.


Compare: https://github.com/zopefoundation/zope.annotation/compare/5dc6a9e51ceb...5542da0157ac


More information about the checkins mailing list