[Checkins] [zopefoundation/Zope] 3219a7: Improve pip/virtualenv installation

GitHub noreply at github.com
Tue Oct 9 16:15:45 CEST 2018


  Branch: refs/heads/drop-bootstrap.py
  Home:   https://github.com/zopefoundation/Zope
  Commit: 3219a7386b9b63adf03c3332ada938deded71cd4
      https://github.com/zopefoundation/Zope/commit/3219a7386b9b63adf03c3332ada938deded71cd4
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/INSTALL-virtualenv.rst

  Log Message:
  -----------
  Improve pip/virtualenv installation

Installing Zope on a fresh Ubuntu 18.04 brought up some issues, like
- missing virtualenv
- too old pip version
- missing Python development package

The documentation was updated in order to help novice users.

This closes #324


  Commit: e8f782eb6dac798f265da8bad3c67b077ed4e458
      https://github.com/zopefoundation/Zope/commit/e8f782eb6dac798f265da8bad3c67b077ed4e458
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/INSTALL-buildout.rst

  Log Message:
  -----------
  Simplify buildout configuration

There is no need to have more than one part.


  Commit: 5a4ba3ba6a19227f8812f0eb7672e569cdcf3339
      https://github.com/zopefoundation/Zope/commit/5a4ba3ba6a19227f8812f0eb7672e569cdcf3339
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Reflect moving of permissions

As the dtml permissions were moved out of the AccessControl package,
the documentation has to be updated, too.


  Commit: d2a65cfe6f28bd535d905436f682a048be3b2b51
      https://github.com/zopefoundation/Zope/commit/d2a65cfe6f28bd535d905436f682a048be3b2b51
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Remove dropped permission

As the "View History" permission was removed, also the documentation
has to be updated.


  Commit: 4f8c807bba35a2db82b48178c026ae6e215cfc0d
      https://github.com/zopefoundation/Zope/commit/4f8c807bba35a2db82b48178c026ae6e215cfc0d
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Update available core permissions

