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

GitHub noreply at github.com
Thu Sep 28 19:58:25 CEST 2017


  Branch: refs/heads/browser_extra
  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.




More information about the checkins mailing list