[Checkins] [zopefoundation/zope.mimetype] 56741e: Move the heavy browser dependencies to a 'browser'...

GitHub noreply at github.com
Thu Sep 28 20:49:59 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.mimetype
  Commit: 56741e7630b00a476a02f16cb909f05dd3300376
      https://github.com/zopefoundation/zope.mimetype/commit/56741e7630b00a476a02f16cb909f05dd3300376
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    A src/zope/mimetype/README.rst
    R src/zope/mimetype/README.txt
    A src/zope/mimetype/TODO.rst
    R src/zope/mimetype/TODO.txt
    A src/zope/mimetype/codec.rst
    R src/zope/mimetype/codec.txt
    A src/zope/mimetype/configure.rst
    R src/zope/mimetype/configure.txt
    M src/zope/mimetype/configure.zcml
    A src/zope/mimetype/constraints.rst
    R src/zope/mimetype/constraints.txt
    A src/zope/mimetype/contentinfo.rst
    R src/zope/mimetype/contentinfo.txt
    A src/zope/mimetype/event.rst
    R src/zope/mimetype/event.txt
    A src/zope/mimetype/retrieving_mime_types.rst
    R src/zope/mimetype/retrieving_mime_types.txt
    A src/zope/mimetype/source.rst
    R src/zope/mimetype/source.txt
    M src/zope/mimetype/tests/test_doctests.py
    A src/zope/mimetype/typegetter.rst
    R src/zope/mimetype/typegetter.txt
    A src/zope/mimetype/utils.rst
    R src/zope/mimetype/utils.txt
    A src/zope/mimetype/widget.rst
    R src/zope/mimetype/widget.txt
    M src/zope/mimetype/zcml.py
    M tox.ini

  Log Message:
  -----------
  Move the heavy browser dependencies to a 'browser' extra

And make the tests that rely on them conditional. Ensure that the ZCML
can be executed either way, though. Add tox and Travis environments to
be sure this is exercised.

Also:

- Rename remaining .txt to .rst
- Drop support for Python 3.3
- Badges in readme.
- setup.cfg for universal wheels.


  Commit: e38a5d2138eaa5c04a77796330252a547b28ea6f
      https://github.com/zopefoundation/zope.mimetype/commit/e38a5d2138eaa5c04a77796330252a547b28ea6f
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use a nonsesnse extra name in .travis.yml to prevent the pip error '.[] should be a path or VCS url'


  Commit: 9f61c6d1235f3849033b4d2dc457c8b79fd32144
      https://github.com/zopefoundation/zope.mimetype/commit/9f61c6d1235f3849033b4d2dc457c8b79fd32144
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-09-28 (Thu, 28 Sep 2017)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M README.rst
    A setup.cfg
    M setup.py
    M src/zope/__init__.py
    A src/zope/mimetype/README.rst
    R src/zope/mimetype/README.txt
    A src/zope/mimetype/TODO.rst
    R src/zope/mimetype/TODO.txt
    A src/zope/mimetype/codec.rst
    R src/zope/mimetype/codec.txt
    A src/zope/mimetype/configure.rst
    R src/zope/mimetype/configure.txt
    M src/zope/mimetype/configure.zcml
    A src/zope/mimetype/constraints.rst
    R src/zope/mimetype/constraints.txt
    A src/zope/mimetype/contentinfo.rst
    R src/zope/mimetype/contentinfo.txt
    A src/zope/mimetype/event.rst
    R src/zope/mimetype/event.txt
    A src/zope/mimetype/retrieving_mime_types.rst
    R src/zope/mimetype/retrieving_mime_types.txt
    A src/zope/mimetype/source.rst
    R src/zope/mimetype/source.txt
    M src/zope/mimetype/tests/test_doctests.py
    A src/zope/mimetype/typegetter.rst
    R src/zope/mimetype/typegetter.txt
    A src/zope/mimetype/utils.rst
    R src/zope/mimetype/utils.txt
    A src/zope/mimetype/widget.rst
    R src/zope/mimetype/widget.txt
    M src/zope/mimetype/zcml.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #8 from zopefoundation/browser_extra

Move the heavy browser dependencies to a 'browser' extra


Compare: https://github.com/zopefoundation/zope.mimetype/compare/1d24b32a2115...9f61c6d1235f


More information about the checkins mailing list