[Checkins] [zopefoundation/zope.app.publication] 5851e5: Porting to zope3 (work in progress)

GitHub noreply at github.com
Mon Aug 8 13:28:43 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.app.publication
  Commit: 5851e58422ade54bdea6c8b7c18acbf30f0bb4b0
      https://github.com/zopefoundation/zope.app.publication/commit/5851e58422ade54bdea6c8b7c18acbf30f0bb4b0
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-25 (Mon, 25 Feb 2013)

  Changed paths:
    M bootstrap.py
    M buildout.cfg
    M setup.py
    M src/zope/app/publication/httpfactory.py
    M src/zope/app/publication/httpfactory.txt
    M src/zope/app/publication/methodnotallowed.txt
    M src/zope/app/publication/notfound.txt
    M src/zope/app/publication/requestpublicationfactories.py
    M src/zope/app/publication/requestpublicationregistry.py
    M src/zope/app/publication/tests/test_browserpublication.py
    M src/zope/app/publication/tests/test_functional.py
    M src/zope/app/publication/tests/test_http.py
    M src/zope/app/publication/tests/test_httpfactory.py
    M src/zope/app/publication/tests/test_proxycontrol.py
    M src/zope/app/publication/tests/test_requestpublicationregistry.py
    M src/zope/app/publication/tests/test_xmlrpcpublication.py
    M src/zope/app/publication/tests/test_zopepublication.py
    M src/zope/app/publication/traversers.py
    M src/zope/app/publication/zopepublication.py
    M tox.ini

  Log Message:
  -----------
  Porting to zope3 (work in progress)


  Commit: e9f8536f8200507d1cfbdf3b0b59d22e33445f2e
      https://github.com/zopefoundation/zope.app.publication/commit/e9f8536f8200507d1cfbdf3b0b59d22e33445f2e
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    M src/zope/app/publication/tests/test_zopepublication.py

  Log Message:
  -----------
  All tests pass


  Commit: 8fd6ac40b454217fa954e0e2251edaa138909ee4
      https://github.com/zopefoundation/zope.app.publication/commit/8fd6ac40b454217fa954e0e2251edaa138909ee4
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-26 (Tue, 26 Feb 2013)

  Changed paths:
    A .gitignore

  Log Message:
  -----------
  .gitignore added


  Commit: 2dc0fb343b69d1acf1194957e1e65b5ae62888e2
      https://github.com/zopefoundation/zope.app.publication/commit/2dc0fb343b69d1acf1194957e1e65b5ae62888e2
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M .gitignore
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Updated version to what it will be on this branch.


  Commit: 08a1f4f42dc55eb61c3c01633f5ff632d4c4338a
      https://github.com/zopefoundation/zope.app.publication/commit/08a1f4f42dc55eb61c3c01633f5ff632d4c4338a
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M buildout.cfg
    M setup.py
    M src/zope/app/publication/testing.py
    M tox.ini

  Log Message:
  -----------
  More support for python3


  Commit: 5c1d5c99b582b3c01c00ea4869c9afea96bd4bae
      https://github.com/zopefoundation/zope.app.publication/commit/5c1d5c99b582b3c01c00ea4869c9afea96bd4bae
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M buildout.cfg
    M tox.ini

  Log Message:
  -----------
  Releasing development version with python-3 support


  Commit: 7b8d572432fd0a49683729afe1451c7cd5f5753a
      https://github.com/zopefoundation/zope.app.publication/commit/7b8d572432fd0a49683729afe1451c7cd5f5753a
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    A ZODB-4.0.0dev.tar.gz
    A zope.app.appsetup-4.0.0a1.dev.tar.gz
    A zope.app.http-4.0.0a1.dev.tar.gz
    A zope.app.wsgi-4.0.0a1.dev.tar.gz
    A zope.testbrowser-4.0.3dev.tar.gz

  Log Message:
  -----------
  Unreleased packages added

