-
Notifications
You must be signed in to change notification settings - Fork 37
Revert "Python 3 is the default nowadays (jaraco/skeleton#173)" #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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 reverts commit 8673961. Removing `python-version` falls back on the Python bundled with the runner, making actions/setup-python a no-op. Here, the maintainer prefers using the latest release of Python 3. This is what `3.x` means: use the latest release of Python 3.
jaraco
approved these changes
May 10, 2025
clrpackages
pushed a commit
to clearlinux-pkgs/pypi-setuptools
that referenced
this pull request
May 22, 2025
…version 80.8.0
Anderson Bravalheri (8):
Suggestions for documentation about public interfaces
Fix error in windows test
Add newsfragment
Restore delayed import of pkg_resources
Remove methods already defined in Distutils
Add newsfragment
Comment out unused build dependency
Add news fragment
Dimitri Papadopoulos Orfanos (2):
Python 3 is the default nowadays (jaraco/skeleton#173)
Revert "Python 3 is the default nowadays (jaraco/skeleton#173)" (jaraco/skeleton#175)
Jason R. Coombs (36):
Add documentation describing which interfaces are supported.
Add coherent.licensed plugin to inject license texts into the build.
Make the quickstart primary.
Remove comment referring to pkg_resources.
In bdist_egg, remove reliance on pkg_resources.
Convert stub into a single string for easier human parsing.
In build_ext, remove reliance on pkg_resources.
Converted install_scripts and _scripts to prefer importlib.metadata over pkg_resources.
Add a compatibility shim and warning for legacy use on ScriptWriter.get_args
Prefer importlib.resources in _scripts.
Remove unused context manager.
Adapt test_distinfo to test_version and migrate to use importlib.metadata.
Removed test_version and test_conditional_dependencies, as these tests were only exercising expectations about pkg_resources and not dist_info.
Prefer importlib.resources in test_windows_wrappers.
Add news fragment.
Fixup docs build
Bump version: 80.4.0 → 80.5.0
Bump to setuptools 77 or later.
Remove comments referring to pkg_resources and inline a compatibility behavior with its explanation.
Set the due date for installer removal (same as easy_install and package_index).
Rely on importlib.metadata to detect presence of wheel.
Replace pkg_resources with packaging.requirements.
Migrated installer to avoid pkg_resources.
Add news fragment.
Normalize imports
Add news fragment.
Bump version: 80.5.0 → 80.6.0
Bump version: 80.6.0 → 80.7.0
Only attempt to fetch eggs for unsatisfied requirements.
In installer, when discovering egg dists, let metadata discovery search each egg.
Bump version: 80.7.0 → 80.7.1
Restore explicit LICENSE file
Extract a method for converting requires.
Replace pkg_resources with importlib.metadata and packaging.requirements.
Add news fragment.
Bump version: 80.7.1 → 80.8.0
Michał Górny (2):
Mark new tests as `uses_network`
Add a news fragment
hswong3i
pushed a commit
to alvistack/jaraco-portend
that referenced
this pull request
May 30, 2025
…co/skeleton#175) This reverts commit 8673961. Removing `python-version` falls back on the Python bundled with the runner, making actions/setup-python a no-op. Here, the maintainer prefers using the latest release of Python 3. This is what `3.x` means: use the latest release of Python 3.
hswong3i
pushed a commit
to alvistack/jaraco-tempora
that referenced
this pull request
Jun 23, 2025
…co/skeleton#175) This reverts commit 8673961. Removing `python-version` falls back on the Python bundled with the runner, making actions/setup-python a no-op. Here, the maintainer prefers using the latest release of Python 3. This is what `3.x` means: use the latest release of Python 3.
molant
pushed a commit
to molant/jaraco.abode
that referenced
this pull request
Nov 22, 2025
…co/skeleton#175) This reverts commit 8673961. Removing `python-version` falls back on the Python bundled with the runner, making actions/setup-python a no-op. Here, the maintainer prefers using the latest release of Python 3. This is what `3.x` means: use the latest release of Python 3.
molant
pushed a commit
to molant/jaraco.abode
that referenced
this pull request
Nov 22, 2025
…co/skeleton#175) This reverts commit 8673961. Removing `python-version` falls back on the Python bundled with the runner, making actions/setup-python a no-op. Here, the maintainer prefers using the latest release of Python 3. This is what `3.x` means: use the latest release of Python 3.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This reverts commit 8673961 (#173).
Removing
python-versionfalls back on the Python bundled with the runner, makingactions/setup-pythona no-op. Here, the maintainer prefers using the latest release of Python 3. This is what3.xmeans: use the latest release of Python 3.