3d0c46 Update python-flake8-pyi to version 22.10.0 / rev 7 via SR 1033576

7 files Authored by dgarcia 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update python-flake8-pyi to version 22.10.0 / rev 7 via SR 1033576
    
    https://build.opensuse.org/request/show/1033576
    by user dgarcia + dimstar_suse
    - Remove LICENSE source, it's now in the release
    - Remove python_module macro definition
    - Update to 22.10.0:
      # Bugfixes:
      - Do not emit Y020 for empty strings. Y020 concerns "quoted annotations",
      - but an empty string can never be a quoted annotation.
      - Add special-casing so that Y020 is not emitted for __slots__ definitions
      - inside class blocks.
      - Expand Y035 to cover __slots__ definitions as well as __match_args__ and
      - __all__ definitions.
      - Expand Y015 so that errors are emitted for assignments to negative numbers.
      # Other changes:
      - Since v22.8.1, flake8-pyi has emitted a FutureWarning if run with flake8<5,
        warning that the plugin would soon become incompatible with flake8<5. Due
        to some issues that mean that some users are unable to upgrade to
        flake8>=