[Checkins] [zopefoundation/z3c.form] 86ba84: Switch .travis.yml to use tox

GitHub noreply at github.com
Fri Apr 4 00:37:27 CEST 2014


  Branch: refs/heads/DataExtractedEvent
  Home:   https://github.com/zopefoundation/z3c.form
  Commit: 86ba8488d4c837b63dcabeee6cf5a19d5680b7ab
      https://github.com/zopefoundation/z3c.form/commit/86ba8488d4c837b63dcabeee6cf5a19d5680b7ab
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M .travis.yml
    M MANIFEST.in

  Log Message:
  -----------
  Switch .travis.yml to use tox


  Commit: 2bfee8eff59b3b496668059952f6dfca5d1dbd15
      https://github.com/zopefoundation/z3c.form/commit/2bfee8eff59b3b496668059952f6dfca5d1dbd15
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Claim Python 3.4 compatibility

There's one deprecation warning that we should fix:

    .tox/py34/lib/python3.4/site-packages/zope/tal/htmltalparser.py:110: DeprecationWarning: The value of convert_charrefs will become True in 3.5. You are encouraged to set the value explicitly.
      HTMLParser.__init__(self)

The travis build is blocked on
https://github.com/travis-ci/travis-ci/issues/1989


  Commit: 84218314cc0376e7f0046d7747bfe5705cffef25
      https://github.com/zopefoundation/z3c.form/commit/84218314cc0376e7f0046d7747bfe5705cffef25
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Use the with statement to open files in setup.py


  Commit: fe6d684fc498d873cb14f256b530975bc03b057a
      https://github.com/zopefoundation/z3c.form/commit/fe6d684fc498d873cb14f256b530975bc03b057a
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M CHANGES.txt
    A src/z3c/form/events.py
    M src/z3c/form/form.py
    M src/z3c/form/form.txt
    M src/z3c/form/group.py
    M src/z3c/form/group.txt
    M src/z3c/form/interfaces.py
    M src/z3c/form/tests/test_doc.py

  Log Message:
  -----------
  Add DataExctractedEvent, which is thrown after data and errors are extracted from widgets.


  Commit: aff0436f1a74dfdbd12ee30159c190b1dda69c8e
      https://github.com/zopefoundation/z3c.form/commit/aff0436f1a74dfdbd12ee30159c190b1dda69c8e
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M CHANGES.txt
    M src/z3c/form/events.py
    M src/z3c/form/form.py
    M src/z3c/form/form.txt
    M src/z3c/form/group.py
    M src/z3c/form/group.txt

  Log Message:
  -----------
  rename Exctracted -> Extracted


  Commit: 6c211d9f95f58ac979c4bb8372edee599b5cde6d
      https://github.com/zopefoundation/z3c.form/commit/6c211d9f95f58ac979c4bb8372edee599b5cde6d
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M src/z3c/form/form.py

  Log Message:
  -----------
  remove debugging statements


  Commit: 92c8349a4cd753e5c42c44458ae96e802202a392
      https://github.com/zopefoundation/z3c.form/commit/92c8349a4cd753e5c42c44458ae96e802202a392
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M src/z3c/form/events.py
    M src/z3c/form/group.py
    M src/z3c/form/interfaces.py
    M src/z3c/form/tests/test_doc.py

  Log Message:
  -----------
  integrate changes from code review


  Commit: ccbb0bb129d36e326e2bcb22b77c8a0ae07ac100
      https://github.com/zopefoundation/z3c.form/commit/ccbb0bb129d36e326e2bcb22b77c8a0ae07ac100
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M src/z3c/form/interfaces.py

  Log Message:
  -----------
  more information on IDataExtractedEvent


  Commit: a502247daba59f7c1c8047667a89b1670f996ee6
      https://github.com/zopefoundation/z3c.form/commit/a502247daba59f7c1c8047667a89b1670f996ee6
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M src/z3c/form/interfaces.py

  Log Message:
  -----------
  typos


  Commit: fc65d07940c1c3cbf8f4ba7681ef45b7b56e949c
      https://github.com/zopefoundation/z3c.form/commit/fc65d07940c1c3cbf8f4ba7681ef45b7b56e949c
  Author: Johannes Raggam <raggam-nl at adm.at>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Log Message:
  -----------
  Merge branch 'DataExtractedEvent' of git://github.com/zopefoundation/z3c.form into DataExtractedEvent


Compare: https://github.com/zopefoundation/z3c.form/compare/b74b0e415bfb...fc65d07940c1


More information about the checkins mailing list