[Checkins] [zopefoundation/Products.ZCatalog] c4e4cd: Fix linting issues (#106)

Michael Howitz noreply at github.com
Fri Oct 9 08:10:35 CEST 2020


  Branch: refs/heads/thet-fix-78
  Home:   https://github.com/zopefoundation/Products.ZCatalog
  Commit: c4e4cd55e17e2660e81795d4a8dc48278642a726
      https://github.com/zopefoundation/Products.ZCatalog/commit/c4e4cd55e17e2660e81795d4a8dc48278642a726
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-07-28 (Tue, 28 Jul 2020)

  Changed paths:
    M src/Products/PluginIndexes/CompositeIndex/tests/testCompositeIndex.py
    M src/Products/ZCTextIndex/BaseIndex.py
    M src/Products/ZCTextIndex/RiceCode.py
    M src/Products/ZCatalog/ZCatalog.py

  Log Message:
  -----------
  Fix linting issues (#106)

... which came with the new flake8 version.

modified:   src/Products/PluginIndexes/CompositeIndex/tests/testCompositeIndex.py
modified:   src/Products/ZCTextIndex/BaseIndex.py
modified:   src/Products/ZCTextIndex/RiceCode.py
modified:   src/Products/ZCatalog/ZCatalog.py


  Commit: 919bdb104173f1cefddf2e800cf2bd216c7acf92
      https://github.com/zopefoundation/Products.ZCatalog/commit/919bdb104173f1cefddf2e800cf2bd216c7acf92
  Author: Dieter Maurer <d-maurer at users.noreply.github.com>
  Date:   2020-07-29 (Wed, 29 Jul 2020)

  Changed paths:
    M CHANGES.rst
    M src/Products/ZCatalog/ZCatalog.py
    M src/Products/ZCatalog/dtml/catalogView.dtml
    M src/Products/ZCatalog/interfaces.py
    M src/Products/ZCatalog/tests/test_zcatalog.py

  Log Message:
  -----------
  update `catalogView.dtml` to changed behavior for "empty searches" (#104)

* update `catalogView.dtml` to changed behavior for "empty searches"

* Fix issue reference in `CHANGES.rst`

* new method `searchAll` (similar to `getAllBrains` but as a sequence instead of an iterator); document `searchAll` and `getAllBrains` in the interface; more efficient `catalogView`

Co-authored-by: Michael Howitz <mh at gocept.com>


  Commit: 6e008db56727a92f0e40d111493048f125e8bff3
      https://github.com/zopefoundation/Products.ZCatalog/commit/6e008db56727a92f0e40d111493048f125e8bff3
  Author: Dieter Maurer <d-maurer at users.noreply.github.com>
  Date:   2020-08-21 (Fri, 21 Aug 2020)

  Changed paths:
    M CHANGES.rst
    M src/Products/PluginIndexes/unindex.py

  Log Message:
  -----------
  Rework request caching (#95)

* Rework request caching

* work around situations in which `REQUEST` has not been set up properly

* make flake8 happy

Co-authored-by: Michael Howitz <mh at gocept.com>


  Commit: 283bf0627d0f12f1b0a0dc515d09be0d5683efaa
      https://github.com/zopefoundation/Products.ZCatalog/commit/283bf0627d0f12f1b0a0dc515d09be0d5683efaa
  Author: Jeremy Kolbe <jk at gocept.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M CHANGES.rst
    R src/Products/PluginIndexes/common/UnIndex.py
    R src/Products/PluginIndexes/common/__init__.py
    R src/Products/PluginIndexes/common/util.py
    R src/Products/ZCatalog/Lazy.py

  Log Message:
  -----------
  #54 Remove deprecated. (#110)

ie Products.PluginIndexes.common and Products.ZCatalog.Lazy


  Commit: b0af944179e948659c73bac70a50a8db84b5eb05
      https://github.com/zopefoundation/Products.ZCatalog/commit/b0af944179e948659c73bac70a50a8db84b5eb05
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    R bootstrap.py
    M buildout.cfg
    M setup.cfg
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Add support for Python 3.9. (#111)

* Bumped version for breaking release.


  Commit: 9233da5557f61b7a541715147250265b238112ff
      https://github.com/zopefoundation/Products.ZCatalog/commit/9233da5557f61b7a541715147250265b238112ff
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Clarify usage.


  Commit: 8f53a2bddc5f8e2bb4981928aba3f023cb8a1e70
      https://github.com/zopefoundation/Products.ZCatalog/commit/8f53a2bddc5f8e2bb4981928aba3f023cb8a1e70
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Preparing release 6.0


  Commit: 2ba6d1492f4812b6a3e3dd1790eddfae106fc8fb
      https://github.com/zopefoundation/Products.ZCatalog/commit/2ba6d1492f4812b6a3e3dd1790eddfae106fc8fb
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
    M CHANGES.rst
    M setup.py

  Log Message:
  -----------
  Back to development: 6.1


  Commit: 32a4fa7f5b6c60f5f55b68c0461deb85011314ff
      https://github.com/zopefoundation/Products.ZCatalog/commit/32a4fa7f5b6c60f5f55b68c0461deb85011314ff
  Author: Michael Howitz <mh at gocept.com>
  Date:   2020-10-09 (Fri, 09 Oct 2020)

  Changed paths:
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    R bootstrap.py
    M buildout.cfg
    M setup.cfg
    M setup.py
    M src/Products/PluginIndexes/CompositeIndex/tests/testCompositeIndex.py
    R src/Products/PluginIndexes/common/UnIndex.py
    R src/Products/PluginIndexes/common/__init__.py
    R src/Products/PluginIndexes/common/util.py
    M src/Products/PluginIndexes/unindex.py
    M src/Products/ZCTextIndex/BaseIndex.py
    M src/Products/ZCTextIndex/RiceCode.py
    R src/Products/ZCatalog/Lazy.py
    M src/Products/ZCatalog/ZCatalog.py
    M src/Products/ZCatalog/dtml/catalogView.dtml
    M src/Products/ZCatalog/interfaces.py
    M src/Products/ZCatalog/tests/test_zcatalog.py
    M tox.ini

  Log Message:
  -----------
  Merge branch 'master' into thet-fix-78


Compare: https://github.com/zopefoundation/Products.ZCatalog/compare/dd3e19284c20...32a4fa7f5b6c


More information about the checkins mailing list