[Checkins] [zopefoundation/z3c.macro] aecf44: Add Python 3.4/5/6, drop 3.3 and 2.6

GitHub noreply at github.com
Tue Oct 17 13:04:50 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.macro
  Commit: aecf44513d4fc6e19bc341f5da755f376b463236
      https://github.com/zopefoundation/z3c.macro/commit/aecf44513d4fc6e19bc341f5da755f376b463236
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/z3c/__init__.py
    A src/z3c/macro/README.rst
    R src/z3c/macro/README.txt
    M src/z3c/macro/tests.py
    A src/z3c/macro/zcml.rst
    R src/z3c/macro/zcml.txt
    M tox.ini

  Log Message:
  -----------
  Add Python 3.4/5/6, drop 3.3 and 2.6

Fixes #2

- Rename .txt -> .rst
- Universal wheels
- Modern tox.ini and .travis.yml
  - Add coverage environment and coveralls
- Use zope.testrunner for the namespace path issue.


  Commit: cbb3267473ce98393ffe42d546e0085ba64e83c1
      https://github.com/zopefoundation/z3c.macro/commit/cbb3267473ce98393ffe42d546e0085ba64e83c1
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-10-16 (Mon, 16 Oct 2017)

  Changed paths:
    M setup.py
    M src/z3c/macro/__init__.py
    M src/z3c/macro/interfaces.py
    M src/z3c/macro/tales.py
    M src/z3c/macro/tests.py
    M src/z3c/macro/zcml.py
    M src/z3c/macro/zcml.rst
    M tox.ini

  Log Message:
  -----------
  100% coverage; minor whitespace cleanups.


  Commit: 23de5123b2b81d79ea7287c49c1c3d1a67dae70a
      https://github.com/zopefoundation/z3c.macro/commit/23de5123b2b81d79ea7287c49c1c3d1a67dae70a
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-10-17 (Tue, 17 Oct 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/z3c/__init__.py
    A src/z3c/macro/README.rst
    R src/z3c/macro/README.txt
    M src/z3c/macro/__init__.py
    M src/z3c/macro/interfaces.py
    M src/z3c/macro/tales.py
    M src/z3c/macro/tests.py
    M src/z3c/macro/zcml.py
    A src/z3c/macro/zcml.rst
    R src/z3c/macro/zcml.txt
    M tox.ini

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

Add Python 3.4/5/6, drop 3.3 and 2.6


Compare: https://github.com/zopefoundation/z3c.macro/compare/edf8d2f2f50a...23de5123b2b8


More information about the checkins mailing list