feccaa Update python-awkward to version 1.10.1 / rev 11 via SR 1033486

8 files Authored by dgarcia 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update python-awkward to version 1.10.1 / rev 11 via SR 1033486
    
    https://build.opensuse.org/request/show/1033486
    by user dgarcia + dimstar_suse
    - Update tests to skip broken tests in i586. gh#scikit-hep/awkward#1862
    - Remove python_module macro definition
    - Update to 1.10.1:
      * fix: support non-hashable parameter values in broadcasting
      * feat: raise Error for Record.setattr
      * fix: allow string arrays to merge without unions
      * fix: carry parameters through broadcasting
      * fix: don't project categorical in ak._v2.packed
      * fix: reduce runtime dependency from setuptools to just packaging
      * fix: ensure that __copy__ and __deepcopy__ are enabled.
      * fix: pass memo to deepcopy
      * perf: improve Array initialisation performance
      * fix: Removed bytemask() in favour of mask_as_bool()
    - Add importlib-resources to BuildRequires.
    - Drop patches:
      * awkward-correct-includedir.patch
      * awkward-import-packging-not-setuptools_exter