I compared the permissions in the documentation with the permissions in
the AccessControl package and removed the ones, no longer available.


  Commit: b8eb155edc521013e247f41df7b18010e16e4e37
      https://github.com/zopefoundation/Zope/commit/b8eb155edc521013e247f41df7b18010e16e4e37
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M README.rst
    A appveyor.yml
    M buildout.cfg
    A constraints.txt
    A docs/INSTALL-pipenv.txt
    M docs/INSTALL-virtualenv.rst
    M docs/ZMI.rst
    M docs/operation.rst
    M docs/zdgbook/Acquisition.rst
    M docs/zdgbook/AppendixA.rst
    M docs/zdgbook/ComponentsAndInterfaces.rst
    M docs/zdgbook/GettingStarted.rst
    M docs/zdgbook/Introduction.rst
    M docs/zdgbook/ObjectPublishing.rst
    M docs/zdgbook/Products.rst
    M docs/zdgbook/Security.rst
    M docs/zdgbook/TestingAndDebugging.rst
    M docs/zdgbook/ZODBPersistentComponents.rst
    A docs/zdgbook/includes/zope2_notice.rst
    M requirements-full.txt
    M setup.py
    M src/App/dtml/manage_navbar.dtml
    M src/App/dtml/menu.dtml
    M src/App/tests/test_ApplicationManager.py
    M src/OFS/DTMLDocument.py
    R src/OFS/History.py
    M src/OFS/ObjectManager.py
    A src/OFS/tests/testSorting.py
    M src/OFS/zpt/main.zpt
    M src/Zope2/Startup/datatypes.py
    M src/Zope2/Startup/starter.py
    M src/Zope2/Startup/tests/test_schema.py
    M src/Zope2/Startup/wsgischema.xml
    M src/Zope2/utilities/skel/etc/wsgi.conf.in
    A src/Zope2/utilities/tests/__init__.py
    A src/Zope2/utilities/tests/test_zconsole.py
    A src/Zope2/utilities/zconsole.py
    M src/zmi/styles/resources/zmi_base.css
    M src/zmi/styles/resources/zmi_base.js
    M tox.ini
    M util.py

  Log Message:
  -----------
  Merge branch 'master' into PermissionsDocument


  Commit: 2e9ff0b19869441e931b6932eb6d472df7b05859
      https://github.com/zopefoundation/Zope/commit/2e9ff0b19869441e931b6932eb6d472df7b05859
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2018-10-04 (Thu, 04 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Removed Zope 2 notice

modified:   docs/zdgbook/AppendixA.rst


  Commit: 51253e0971dc613b7a6fa5bc5004f9df769589fb
      https://github.com/zopefoundation/Zope/commit/51253e0971dc613b7a6fa5bc5004f9df769589fb
  Author: Thomas Schorr <t_schorr at gmx.de>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M src/App/tests/testImageFile.py
    M src/ZPublisher/tests/test_xmlrpc.py

  Log Message:
  -----------
  Fix deprecation and resource warnings (#362)

fix deprecation and resource warning


  Commit: b2c700bdad6770afe73355475430a660d55d6ad1
      https://github.com/zopefoundation/Zope/commit/b2c700bdad6770afe73355475430a660d55d6ad1
  Author: David Glick <dglick at salesforce.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M CHANGES.rst
    M src/Products/Five/component/browser.py

  Log Message:
  -----------
  Fix test layer isolation issue (#361)

* Fix test layer isolation issue


  Commit: a28e26fb6951934ed0c9d5344573accdac6c4214
      https://github.com/zopefoundation/Zope/commit/a28e26fb6951934ed0c9d5344573accdac6c4214
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M docs/INSTALL-virtualenv.rst

  Log Message:
  -----------
  Merge pull request #353 from zopefoundation/improve_virtualenv_documentation_

Improve pip/virtualenv installation


  Commit: dc659e7c60d310139a6ff7cac7a3122d0052cd1d
      https://github.com/zopefoundation/Zope/commit/dc659e7c60d310139a6ff7cac7a3122d0052cd1d
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M docs/INSTALL-buildout.rst

  Log Message:
  -----------
  Merge pull request #355 from zopefoundation/simplify-buildout-installation-document

Simplify buildout configuration


  Commit: 748b1648d8f0ac45d44bd08c28ed310329982494
      https://github.com/zopefoundation/Zope/commit/748b1648d8f0ac45d44bd08c28ed310329982494
  Author: Jürgen Gmach <jugmac00 at users.noreply.github.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    M docs/zdgbook/AppendixA.rst

  Log Message:
  -----------
  Merge pull request #358 from zopefoundation/PermissionsDocument

Update Appendix A - Permissions Documentation


  Commit: 6806c482ce1ab87e8828a423ae4bb37616b84c9a
      https://github.com/zopefoundation/Zope/commit/6806c482ce1ab87e8828a423ae4bb37616b84c9a
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-05 (Fri, 05 Oct 2018)

  Changed paths:
    A zope-ecosystem.cfg

  Log Message:
  -----------
  Add a configuration to run zope including some optional Products. (#335)


  Commit: 478319637795508082823eeabe907e34322b1fe2
      https://github.com/zopefoundation/Zope/commit/478319637795508082823eeabe907e34322b1fe2
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    R .coveragerc
    A .editorconfig
    M .gitignore
    M setup.cfg
    M setup.py
    M src/OFS/Application.py
    M src/OFS/Cache.py
    M src/OFS/CopySupport.py
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Document.py
    M src/OFS/EtagSupport.py
    M src/OFS/FindSupport.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/LockItem.py
    M src/OFS/Lockable.py
    M src/OFS/Moniker.py
    M src/OFS/ObjectManager.py
    M src/OFS/OrderSupport.py
    M src/OFS/OrderedFolder.py
    M src/OFS/PropertyManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    M src/OFS/Uninstalled.py
    M src/OFS/absoluteurl.py
    M src/OFS/bbb.py
    M src/OFS/event.py
    M src/OFS/interfaces.py
    M src/OFS/metaconfigure.py
    M src/OFS/metadirectives.py
    M src/OFS/misc_.py
    M src/OFS/owner.py
    M src/OFS/role.py
    M src/OFS/subscribers.py
    M src/OFS/tests/applicationproduct/__init__.py
    M src/OFS/tests/testAcquisition.py
    M src/OFS/tests/testAppInitializer.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testCache.py
    M src/OFS/tests/testChownRecursive.py
    M src/OFS/tests/testCopySupport.py
    M src/OFS/tests/testCopySupportEvents.py
    M src/OFS/tests/testCopySupportHooks.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testFindSupport.py
    M src/OFS/tests/testLockable.py
    M src/OFS/tests/testObjectManager.py
    M src/OFS/tests/testOrderSupport.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/testSorting.py
    M src/OFS/tests/testTraverse.py
    M src/OFS/tests/test_Uninstalled.py
    M src/OFS/tests/test_event.py
    M src/OFS/tests/test_metaconfigure.py
    M src/OFS/tests/test_registerclass.py
    M src/OFS/tests/test_registerpackage.py
    M src/OFS/tests/test_subscribers.py
    M src/OFS/tests/test_userfolder.py
    M src/OFS/userfolder.py
    M src/OFS/zpt/main.zpt
    M src/Testing/ZopeTestCase/__init__.py
    M tox.ini

  Log Message:
  -----------
  Enforce conventions (First in OFS) (#354)

* first step to enforce conventions

* add editorconfig

* for now ignore isort errors

* linting main.zpt

* fix decorator declaration


  Commit: fa96f844e83a892e6ac1e82337ef6d52af830407
      https://github.com/zopefoundation/Zope/commit/fa96f844e83a892e6ac1e82337ef6d52af830407
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M zope-ecosystem.cfg

  Log Message:
  -----------
  Add documentation


  Commit: bec6a89c0f44771a20032b29a099b9bae08bfbd1
      https://github.com/zopefoundation/Zope/commit/bec6a89c0f44771a20032b29a099b9bae08bfbd1
  Author: Michael Howitz <mh at gocept.com>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    R .coveragerc
    A .editorconfig
    M .gitignore
    M CHANGES.rst
    M docs/INSTALL-buildout.rst
    M docs/INSTALL-virtualenv.rst
    M docs/zdgbook/AppendixA.rst
    M setup.cfg
    M setup.py
    M src/App/tests/testImageFile.py
    M src/OFS/Application.py
    M src/OFS/Cache.py
    M src/OFS/CopySupport.py
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Document.py
    M src/OFS/EtagSupport.py
    M src/OFS/FindSupport.py
    M src/OFS/Folder.py
    M src/OFS/Image.py
    M src/OFS/LockItem.py
    M src/OFS/Lockable.py
    M src/OFS/Moniker.py
    M src/OFS/ObjectManager.py
    M src/OFS/OrderSupport.py
    M src/OFS/OrderedFolder.py
    M src/OFS/PropertyManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    M src/OFS/Uninstalled.py
    M src/OFS/absoluteurl.py
    M src/OFS/bbb.py
    M src/OFS/event.py
    M src/OFS/interfaces.py
    M src/OFS/metaconfigure.py
    M src/OFS/metadirectives.py
    M src/OFS/misc_.py
    M src/OFS/owner.py
    M src/OFS/role.py
    M src/OFS/subscribers.py
    M src/OFS/tests/applicationproduct/__init__.py
    M src/OFS/tests/testAcquisition.py
    M src/OFS/tests/testAppInitializer.py
    M src/OFS/tests/testApplication.py
    M src/OFS/tests/testCache.py
    M src/OFS/tests/testChownRecursive.py
    M src/OFS/tests/testCopySupport.py
    M src/OFS/tests/testCopySupportEvents.py
    M src/OFS/tests/testCopySupportHooks.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testFindSupport.py
    M src/OFS/tests/testLockable.py
    M src/OFS/tests/testObjectManager.py
    M src/OFS/tests/testOrderSupport.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/testSorting.py
    M src/OFS/tests/testTraverse.py
    M src/OFS/tests/test_Uninstalled.py
    M src/OFS/tests/test_event.py
    M src/OFS/tests/test_metaconfigure.py
    M src/OFS/tests/test_registerclass.py
    M src/OFS/tests/test_registerpackage.py
    M src/OFS/tests/test_subscribers.py
    M src/OFS/tests/test_userfolder.py
    M src/OFS/userfolder.py
    M src/OFS/zpt/main.zpt
    M src/Products/Five/component/browser.py
    M src/Testing/ZopeTestCase/__init__.py
    M src/ZPublisher/tests/test_xmlrpc.py
    M tox.ini
    A zope-ecosystem.cfg

  Log Message:
  -----------
  Merge branch 'master' into drop-bootstrap.py


Compare: https://github.com/zopefoundation/Zope/compare/c6c7e4977049...bec6a89c0f44
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list