These packages are not released yet, but required for tests to work.


  Commit: 64e6e9dd08e6ff57f4b2800403183d5f65930cf0
      https://github.com/zopefoundation/zope.app.publication/commit/64e6e9dd08e6ff57f4b2800403183d5f65930cf0
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Categories updated


  Commit: ccfa110070c8c05e3fbec2a53cb87b3a0f3ac3aa
      https://github.com/zopefoundation/zope.app.publication/commit/ccfa110070c8c05e3fbec2a53cb87b3a0f3ac3aa
  Author: Stephan Richter <stephan.richter at gmail.com>
  Date:   2013-03-04 (Mon, 04 Mar 2013)

  Changed paths:
    A .travis.yml

  Log Message:
  -----------
  'Updated Travis YAML.'


  Commit: cc1091ddfee83c42ba112afb2185d435145253db
      https://github.com/zopefoundation/zope.app.publication/commit/cc1091ddfee83c42ba112afb2185d435145253db
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M .gitignore
    M buildout.cfg
    M setup.py
    M tox.ini
    R zope.app.appsetup-4.0.0a1.dev.tar.gz
    R zope.app.http-4.0.0a1.dev.tar.gz
    R zope.app.wsgi-4.0.0a1.dev.tar.gz
    A zope.app.wsgi-4.0.0a5.dev0.tar.gz
    R zope.testbrowser-4.0.3dev.tar.gz

  Log Message:
  -----------
  Clean up and update depencies to use released versions where possible.


  Commit: b0deab7f55488a12e0e734bb25d70b9a40719497
      https://github.com/zopefoundation/zope.app.publication/commit/b0deab7f55488a12e0e734bb25d70b9a40719497
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M setup.py
    A src/zope/app/publication/tests/collect_tests.py
    M tox.ini

  Log Message:
  -----------
  Use coverage for tox driven tests.


  Commit: 3dd659e12f4012458becc038d2a7ced01799721b
      https://github.com/zopefoundation/zope.app.publication/commit/3dd659e12f4012458becc038d2a7ced01799721b
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M setup.py
    M src/zope/app/publication/httpfactory.txt
    M src/zope/app/publication/methodnotallowed.txt
    M src/zope/app/publication/notfound.txt
    M src/zope/app/publication/testing.py
    M src/zope/app/publication/tests/test_functional.py
    M src/zope/app/publication/tests/test_zopepublication.py

  Log Message:
  -----------
  Fix tests for Python 3.5 and claim compatibility.


  Commit: 56bd55578fb62d27b3bbf23f6c2c048bc454e3bd
      https://github.com/zopefoundation/zope.app.publication/commit/56bd55578fb62d27b3bbf23f6c2c048bc454e3bd
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.txt
    M MANIFEST.in
    M bootstrap.py
    M buildout.cfg
    M setup.py
    M src/zope/app/publication/interfaces.py
    M src/zope/app/publication/requestpublicationregistry.py
    M src/zope/app/publication/tests/test_requestpublicationregistry.py
    M tox.ini

  Log Message:
  -----------
  Merge from master.


  Commit: 1a34ea216eecede70c4abf00faa494181de7ed5d
      https://github.com/zopefoundation/zope.app.publication/commit/1a34ea216eecede70c4abf00faa494181de7ed5d
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M CHANGES.txt

  Log Message:
  -----------
  Claim compatibility for Python 3.4 and 3.5.


  Commit: 51eb04f0e5f94551c55027308d42c8d0eda7fb5c
      https://github.com/zopefoundation/zope.app.publication/commit/51eb04f0e5f94551c55027308d42c8d0eda7fb5c
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M .travis.yml
    M CHANGES.txt
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Make the test run on travis.

