[Checkins] [zopefoundation/zodbpickle] 08f1a3: Fix Python 3.5 MacOS wheel upload

Marius Gedminas noreply at github.com
Wed Nov 13 07:29:29 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zodbpickle
  Commit: 08f1a39b44ef3e151cffe81c6d90da9952832982
      https://github.com/zopefoundation/zodbpickle/commit/08f1a39b44ef3e151cffe81c6d90da9952832982
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Fix Python 3.5 MacOS wheel upload

Python 3.5 on Mac OS doesn't support TLS 1.2, which makes twine upload
fail, but we can use system Python 2.7 for twine upload, which works.

Also brings the rest of the Travis CI configuration closer in line to
the rest of the packages updated for
https://github.com/zopefoundation/meta/issues/11


  Commit: 0336babd1da0f1a9620871bcb316b7c278f595c6
      https://github.com/zopefoundation/zodbpickle/commit/0336babd1da0f1a9620871bcb316b7c278f595c6
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge pull request #55 from zopefoundation/fix-macos-3.5-wheel-upload

Fix Python 3.5 MacOS wheel upload


Compare: https://github.com/zopefoundation/zodbpickle/compare/7172dd788b8a...0336babd1da0


More information about the checkins mailing list