[Checkins] [zopefoundation/Zope] 01487e: Use Python 3.8 final on Travis CI

Jens Vagelpohl noreply at github.com
Fri Nov 8 17:21:25 CET 2019


  Branch: refs/heads/issue_730
  Home:   https://github.com/zopefoundation/Zope
  Commit: 01487e5daf3ba4d8add1c12bfb46e4acaf27cac0
      https://github.com/zopefoundation/Zope/commit/01487e5daf3ba4d8add1c12bfb46e4acaf27cac0
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-10-23 (Wed, 23 Oct 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Use Python 3.8 final on Travis CI


  Commit: 24ae27b793d16c9bd093c2b8be2615210b7c8758
      https://github.com/zopefoundation/Zope/commit/24ae27b793d16c9bd093c2b8be2615210b7c8758
  Author: Mauro Amico <mauro.amico at gmail.com>
  Date:   2019-10-26 (Sat, 26 Oct 2019)

  Changed paths:
    M CHANGES.rst
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  Set ``REMOTE_USER`` in wsgi environ using Zope user authentication (#713)

* Set ``REMOTE_USER`` in wsgi environ using Zope user authentication

* changelog


  Commit: f5b6ec77cea8783fb748bf0cbf0cd97d3cb57195
      https://github.com/zopefoundation/Zope/commit/f5b6ec77cea8783fb748bf0cbf0cd97d3cb57195
  Author: Mauro Amico <mauro.amico at gmail.com>
  Date:   2019-10-27 (Sun, 27 Oct 2019)

  Changed paths:
    M CHANGES.rst
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  Wsgi file wrapper (#719)

* wsgi.file_wrapper implementation

* tests

* tests

* changelog

* flake8


  Commit: b26ba322565f640f1c62b4a8d6b407cf5df5fdcd
      https://github.com/zopefoundation/Zope/commit/b26ba322565f640f1c62b4a8d6b407cf5df5fdcd
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-10-27 (Sun, 27 Oct 2019)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  - whitespace [ci skip]


  Commit: 7d9c157243655cbcd551255474bb77c0738fe4b7
      https://github.com/zopefoundation/Zope/commit/7d9c157243655cbcd551255474bb77c0738fe4b7
  Author: Alessandro Pisa <alessandro.pisa at gmail.com>
  Date:   2019-10-29 (Tue, 29 Oct 2019)

  Changed paths:
    M src/OFS/Traversable.py

  Log Message:
  -----------
  Update comment (#720)

* Update comment

Refs #674

* Python2 is not a thing anymore

* - change comment so they can be the same on master and 4.x [ci skip]


  Commit: a33987752b1792da651af9a76d3d7455bbb26fee
      https://github.com/zopefoundation/Zope/commit/a33987752b1792da651af9a76d3d7455bbb26fee
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M CHANGES.rst
    R src/App/class_init.py
    R src/OFS/Document.py
    M src/OFS/interfaces.py
    R src/Products/Five/metaconfigure.py
    R src/Products/PageTemplates/DeferExpr.py
    M src/Testing/ZopeTestCase/utils.py
    R src/ZPublisher/Publish.py
    R src/ZPublisher/Request.py
    R src/ZPublisher/Response.py
    M src/ZPublisher/__init__.py
    M src/Zope2/App/startup.py
    R src/Zope2/ClassFactory.py

  Log Message:
  -----------
  - Remove all BBB code marked to go away in Zope 5 (fixes #478)


  Commit: 9103f0dcf75fe49d6d164c7b403b433667974b1a
      https://github.com/zopefoundation/Zope/commit/9103f0dcf75fe49d6d164c7b403b433667974b1a
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  - Move retried request delay handling out of ``supports_retry`` (fixes #474)


  Commit: 06d940ff5c48cbec764d8b03d5f519437db2d239
      https://github.com/zopefoundation/Zope/commit/06d940ff5c48cbec764d8b03d5f519437db2d239
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-02 (Sat, 02 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M src/OFS/History.py
    M src/OFS/ObjectManager.py
    M src/OFS/absoluteurl.py
    M src/Products/Five/tests/test_directives.py
    M src/Products/Five/tests/test_size.py
    M src/ZPublisher/tests/test_xmlrpc.py
    M src/ZPublisher/xmlrpc.py

  Log Message:
  -----------
  - Remove more Python 2 support code


  Commit: d477cf6529b11e8923d63b9a6275311f5302e346
      https://github.com/zopefoundation/Zope/commit/d477cf6529b11e8923d63b9a6275311f5302e346
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  - bootstrap step no longer needed


  Commit: e9178f1481a100c4d9543ed126edd0eaf4e859ab
      https://github.com/zopefoundation/Zope/commit/e9178f1481a100c4d9543ed126edd0eaf4e859ab
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-03 (Sun, 03 Nov 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  - see if dist is still needed in Travis config


  Commit: eb86e0a36e91905be508d7c7400948f1f30932d6
      https://github.com/zopefoundation/Zope/commit/eb86e0a36e91905be508d7c7400948f1f30932d6
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M src/Shared/DC/Scripts/Bindings.py

  Log Message:
  -----------
  - Fix ``__getattr__`` signature in ``UnauthorizedBinding`` (fixes #703) (#725)


  Commit: b18549fabd72c6af4945375d27bae2f8a9f5486f
      https://github.com/zopefoundation/Zope/commit/b18549fabd72c6af4945375d27bae2f8a9f5486f
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-05 (Tue, 05 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M src/ZPublisher/WSGIPublisher.py

  Log Message:
  -----------
  - Fix error when using database minimize in the ZMI (fixes #726)


  Commit: 7bdc5fb726a299f166e7fa228a829a3a83e18999
      https://github.com/zopefoundation/Zope/commit/7bdc5fb726a299f166e7fa228a829a3a83e18999
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2019-11-06 (Wed, 06 Nov 2019)

  Changed paths:
    M src/ZPublisher/BaseResponse.py

  Log Message:
  -----------
  Format docstrings in a consistent way. (#727)

modified:   src/ZPublisher/BaseResponse.py


  Commit: e8948100f9b7b3f8cd86dd789d0ba9fb65a945fe
      https://github.com/zopefoundation/Zope/commit/e8948100f9b7b3f8cd86dd789d0ba9fb65a945fe
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M CHANGES.rst
    M src/App/dtml/dbMain.dtml
    M src/zmi/styles/resources/zmi_base.css

  Log Message:
  -----------
  - Some small ZMI rendering fixes (fixes #729)


  Commit: aa407ff05b5d6ac105531125b0227fe582d0da46
      https://github.com/zopefoundation/Zope/commit/aa407ff05b5d6ac105531125b0227fe582d0da46
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M src/zmi/styles/resources/zmi_base.css

  Log Message:
  -----------
  - fix Ordered Folder icon, take two


  Commit: 0fb1d17f61974d5a661d2b9345c2acab6bb48533
      https://github.com/zopefoundation/Zope/commit/0fb1d17f61974d5a661d2b9345c2acab6bb48533
  Author: drfho <dr.frank.hoffmann at web.de>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M .gitignore
    M src/OFS/dtml/access.dtml
    M src/zmi/styles/resources/zmi_base.css
    M src/zmi/styles/resources/zmi_base.js

  Log Message:
  -----------
  Issues #729, #730


  Commit: a0803bd5a2124ba4086b58aa95bf9c7b9e18ef81
      https://github.com/zopefoundation/Zope/commit/a0803bd5a2124ba4086b58aa95bf9c7b9e18ef81
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  - observe existing ordering


  Commit: 96d586b0d40464f04e381ff5e4e2761e7aa1e54a
      https://github.com/zopefoundation/Zope/commit/96d586b0d40464f04e381ff5e4e2761e7aa1e54a
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  - add change log entry


  Commit: cb1cdf6faab627c57a526775481537068672391d
      https://github.com/zopefoundation/Zope/commit/cb1cdf6faab627c57a526775481537068672391d
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M src/OFS/dtml/access.dtml
    M src/zmi/styles/resources/zmi_base.css

  Log Message:
  -----------
  - fix misspelled name


  Commit: a60b2dffbea22d1bdcc0ce6ce9fda7b9508d5214
      https://github.com/zopefoundation/Zope/commit/a60b2dffbea22d1bdcc0ce6ce9fda7b9508d5214
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M src/OFS/dtml/access.dtml

  Log Message:
  -----------
  - fix typo


  Commit: 27073dd717ceee159d1a0fd22eefc71c20aeaf28
      https://github.com/zopefoundation/Zope/commit/27073dd717ceee159d1a0fd22eefc71c20aeaf28
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:
    M src/OFS/dtml/access.dtml

  Log Message:
  -----------
  - show both role and permission in tooltip


  Commit: be9b8630e1da8a6b694aed9fdf4b3681b9fed1d2
      https://github.com/zopefoundation/Zope/commit/be9b8630e1da8a6b694aed9fdf4b3681b9fed1d2
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2019-11-08 (Fri, 08 Nov 2019)

  Changed paths:

  Log Message:
  -----------
  Merge branch 'issue_730' of github.com:zopefoundation/Zope into issue_730


Compare: https://github.com/zopefoundation/Zope/compare/3f58fd50a802...be9b8630e1da


More information about the checkins mailing list