[roll] Roll fuchsia [fuchsia-controller] Accept all Python sequences for FIDL arrays

Currently, fuchsia-controller asserts that any FIDL arrays or vectors
are represented as a Python List. However, this is overly restrictive,
as any Python Sequence could be accepted.

A practical example is the Python `bytes` types (ref: https://docs.python.org/3/library/stdtypes.html#binary-sequence-types-bytes-bytearray-memoryview),
which "are immutable sequences of single bytes". This type does not
satisfy the current `PyList_Check`, but otherwise satisfies the
requirements to be used here.

Original-Bug: 413414537
Test: fx test --e2e --output toggle_wlan_interface_stress_test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1260544
Original-Revision: 6f09b43a07930047f7ff7cc70feb725ee86ba87e
GitOrigin-RevId: 2f4e78baeec93f946e1339701ca399ab029a2d19
Change-Id: I3f55d77799802f27ba72fffd05c409c35e230350
1 file changed
tree: 68bf32e160f3c0cf73650711c085a44ea8c8e271
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 in one of the communication channels documented at get involved.

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.