This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setuptools: Autospec creation for update from version 57.4.0 to versi…
…on 58.0.0 Alan Fregtman (6): Implement "glob:" directive for declarative "data_files" option. Add changelog entry for PR #2712. Update globbing for [options.data_files] to be implicit, not requiring a custom directive. globbing for [options.data_files]: Remove special treatment for filenames with globby characters that exist literally. Satisfy some flake8 style checks for the previous commit. config.py: Fix line-too-long warning in _parse_list_glob() Ian Wienand (1): build_meta: Clarify the reasons for project requirements in pyproject.toml Jason R. Coombs (13): Trim back chaneglog. 👹 Feed the hobgoblins (delint). Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery. Remove workaround for python/typed_ast#156. Use line continuations to indicate which exclusions are for which workarounds. Remove blacken docs as it cannot honor Python's default repr. Ref asotille/blacken-docs#62. Remove blacken docs as it cannot honor Python's default repr. Ref adamchainz/blacken-docs#62. Restore whitespace and single quotes after blacken-docs. Bump version: 57.4.0 → 57.5.0 Fix broken Sphinx builds on Python 3.10. Fixes #2763. Ref sphinx-doc/sphinx#9562. 👹 Feed the hobgoblins (delint). Prefer "command" to "function". Use direct imperative voice. Bump version: 57.5.0 → 58.0.0 Louis Maddox (1): Remove repeated information in same sentence SeungMin Lee (1): Fix broken links in easy_install.py Thomas Grainger (13): run pre-commit in ci blacken docs disable unused black pre-commit hook Delete pre-commit.yml add newsfragment remove magci trailing commas Delete .pre-commit-config.yaml readme: update to reflect the cpython distutils status (#48) remove 2to3 add python_requires example add python_requires example remove lib2to3 usage add newsfragment
- Loading branch information
1 parent
c5be9c5
commit 63d7aa4
Showing
7 changed files
with
19 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
PKG_NAME := setuptools | ||
URL = https://files.pythonhosted.org/packages/db/e2/c0ced9ccffb61432305665c22842ea120c0f649eec47ecf2a45c596707c4/setuptools-57.4.0.tar.gz | ||
URL = https://files.pythonhosted.org/packages/00/59/5a302942bd2e36194cc37a408989a87d6423e000859713dc3dd440c9dbae/setuptools-58.0.0.tar.gz | ||
ARCHIVES = | ||
|
||
include ../common/Makefile.common |
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 +1 @@ | ||
212 | ||
213 |
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 +1 @@ | ||
31c14da6f9ac813fa712532fbc1e64c1562a2833/setuptools-57.4.0.tar.gz | ||
bae0c79c1251e3bac160067852c913fa17003fab/setuptools-58.0.0.tar.gz |
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 +1 @@ | ||
57.4.0 | ||
58.0.0 |
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