[Checkins] [zopefoundation/Zope] e080da: flake8 Zope2/utilities.

GitHub noreply at github.com
Fri Jul 22 00:17:21 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: e080dab9dfce95c4f6559465c18e4ff25521ffd4
      https://github.com/zopefoundation/Zope/commit/e080dab9dfce95c4f6559465c18e4ff25521ffd4
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-07-21 (Thu, 21 Jul 2016)

  Changed paths:
    M src/Zope2/Startup/run.py
    M src/Zope2/utilities/adduser.py
    M src/Zope2/utilities/copyzopeskel.py
    M src/Zope2/utilities/finder.py
    M src/Zope2/utilities/mkzopeinstance.py
    M src/Zope2/utilities/requestprofiler.py
    M src/Zope2/utilities/zpasswd.py

  Log Message:
  -----------
  flake8 Zope2/utilities.


  Commit: d6f77dea3139784704668c79e2380177d62edf07
      https://github.com/zopefoundation/Zope/commit/d6f77dea3139784704668c79e2380177d62edf07
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-07-21 (Thu, 21 Jul 2016)

  Changed paths:
    M src/Zope2/utilities/copyzopeskel.py
    R src/Zope2/utilities/skel/bin/runzope.bat.in
    R src/Zope2/utilities/skel/bin/runzope.in
    R src/Zope2/utilities/skel/bin/zope2.wsgi.in
    R src/Zope2/utilities/skel/bin/zopectl.bat.in
    R src/Zope2/utilities/skel/bin/zopectl.in
    A src/Zope2/utilities/skel/etc/zope2.wsgi.in

  Log Message:
  -----------
  Remove bin/ from mkzopesite skeleton.

These scripts are either installed by a virtualenv or buildout and
conflict when creating an instance home inside the same directory.


  Commit: 11f7d91c1ea5a2120abd51abc00397bdd66c3e71
      https://github.com/zopefoundation/Zope/commit/11f7d91c1ea5a2120abd51abc00397bdd66c3e71
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M .gitignore
    M MANIFEST.in
    M src/Zope2/Startup/run.py
    M src/Zope2/Startup/tests/test_schema.py
    M src/Zope2/Startup/zopectl.py
    R src/Zope2/utilities/skel/README.txt
    A src/Zope2/utilities/skel/etc/base.conf.in
    A src/Zope2/utilities/skel/etc/example.conf.in
    A src/Zope2/utilities/skel/etc/wsgi.conf.in
    M src/Zope2/utilities/skel/etc/zope.conf.in

  Log Message:
  -----------
  Update mkzopesite skeleton.

Provide both a ZServer based etc/zope.conf and 'no HTTP server'
etc/wsgi.conf, both based on a common etc/base.conf.

Also move the full configuration options into an etc/example.conf


  Commit: 8e31fae5f74eb817f7157bc7c5af66ac6eed23eb
      https://github.com/zopefoundation/Zope/commit/8e31fae5f74eb817f7157bc7c5af66ac6eed23eb
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Only ignore top-level directories.


  Commit: 72ae9a1bed26db928e7f74fa063c8de15a755544
      https://github.com/zopefoundation/Zope/commit/72ae9a1bed26db928e7f74fa063c8de15a755544
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M CHANGES.rst
    M docs/INSTALL-buildout.rst
    M docs/WSGI.rst
    M requirements.txt
    M setup.py
    M src/ZPublisher/WSGIPublisher.py
    A src/Zope2/Startup/serve.py
    M versions-prod.cfg

  Log Message:
  -----------
  Add a new `runwsgi` script to serve PasteDeploy files.

This is a very limited copy of Pyramid's pserve script.


  Commit: 9ac28c1778ba6dc5b046f187a44435c92b8d6790
      https://github.com/zopefoundation/Zope/commit/9ac28c1778ba6dc5b046f187a44435c92b8d6790
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M buildout.cfg
    M docs/WSGI.rst
    M setup.py
    A src/Zope2/utilities/skel/etc/zope.ini.in
    M versions-prod.cfg

  Log Message:
  -----------
  Create a default PasteDeploy ini file as part of mkzopeinstance.

Currently this is not fully functional. repoze.retry causes errors
for failing to call start_response. Exceptions like NotFound aren't
turned into their HTML form by neither WebError nor paste#httpexceptions.


  Commit: 6c7054ceafb7f30c844b52dbce3318552ea13c65
      https://github.com/zopefoundation/Zope/commit/6c7054ceafb7f30c844b52dbce3318552ea13c65
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

  Changed paths:
    M versions.cfg

  Log Message:
  -----------
  Drop version pins for ZTK versions not being used by Zope 2.


Compare: https://github.com/zopefoundation/Zope/compare/4903e67c0b38...6c7054ceafb7


More information about the checkins mailing list