]> code.ossystems Code Review - openembedded-core.git/commit
python3-setuptools: upgrade 57.0.0 -> 57.1.0
authorwangmy <wangmy@fujitsu.com>
Mon, 12 Jul 2021 07:56:48 +0000 (15:56 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Jul 2021 13:24:57 +0000 (14:24 +0100)
commit9720cce06206895e2e85b171d58a289172bb9092
tree1219f34de8c25c13eb5f0a6944353b6fb16be0a6
parent3685b51982ac4f611d3e235c8818474563548bd9
python3-setuptools: upgrade 57.0.0 -> 57.1.0

reproducibility.patch
deleted since it's been merged upstream.

v57.1.0
-------

Changes
^^^^^^^
* #2692: Globs are now sorted in 'license_files' restoring reproducibility by eliminating variance from disk order.
* #2714: Update to distutils at pypa/distutils@e2627b7.
* #2715: Removed reliance on deprecated ssl.match_hostname by removing the ssl support. Now any index operations rely on the native SSL implementation.

Documentation changes
^^^^^^^^^^^^^^^^^^^^^
* #2604: Revamped the backward/cross tool compatibility section to remove
  some confusion.
  Add some examples and the version since when ``entry_points`` are
  supported in declarative configuration.
  Tried to make the reading flow a bit leaner, gather some informations
  that were a bit dispersed.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-setuptools/reproducibility.patch [deleted file]
meta/recipes-devtools/python/python3-setuptools_57.1.0.bb [moved from meta/recipes-devtools/python/python3-setuptools_57.0.0.bb with 88% similarity]