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 69.0.3 to …
…version 69.1.0 Anderson Bravalheri (19): Add regression test for pkg_resources._mac_vers Remove pytest marks no longer necessary in regression test Update README removing broken link to PyPUG page Ensure test does not fail due to functools.lru_cache Use functools.lru_cache for 3.8 compatibility Remove unecessary unpacking of iterator into list Hide unecessary parent exception Promote a cleaner error message if a function was never patched Ignore path that are automatically generated Remove unecessary 'getattr' for tokenize.open Move tomllib import to py311compat Ignore side-warning in test Fix warning message matching Refactor pytest.mark to be more specific Improve formatting for consistency Remove trailling spaces Update pyproject_config.rst Expand on warning note for data_files Grammar fixes Avasam (14): Remove possibly redundant importlib_machinery code Fix Ruff test Update Python < 3.8 (3.2 to 3.7) obsolete code and comments Restore better config examples Add newsfragment Fix accidental indentation change Fix RuffError post-merge Fix import error post-merge Update newsfragments/4097.feature.rst Update missed redundant code. Mark interfaces as Protocols and add missing `self` argument post-merge fix Fix "type information included by default"'s added version Create 4182.doc.rst Bartosz Sławecki (1): Tweak coverage configuration for type checking (jaraco/skeleton#97) Dimitri Papadopoulos (27): `plistlib.readPlist()` is missing from Python ≥ 3.9 Fix flake8-bugbear warning Fix flake8-bugbear warning Fix flake8-bugbear warning Fix flake8-bugbear warning Fix flake8-bugbear warning Fix flake8-bugbear warning Proper fix for flake8-bugbear warning B006 Fix refurb warning Fix refurb warning Add pyupgrade rules to ruff config "yield from", instead of "yield" in a loop io.open() → open() Simplify super() calls Don't cast string literals with str() os.error → OSError Use `capture_output` Remove extraneous pair of prentheses Get rid of one last `coding: utf-8` Use byte literals instead of .encode() Use generator instead of list ruff: extend-exclude → exclude Fix a couple typos found by codespell Fix flake8-return warning Fix flake8-return warning Fix flake8-return warning Fix flake8-return warning Dimitri Papadopoulos Orfanos (5): Use the ruff formatter (jaraco/skeleton#99) ruff: extended-ignore → ignore (jaraco/skeleton#105) Update setuptools/monkey.py Better error message in setuptools/command/egg_info.py Update setuptools/config/_validate_pyproject/error_reporting.py Eli Schwartz (1): Use the stdlib toml library on sufficiently new python Jason R. Coombs (28): Separate collateral jobs on different lines for easier override/extension. Drop minimum requirement on pytest-mypy as most environments are already running much later. Closes jaraco/skeleton#96. Exclude ruff on vendored directories. Exclude distutils from ruff formatting/linting. Rebuild the project using ruff style. Remove sole entry for branches-ignore. Workaround for and closes jaraco/skeleton#103. Bump year on badge Remove build and dist from excludes. It appears they are not needed and their presence blocks the names of packages like 'builder' and 'distutils'. Ref pypa/distutils#224. Exclude docs and tests directories properly per Setuptools behavior. Rely on default discovery for good heuristics for finding packages. Rely on pytest-home for the alternate home directory. Rely on pytest-home for the alternate home directory. Enable preview to enable preserving quotes. Use latest versions in RTD boilerplate. 👹 Feed the hobgoblins (delint). 👹 Feed the hobgoblins (delint). 👹 Feed the hobgoblins (delint). Create compat module. Move Python 3.10 compatibility into compat module. Move Python 3.11 compatibility into compat module. Restore exclusion of docs from the build. Closes #4213. Restore expectation that egg-link files will be named with dashes and not underscores for compatibility with older pips. Replace the incorrect phrase about 'unescaping' and instead clarify that the transformations are irreversible. Rearrange escaping functions to describe them in the order they should be used. Document the incorrect behavior revealed by #4167. Add a test capturing the desired expectation, marked as xfail for now. Add news fragment. Bump version: 69.0.3 → 69.1.0 Karolina Surma (1): Point to a live documentation Matthias Koeppe (2): CI: Update ci-sage.yml after move of Sage development to GitHub .github/workflows/ci-sage.yml: Update for changed spkg source type Sviatoslav Sydorenko (1): Enable testing merge queues @ GitHub Actions CI/CD (jaraco/skeleton#93) Thomas Grainger (2): expand on what data_files' directory and files do update data_files docs from PR suggestion Tim Paine (1): Default optional-dependencies to dict if missing in pyproject, fixes #3801 Vladimir Fokow (17): [Docs] #4198 acknowledged the side effects of running said commands add a news fragment update the note update the section with the current info fix link add a new fragment fix link syntax some fixes after seeing the Preview finally fix link reorder: pyproject.toml first, setup.cfg second remove the last sentence (it wasn't good) add a comma replace "usually" with "for example" setup.cfg make links easier to click - by placing them farther apart implement suggestions from code review reword the note implement suggested changes graingert-coef (4): fix data_files kwarg documentation remove claim that data_files does not work with wheels fix typo in interpreted text role "docs" -> doc fix path to document userguide/datafiles -> /userguide/datafiles
- Loading branch information