[roll] Roll external/github.com/catapult-project/catapult Revert "Do not use iteritems"

This reverts commit 7a3a7363a7c321684eb327d1b8aa536986a12ff8.

Reason for revert: The usage of the package six has caused failures on bot https://ci.chromium.org/p/chrome/builders/ci/orderfile-clankium since 2020-03-10 for missing six:

File "/b/swarming/w/ir/cache/builder/src/third_party/catapult/devil/devil/devil_env.py", line 20, in <module>
    import six
ImportError: No module named six

TBR=jbudorick@chromium.org

Original change's description:
> Do not use iteritems
>
> Use six.iteritems() instead
> Also fix a type error when write str to tmpfile in py3,
> as default mode will be 'wb'
>
> Original-Bug: chromium:1185409
> Original-Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/2739660

Original-Bug: chromium:1185409
Original-Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/2786740
Original-Revision: 7c0bc6acf8793293e5ac3a5e4c6693af4dc8b51a
GitOrigin-RevId: 223d35034670065495323de5bdd99ce69fbe1741
Change-Id: I09c5ff9ec7c3e9a11414485dc9cb2703b4574488
1 file changed
tree: b0a2a840372502e8dbc70f7acd52a3bc4781f5a2
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.