[Checkins] [zopefoundation/Products.MailHost] c74bb0: try to fix #30

Jens Vagelpohl noreply at github.com
Fri Jul 31 16:31:02 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Products.MailHost
  Commit: c74bb0b82be2df0f21c0b3c7d1e29b72c34b6e45
      https://github.com/zopefoundation/Products.MailHost/commit/c74bb0b82be2df0f21c0b3c7d1e29b72c34b6e45
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M CHANGES.rst
    M src/Products/MailHost/MailHost.py
    M src/Products/MailHost/tests/testMailHost.py

  Log Message:
  -----------
  try to fix #30


  Commit: 9ce003276b981b4cf3948af7562a6b9de3e445a3
      https://github.com/zopefoundation/Products.MailHost/commit/9ce003276b981b4cf3948af7562a6b9de3e445a3
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-16 (Thu, 16 Jul 2020)

  Changed paths:
    M src/Products/MailHost/MailHost.py
    M src/Products/MailHost/SendMailTag.py
    M src/Products/MailHost/exportimport.py
    M src/Products/MailHost/tests/testMailHost.py
    M src/Products/MailHost/tests/test_SendMailTag.py

  Log Message:
  -----------
  switch to bytes serialization for messages


  Commit: 895596b916d744228ac699799feb39371d058140
      https://github.com/zopefoundation/Products.MailHost/commit/895596b916d744228ac699799feb39371d058140
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M src/Products/MailHost/tests/testMailHost.py

  Log Message:
  -----------
  skip `content-transfer-encoding: 8bit` tests for Python 3.5; the corresponding messages could not be sent anyway due to #30


  Commit: 042bcc141b3d1828f43d310f35c605f054e7e730
      https://github.com/zopefoundation/Products.MailHost/commit/042bcc141b3d1828f43d310f35c605f054e7e730
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M src/Products/MailHost/MailHost.py
    M src/Products/MailHost/SendMailTag.py
    M src/Products/MailHost/exportimport.py
    M tox.ini

  Log Message:
  -----------
  tox-config: `isort < 5` (to prevent flake8 failure); reorder imports because `isort 4` and `isort 5` do not agree regarding import order


  Commit: 1dc7bef0721cc68a4b3d22228c4e4a707171001a
      https://github.com/zopefoundation/Products.MailHost/commit/1dc7bef0721cc68a4b3d22228c4e4a707171001a
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M src/Products/MailHost/MailHost.py
    M src/Products/MailHost/tests/testMailHost.py

  Log Message:
  -----------
  make `flake8` happy


  Commit: ccf6634774297ddfe714de531a3101701ceb6a64
      https://github.com/zopefoundation/Products.MailHost/commit/ccf6634774297ddfe714de531a3101701ceb6a64
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M src/Products/MailHost/tests/testMailHost.py

  Log Message:
  -----------
  make `flake8` happy


  Commit: 9d33bd406b0bdb82e25fca37c7602010faa601ec
      https://github.com/zopefoundation/Products.MailHost/commit/9d33bd406b0bdb82e25fca37c7602010faa601ec
  Author: Jürgen Gmach <juergen.gmach at googlemail.com>
  Date:   2020-07-21 (Tue, 21 Jul 2020)

  Changed paths:
    M src/Products/MailHost/tests/testMailHost.py

  Log Message:
  -----------
  Add test case for sending a multipart message

modified:   src/Products/MailHost/tests/testMailHost.py


  Commit: 7db91447eb934616390309aae3a7ed53f359e52b
      https://github.com/zopefoundation/Products.MailHost/commit/7db91447eb934616390309aae3a7ed53f359e52b
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M CHANGES.rst
    M buildout.cfg
    M src/Products/MailHost/MailHost.py

  Log Message:
  -----------
  temporarily depend on `zope.sendmail` checkout; remove monkey patches for `zope.sendmail` (no longer required for its `master`)


  Commit: e1d5198141c62f3f5690e5e961ee780fe4a6d043
      https://github.com/zopefoundation/Products.MailHost/commit/e1d5198141c62f3f5690e5e961ee780fe4a6d043
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M src/Products/MailHost/tests/testMailHost.py

  Log Message:
  -----------
  Merge branch 'workaround_python_issue41307#30' of https://github.com/zopefoundation/Products.MailHost into workaround_python_issue41307#30


  Commit: d37761b39640df553214d8254bfdc802da8b8ba7
      https://github.com/zopefoundation/Products.MailHost/commit/d37761b39640df553214d8254bfdc802da8b8ba7
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M CHANGES.rst
    M buildout.cfg

  Log Message:
  -----------
  cleanup; we now depend on `zope.sendmail >= 5.1`


  Commit: b408524ddf35c87eabe8209e6f29cf61ac10bded
      https://github.com/zopefoundation/Products.MailHost/commit/b408524ddf35c87eabe8209e6f29cf61ac10bded
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M src/Products/MailHost/MailHost.py

  Log Message:
  -----------
  more cleanup (forgotten conversation)


  Commit: 5e63a9ea40cbae48bfc724d83357c288cc3707af
      https://github.com/zopefoundation/Products.MailHost/commit/5e63a9ea40cbae48bfc724d83357c288cc3707af
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  state in `setup.py` that we depend on `zope.sendmail >= 5.1`


  Commit: 32b791d8bd44921d575087e87bcb7ff2ddad1952
      https://github.com/zopefoundation/Products.MailHost/commit/32b791d8bd44921d575087e87bcb7ff2ddad1952
  Author: dieter <dieter at handshake.de>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  clean up `buildout.cfg` as requested by @dataflake


  Commit: 1dc0488b47d924920576ef63844873e1460f1796
      https://github.com/zopefoundation/Products.MailHost/commit/1dc0488b47d924920576ef63844873e1460f1796
  Author: Jens Vagelpohl <jens at netz.ooo>
  Date:   2020-07-31 (Fri, 31 Jul 2020)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/Products/MailHost/MailHost.py
    M src/Products/MailHost/tests/testMailHost.py
    M src/Products/MailHost/tests/test_SendMailTag.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #32 from zopefoundation/workaround_python_issue41307#30

Workaround python issue41307#30


Compare: https://github.com/zopefoundation/Products.MailHost/compare/e848f00e922e...1dc0488b47d9


More information about the checkins mailing list