[Checkins] [zopefoundation/zope.sendmail] 803168: Add an appveyor.yml

Marius Gedminas noreply at github.com
Fri Aug 21 13:15:20 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.sendmail
  Commit: 803168f54350df2659e345d7ffa0ac9e6a14097f
      https://github.com/zopefoundation/zope.sendmail/commit/803168f54350df2659e345d7ffa0ac9e6a14097f
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    A appveyor.yml

  Log Message:
  -----------
  Add an appveyor.yml

This one is based on zope.index's appveyor.yml, without the binary wheel
building and twine uploading (since zope.sendmail is pure Python).


  Commit: 7075dea67c3db47f728a3cc8dc3f4122cd758f3e
      https://github.com/zopefoundation/zope.sendmail/commit/7075dea67c3db47f728a3cc8dc3f4122cd758f3e
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M src/zope/sendmail/queue.py

  Log Message:
  -----------
  Exceptions are not subscriptable under Python 3

I wish I knew what the exception class was that we're trying to catch
here.  Something from win32file, which is part of pywin32?


  Commit: 85ca7064cb6a9cf7e015881c057824e479203849
      https://github.com/zopefoundation/zope.sendmail/commit/85ca7064cb6a9cf7e015881c057824e479203849
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Upgrade setuptools

I'm hoping this fixes the weird error on Python 3.5 on Appveyor.

Traceback (most recent call last):
  File "c:\python35\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\python35\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "c:\Python35\scripts\zope-testrunner.exe\__main__.py", line 7, in <module>
  File "c:\python35\lib\site-packages\zope\testrunner\__init__.py", line 31, in run
    warnings=warnings)
  File "c:\python35\lib\site-packages\zope\testrunner\__init__.py", line 49, in run_internal
    from zope.testrunner.runner import Runner
  File "c:\python35\lib\site-packages\zope\testrunner\runner.py", line 39, in <module>
    from zope.testrunner.options import get_options
  File "c:\python35\lib\site-packages\zope\testrunner\options.py", line 23, in <module>
    import pkg_resources
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 3017, in <module>
    @_call_aside
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 3003, in _call_aside
    f(*args, **kwargs)
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 3045, in _initialize_master_working_set
    dist.activate(replace=False)
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 2577, in activate
    declare_namespace(pkg)
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 2151, in declare_namespace
    _handle_ns(packageName, path_item)
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 2091, in _handle_ns
    _rebuild_mod_path(path, packageName, module)
  File "c:\python35\lib\site-packages\pkg_resources\__init__.py", line 2120, in _rebuild_mod_path
    orig_path.sort(key=position_in_sys_path)
AttributeError: '_NamespacePath' object has no attribute 'sort'


  Commit: b4245a52d1f57c68c5495a7df0204bf1fef26f0b
      https://github.com/zopefoundation/zope.sendmail/commit/b4245a52d1f57c68c5495a7df0204bf1fef26f0b
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M src/zope/sendmail/queue.py

  Log Message:
  -----------
  Be more explicit about what exception we're catching here


  Commit: 28fe9afa09fa11b58307ece8bb1889fadce31fec
      https://github.com/zopefoundation/zope.sendmail/commit/28fe9afa09fa11b58307ece8bb1889fadce31fec
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2020-08-20 (Thu, 20 Aug 2020)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Update changelog


  Commit: 21435c7eaa7b85eb7ab86962cfb0269a237aeab8
      https://github.com/zopefoundation/zope.sendmail/commit/21435c7eaa7b85eb7ab86962cfb0269a237aeab8
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2020-08-21 (Fri, 21 Aug 2020)

  Changed paths:
    M CHANGES.rst
    A appveyor.yml
    M src/zope/sendmail/queue.py

  Log Message:
  -----------
  Merge pull request #33 from zopefoundation/appveyor

Add an appveyor.yml


Compare: https://github.com/zopefoundation/zope.sendmail/compare/676dac6005d5...21435c7eaa7b


More information about the checkins mailing list