Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 2e1fb41339034a7b71a3c7fa097a1ff785dfe981
      
https://github.com/tianocore/edk2/commit/2e1fb41339034a7b71a3c7fa097a1ff785dfe981
  Author: Cole <crobi...@redhat.com>
  Date:   2021-08-02 (Mon, 02 Aug 2021)

  Changed paths:
    M BaseTools/Source/Python/build/build.py

  Log Message:
  -----------
  build: Fix python3.10 threading DeprecationWarnings

threading camelCase functions have preferred alternatives since
python2.6. python3.10 has started emitting DeprecationWarnings
for them

Signed-off-by: Cole Robinson <crobi...@redhat.com>
Reviewed-by: Bob Feng <bob.c.f...@intel.com>


  Commit: 0b1b0a9674e27c858f05436ed92250f4498245cf
      
https://github.com/tianocore/edk2/commit/0b1b0a9674e27c858f05436ed92250f4498245cf
  Author: Cole <crobi...@redhat.com>
  Date:   2021-08-02 (Mon, 02 Aug 2021)

  Changed paths:
    M BaseTools/Source/Python/AutoGen/UniClassObject.py
    M BaseTools/Source/Python/UPT/Library/UniClassObject.py

  Log Message:
  -----------
  python: Replace distutils.utils.split_quotes with shlex.split

distutils is deprecated and may be removed in python 3.12.
Use shlex.split which has been around since python 2.3.

shlex.split does not split on all the ASCII control characters that
split_quoted will[1], but for edk2 usage I don't think that matters.

[1] 
https://stackoverflow.com/questions/54999301/what-is-the-difference-between-distutils-util-split-quoted-and-shlex-split

Signed-off-by: Cole Robinson <crobi...@redhat.com>
Reviewed-by: Bob Feng <bob.c.f...@intel.com>


  Commit: fc50df0d8eb5331b6641daeedd7f05ae75014ece
      
https://github.com/tianocore/edk2/commit/fc50df0d8eb5331b6641daeedd7f05ae75014ece
  Author: Cole <crobi...@redhat.com>
  Date:   2021-08-02 (Mon, 02 Aug 2021)

  Changed paths:
    M BaseTools/Tests/RunTests.py

  Log Message:
  -----------
  BaseTools: Drop check for distutils.utils

distutils.utils is no longer used anywhere, so this check can
be dropped.

Signed-off-by: Cole Robinson <crobi...@redhat.com>
Reviewed-by: Bob Feng <bob.c.f...@intel.com>
Reviewed-by: Yuwei Chen <yuwei.c...@intel.com>


Compare: https://github.com/tianocore/edk2/compare/3445058aea4f...fc50df0d8eb5


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to