-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v60.9.3 Misc * Repaired automated release process. v60.9.2 Misc * When loading distutils from the vendored copy, rewrite __name__ to ensure consistent importing from inside and out. v60.9.1 Misc * Prevent vendored importlib_metadata from loading distributions from older importlib_metadata. * Fixed issue where string-based entry points would be omitted. * Bump importlib_metadata to 4.11.1 addressing issue with parsing requirements in egg-info as found in PyPy. v60.9.0 Changes * In the build backend, allow single config settings to be supplied. * Removed workaround in distutils hack for get-pip now that pypa/get-pip#137 is closed. * Setuptools no longer relies on pkg_resources for entry point handling. * Bump vendored packaging to 21.3. * Removed bootstrap script.
- Loading branch information
adam
committed
Feb 21, 2022
1 parent
4bc87ad
commit 0e79733
Showing
3 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.181 2022/02/07 11:45:42 adam Exp $ | ||
$NetBSD: distinfo,v 1.182 2022/02/21 08:20:53 adam Exp $ | ||
|
||
BLAKE2s (setuptools-60.8.1.tar.gz) = 2e1758f086d6a189e7f2852a649e8f4fb1cc279ee0d46ad6b6133c7083941fd8 | ||
SHA512 (setuptools-60.8.1.tar.gz) = de73a8f7c4b9690762839fdf2f8108b38bd38da6d725365548e85b9b5e005691fe88c36776b71575d94267f498bffa9cc67360932cc85a3d164dddf91d16684c | ||
Size (setuptools-60.8.1.tar.gz) = 2397696 bytes | ||
BLAKE2s (setuptools-60.9.3.tar.gz) = 112dc561938a11481fc0da5c20860c9cda492549cefbfb5f9ff074c3a77cbc0f | ||
SHA512 (setuptools-60.9.3.tar.gz) = 37ace6412532a7cb86f3c63fa94c8d60b1616f3cbae12499d01b6d21cb6f48ffc50d28d1f68e046c775c313a23873a02b999fdc9b95ec762b89d9c5746a63a1d | ||
Size (setuptools-60.9.3.tar.gz) = 2417831 bytes |