[Checkins] [zopefoundation/grok] 76a89b: Use zopefoundation/meta/config to harmonize packag...

Jan-Jaap Driessen noreply at github.com
Thu Jun 11 00:30:00 CEST 2020


  Branch: refs/heads/update-repo-structure
  Home:   https://github.com/zopefoundation/grok
  Commit: 76a89b4a1e85fb349e967c25d77e0d19df59200a
      https://github.com/zopefoundation/grok/commit/76a89b4a1e85fb349e967c25d77e0d19df59200a
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    A .editorconfig
    M .gitignore
    M .travis.yml
    M CHANGES.txt
    M MANIFEST.in
    R bootstrap.py
    A setup.cfg
    M src/grok/tests/error/error.py
    M src/grok/tests/zcml/directiveimporterror.py
    M tox.ini

  Log Message:
  -----------
  Use zopefoundation/meta/config to harmonize package structure.

Fix tests py2/3


  Commit: ce6d2e6bbc4ccc17178077303072b39edf8c816e
      https://github.com/zopefoundation/grok/commit/ce6d2e6bbc4ccc17178077303072b39edf8c816e
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M src/grok/__init__.py
    M src/grok/components.py
    M src/grok/events.py
    M src/grok/ftests/errorviews/errorviews.py
    M src/grok/interfaces.py
    M src/grok/testing.py
    M src/grok/tests/grokker/grokcomponent.py

  Log Message:
  -----------
  Linting: Mark API imports as F401, Remove BBB code.


  Commit: 96413cab620ff7ed41ff3bb67dcfc01df2044498
      https://github.com/zopefoundation/grok/commit/96413cab620ff7ed41ff3bb67dcfc01df2044498
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2020-06-11 (Thu, 11 Jun 2020)

  Changed paths:
    M src/grok/components.py
    M src/grok/ftests/catalog/addform.py
    M src/grok/ftests/chameleon/chameleon_available.py
    M src/grok/ftests/errorviews/errorviews.py
    M src/grok/ftests/form/form.py
    M src/grok/ftests/forms/forms.py
    M src/grok/ftests/lifecycle/create_application.py
    M src/grok/ftests/security/grok_view.py
    M src/grok/ftests/security/json.py
    M src/grok/ftests/security/preserve_permissions.py
    M src/grok/ftests/security/roles.py
    M src/grok/ftests/security/security_view.py
    M src/grok/ftests/test_grok_functional.py
    M src/grok/ftests/traversal/containertraverse.py
    M src/grok/ftests/traversal/containertraverser.py
    M src/grok/ftests/traversal/items_before_views.py
    M src/grok/ftests/traversal/modeltraverse.py
    M src/grok/ftests/traversal/traversableattr.py
    M src/grok/ftests/traversal/traverser.py
    M src/grok/ftests/traversal/traverser_sets_parent.py
    M src/grok/ftests/url/application.py
    M src/grok/ftests/viewlet/viewlet_security.py
    M src/grok/tests/adapter/adapter.py
    M src/grok/tests/adapter/adapterdecorator.py
    M src/grok/tests/adapter/alphabetical.py
    M src/grok/tests/adapter/classcontext.py
    M src/grok/tests/adapter/classcontextimported.py
    M src/grok/tests/adapter/classcontextmultiple.py
    M src/grok/tests/adapter/classcontextmultiple_fixture.py
    M src/grok/tests/adapter/classorinterface.py
    M src/grok/tests/adapter/functionasargument_fixture.py
    M src/grok/tests/adapter/functioncontext.py
    M src/grok/tests/adapter/implementsmany.py
    M src/grok/tests/adapter/implementsnone.py
    M src/grok/tests/adapter/implementsnonemulti.py
    M src/grok/tests/adapter/importedmodel.py
    M src/grok/tests/adapter/importedmodel2.py
    M src/grok/tests/adapter/interface.py
    M src/grok/tests/adapter/interfacemodule.py
    M src/grok/tests/adapter/modulecontext.py
    M src/grok/tests/adapter/modulecontextimported.py
    M src/grok/tests/adapter/modulecontextmultiple.py
    M src/grok/tests/adapter/modulecontextmultiple_fixture.py
    M src/grok/tests/adapter/multiadapter.py
    M src/grok/tests/adapter/multiadaptsnone.py
    M src/grok/tests/adapter/multiple.py
    M src/grok/tests/adapter/namedadapter.py
    M src/grok/tests/adapter/noarguments_fixture.py
    M src/grok/tests/adapter/nomodel.py
    M src/grok/tests/adapter/oldstyleclass.py
    M src/grok/tests/adapter/order.py
    M src/grok/tests/baseclass/base.py
    M src/grok/tests/baseclass/basedirective.py
    M src/grok/tests/conflict/rest.py
    M src/grok/tests/container/container.py
    M src/grok/tests/container/container_model.py
    M src/grok/tests/container/orderedcontainer.py
    M src/grok/tests/container/orderedcontainerfiresevent.py
    M src/grok/tests/directive/argumenterror_fixture.py
    M src/grok/tests/directive/multipleasdict.py
    M src/grok/tests/directive/multipletimes.py
    M src/grok/tests/error/error.py
    M src/grok/tests/event/errorconditions.py
    M src/grok/tests/event/errorconditions_fixture.py
    M src/grok/tests/event/subscriber.py
    M src/grok/tests/grokker/__init__.py
    M src/grok/tests/grokker/continue_scanning.py
    M src/grok/tests/grokker/continue_scanning_fixture.py
    M src/grok/tests/grokker/grokcomponent.py
    M src/grok/tests/grokker/onlyonce_fixture/__init__.py
    M src/grok/tests/grokker/onlyonce_fixture/_meta.py
    M src/grok/tests/grokker/onlyonce_fixture/component.py
    M src/grok/tests/grokker/onlyonce_fixture/implementation.py
    M src/grok/tests/grokker/priority.py
    M src/grok/tests/grokker/priority_fixture.py
    M src/grok/tests/security/missing_role_name.py
    M src/grok/tests/security/not_a_permission_class.py
    M src/grok/tests/security/not_a_permission_class_fixture.py
    M src/grok/tests/security/permissions.py
    M src/grok/tests/security/role_i18n.py
    M src/grok/tests/test_grok.py
    M src/grok/tests/utility/implementsmany.py
    M src/grok/tests/utility/implementsmany2.py
    M src/grok/tests/utility/implementsnone.py
    M src/grok/tests/utility/implementsnone2.py
    M src/grok/tests/utility/utility.py
    M src/grok/tests/viewlet/viewlet_ambiguous_manager.py
    M src/grok/tests/viewlet/viewlet_references.py
    M src/grok/tests/viewlet/viewlet_render_and_template.py
    M src/grok/tests/xmlrpc/missing_permission.py
    M src/grok/tests/xmlrpc/missing_permission2.py
    M src/grok/tests/xmlrpc/missing_permission3.py
    M src/grok/tests/xmlrpc/multiple_require.py
    M src/grok/tests/xmlrpc/nocontext.py
    M src/grok/tests/xmlrpc/nomethods.py
    M src/grok/tests/zcml/directiveerror.py
    M src/grok/tests/zcml/stoneage/__init__.py
    M src/grok/tests/zcml/stoneage/cave.py
    M src/grok/tests/zcml/stoneage/hunt/mammoth.py

  Log Message:
  -----------
  flake8


  Commit: 9bd04ee62faea6e47f21372c525b8f6feed51447
      https://github.com/zopefoundation/grok/commit/9bd04ee62faea6e47f21372c525b8f6feed51447
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2020-06-11 (Thu, 11 Jun 2020)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Drop support for Python 3.4, add 3.7 + 3.8.


  Commit: bd2f24cc1b3e97ff158fb1698d921f4e6356e149
      https://github.com/zopefoundation/grok/commit/bd2f24cc1b3e97ff158fb1698d921f4e6356e149
  Author: Jan-Jaap Driessen <jdriessen at minddistrict.com>
  Date:   2020-06-11 (Thu, 11 Jun 2020)

  Changed paths:
    M MANIFEST.in

  Log Message:
  -----------
  Update manifest to please check-manifest.


Compare: https://github.com/zopefoundation/grok/compare/76a89b4a1e85%5E...bd2f24cc1b3e


More information about the checkins mailing list