[Checkins] [zopefoundation/Products.PythonScripts] ea7e4d: Remove deprecated configuration options

Jens Vagelpohl noreply at github.com
Thu Jul 16 07:47:05 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Products.PythonScripts
  Commit: ea7e4dbb7d676b7ab67d2502c64275a3c58608dc
      https://github.com/zopefoundation/Products.PythonScripts/commit/ea7e4dbb7d676b7ab67d2502c64275a3c58608dc
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M setup.cfg
    M tox.ini

  Log Message:
  -----------
  Remove deprecated configuration options

Also see:
https://timothycrosley.github.io/isort/docs/upgrade_guides/5.0.0/

modified:   setup.cfg
modified:   tox.ini


  Commit: fe094afd2254c1d3cc4cded509bd67ed51c93cf9
      https://github.com/zopefoundation/Products.PythonScripts/commit/fe094afd2254c1d3cc4cded509bd67ed51c93cf9
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M tox.ini

  Log Message:
  -----------
  Remove duplicate isort check via flake8

isort is executed already as separate command - no need to run it via
flake8 a second time.

modified:   tox.ini


  Commit: a6870424c551d5d28d00c6095e396dcaa56f1474
      https://github.com/zopefoundation/Products.PythonScripts/commit/a6870424c551d5d28d00c6095e396dcaa56f1474
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M src/Products/PythonScripts/tests/testBindings.py
    M src/Products/PythonScripts/tests/testPythonScript.py

  Log Message:
  -----------
  Fix sort order of imports

modified:   src/Products/PythonScripts/tests/testBindings.py
modified:   src/Products/PythonScripts/tests/testPythonScript.py


  Commit: d2faf3e1e27062afd36ff70135f4f2d2cb981d09
      https://github.com/zopefoundation/Products.PythonScripts/commit/d2faf3e1e27062afd36ff70135f4f2d2cb981d09
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-07-15 (Wed, 15 Jul 2020)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Add changelog entry for isort related updates

modified:   CHANGES.rst


  Commit: 45d31a12aa7fbf9c6018f90d6a0ca258870e539c
      https://github.com/zopefoundation/Products.PythonScripts/commit/45d31a12aa7fbf9c6018f90d6a0ca258870e539c
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M CHANGES.rst
    M setup.cfg
    M src/Products/PythonScripts/tests/testBindings.py
    M src/Products/PythonScripts/tests/testPythonScript.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #46 from zopefoundation/fix-isort

Update configuration for isort 5


Compare: https://github.com/zopefoundation/Products.PythonScripts/compare/13517eb363a4...45d31a12aa7f


More information about the checkins mailing list