-
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.
pypi-setuptools: Autospec creation for update from version 65.6.3 to …
…version 65.7.0 Anderson Bravalheri (9): Fix getattr statement Add news fragment Update failing test due to latest versions of pip_run Docs: Replace failing reference of DIST_EXTRA_CONFIG Docs: Ignore DIST_EXTRA_CONFIG missing ref [Docs] Add migration for `distutils.core.Command` Improve code formatting Docs: Modify table for tool.setuptools.dynamic to mention content-type Bump version: 65.6.3 → 65.7.0 Andrzej Kaczmarczyk (3): Catching the exception of utime in order to provide a path to the file that was subject to the utime call; originally, the exception from utime does not point to this filepath. Ref #3667. Test added. Ref #3667. Added a news fragment in changelog.d. Ref #3667. Demian Brecht (2): add htmlcov to FlatLayoutModuleFinder.DEFAULT_EXCLUDE added changelog entry Jason R. Coombs (16): Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux. Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87. Honor ResourceWarnings. Fixes jaraco/skeleton#73. tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes jaraco/skeleton#74. Remove unnecessary shebang and encoding header in docs conf. Prevent Python 3.12 from blocking checks. Default to local distutils unless specified. Fixes #3726. Enable tests on Python 3.12, as they're allowed to fail. Enable tests on Python 3.11, no longer failing. Fixes #3365. ⚫ Fade to black. xfail tests on Python 3.12+ for older pips. Ref #3727. xfail more tests on Python 3.12+ for older pips. Ref #3727. Add support for testing pip<23 and drop support for pip<20. Build docs in CI, including sphinx-lint. Put tidelift docs dependency in its own section to limit merge conflicts. Update badge for 2023 Max Bachmann (1): fix documentation for dynamic build dependencies Mike Taves (1): Improve example docs for setup.cfg and pyproject.toml
- Loading branch information
Showing
6 changed files
with
22 additions
and
17 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 := pypi-setuptools | ||
URL = https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c83fce8e9c02884bce3d4951e41e807fc35791c6b23d9a/setuptools-65.6.3.tar.gz | ||
URL = https://files.pythonhosted.org/packages/a1/29/f2ad3b78b9ebd24afa282eed9add27b47ef52b37291198021154b4b65166/setuptools-65.7.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
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 @@ | ||
284 | ||
285 |
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 @@ | ||
2875e8f9a12d8a971461b36e2d1bd64a3497e0f2/setuptools-65.6.3.tar.gz | ||
755f127336824994fbce855164aa2844fd97319c/setuptools-65.7.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 @@ | ||
65.6.3 | ||
65.7.0 |