Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pypi-jaraco.context: Autospec creation for update from version 5.3.0 …
…to version 6.0.0 Bartosz Sławecki (2): Add link to blog entry from jaraco/skeleton#115 above CI build matrix. Move project metadata to `pyproject.toml` (jaraco/skeleton#122) Dimitri Papadopoulos Orfanos (2): "preserve" does not require preview any more (jaraco/skeleton#133) Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132) Jason R. Coombs (24): Pin against pytest 8.1.x due to pytest-dev/pytest#12194. Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml. Allow macos on Python 3.8 to fail as GitHub CI has dropped support. Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts. Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped support." Rename extras to align with core metadata spec. Prefer "Source" to "Homepage" for the repository label. Exclude pytest-ruff (and thus ruff), which cannot build on cygwin. Re-enable preview, this time not for one specific feature, but for all features in preview. Replace stale comment with a docstring explaining the behavior. Expand the docstring for on_interrupt to explain where it might be useful. Removed deprecated 'tarball_context', 'infer_compression', and 'null' contexts. Moved module into its own package. Replace if block with algebraic expression. Replace explicit devnull with subprocess.devnull. Added test coverage for repo_context. Fixed bug in repo_context where standard output from git would not be hidden (because git emits standard output on the stderr stream). Suppress logging from the tarfile_served. Expanded test coverage to cover 100% of the code. Declare project as typed. Finalize Apply Gemini's ideas for improving the types. Add workaround for cleaning out read-only files when wiping repo context. 🚡 Toil the docs.
- Loading branch information