Drop Python 2.6 support.
Add an explicit installation of python3.5 for travis.


  Commit: 952713b0512201136acf2c5f6e9076b6c0368f56
      https://github.com/zopefoundation/zope.app.publication/commit/952713b0512201136acf2c5f6e9076b6c0368f56
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Try different approach for travis and python 3.5.


  Commit: 72c79432b02984b704c9bbb06f1e1272cdd19f88
      https://github.com/zopefoundation/zope.app.publication/commit/72c79432b02984b704c9bbb06f1e1272cdd19f88
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-07-11 (Mon, 11 Jul 2016)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use travis builds the right way.


  Commit: 25ca5bd959fc65aa68ebba7d949666ba41e428c2
      https://github.com/zopefoundation/zope.app.publication/commit/25ca5bd959fc65aa68ebba7d949666ba41e428c2
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.txt
    M MANIFEST.in
    M bootstrap.py
    M buildout.cfg
    M setup.py
    M src/zope/app/publication/httpfactory.txt
    M src/zope/app/publication/interfaces.py
    M src/zope/app/publication/methodnotallowed.txt
    M src/zope/app/publication/notfound.txt
    M src/zope/app/publication/requestpublicationregistry.py
    M src/zope/app/publication/testing.py
    A src/zope/app/publication/tests/collect_tests.py
    M src/zope/app/publication/tests/test_functional.py
    M src/zope/app/publication/tests/test_requestpublicationregistry.py
    M src/zope/app/publication/tests/test_zopepublication.py
    M tox.ini
    R zope.app.appsetup-4.0.0a1.dev.tar.gz
    R zope.app.http-4.0.0a1.dev.tar.gz
    R zope.app.wsgi-4.0.0a1.dev.tar.gz
    A zope.app.wsgi-4.0.0a5.dev0.tar.gz
    R zope.testbrowser-4.0.3dev.tar.gz

  Log Message:
  -----------
  Merge pull request #5 from sallner/py3

Add compatibility for Python >= 3.3


  Commit: aba970b2d033030377efd25b73250a6dac87c228
      https://github.com/zopefoundation/zope.app.publication/commit/aba970b2d033030377efd25b73250a6dac87c228
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    R ZODB-4.0.0dev.tar.gz

  Log Message:
  -----------
  Remove no longer needed file.


  Commit: f749448b26d0c40299986509880a549307beb51e
      https://github.com/zopefoundation/zope.app.publication/commit/f749448b26d0c40299986509880a549307beb51e
  Author: Steffen Allner <sa at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    A .coveragerc

  Log Message:
  -----------
  Add .coveragerc.


  Commit: 40dc789905e94e5e3f39716c2db3b06f1355678b
      https://github.com/zopefoundation/zope.app.publication/commit/40dc789905e94e5e3f39716c2db3b06f1355678b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.txt
    M buildout.cfg
    M setup.py
    M src/zope/app/publication/httpfactory.py
    M src/zope/app/publication/httpfactory.txt
    M src/zope/app/publication/methodnotallowed.txt
    M src/zope/app/publication/notfound.txt
    M src/zope/app/publication/requestpublicationfactories.py
    M src/zope/app/publication/requestpublicationregistry.py
    M src/zope/app/publication/testing.py
    A src/zope/app/publication/tests/collect_tests.py
    M src/zope/app/publication/tests/test_browserpublication.py
    M src/zope/app/publication/tests/test_functional.py
    M src/zope/app/publication/tests/test_http.py
    M src/zope/app/publication/tests/test_httpfactory.py
    M src/zope/app/publication/tests/test_proxycontrol.py
    M src/zope/app/publication/tests/test_requestpublicationregistry.py
    M src/zope/app/publication/tests/test_xmlrpcpublication.py
    M src/zope/app/publication/tests/test_zopepublication.py
    M src/zope/app/publication/traversers.py
    M src/zope/app/publication/zopepublication.py
    M tox.ini
    A zope.app.wsgi-4.0.0a5.dev0.tar.gz

  Log Message:
  -----------
  Merge pull request #6 from zopefoundation/py3

Python 3 compatibility


Compare: https://github.com/zopefoundation/zope.app.publication/compare/3b5a9bb64552...40dc789905e9


More information about the checkins mailing list