06abbf Update python-setuptools to version 65.6.3 / rev 73 via SR 1037861

6 files Authored by dgarcia a year ago, Committed by Bernhard M. Wiedemann a year ago,
    Update python-setuptools to version 65.6.3 / rev 73 via SR 1037861
    
    https://build.opensuse.org/request/show/1037861
    by user dgarcia + dimstar_suse
    - Update to 65.6.3:
      * #3709: Fix condition to patch distutils.dist.log to only apply when using
        distutils from the stdlib.
    - v65.6.2
      * No significant changes.
    - Update to 65.6.1:
      * #3689: Document that distutils.cfg might be ignored unless
        SETUPTOOLS_USE_DISTUTILS=stdlib.
      * #3678: Improve clib builds reproducibility by sorting sources -- by
        :user:`danigm`, fixing bsc#1201127
      * #3684: Improved exception/traceback when invalid entry-points are
        specified.
      * #3690: Fixed logging errors: 'underlying buffer has been detached' (issue
        #1631).
      * #3693: Merge pypa/distutils@3e9d47e with compatibility fix for
        distutils.log.Log.
      * #3704: Fix temporary build directories interference with auto-discovery.
    - v65.6.0:
      * #3674: Sync with pypa/distutils@e0787fa, inclu