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 67.8.0 to …
…version 68.0.0 Anderson Bravalheri (25): Temporarily disable deprecation enforcements Fix test_pip_upgrade_from_source Avoid _distutils_hack.remove_shim on Python >= 3.12 Add news fragment Simplify exporting of remove_shim for Python < 3.12 Speed-up comparison for spect_for_pip Mention PEP 632 in comment Remove py34compat Remove py36compat Implement workaround for missing '-requiresAny' (only available on VS 2017 > 15.6) Add news fragment Mention 'packaging' on pkg_resources deprecation notes Add news fragment Add '.txt' extension to examples of tool.setuptools.dynamic.readme.file Remove deprecated setuptools.dist._get_unpatched Remove deprecated autofixing of broken egg-info folder (using '-') Remove deprecated APIs in easy_install Remove deprecated egg_info.get_pkg_info_revision Remove reminiscent depends.txt chech (depends.txt is deprecated) Stop ignoring invalid pyproject.toml Remove deprecated SVN support for package_index Add news fragment Re-enable SETUPTOOLS_ENFORCE_DEPRECATION Leave an empty 'egg_info.warn_depends_obsolete' to avoid erros when updating from source Bump version: 67.8.0 → 68.0.0 Chris Pryer (1): Fix dependency_management.rst typo Christian Clauss (1): Avoid duplication in warning text Dave Brondsema (2): Show source location and link to more info, from pkg_resources deprecation Use issue_warning helper to get best stacklevel (sometimes it could point to ResourceManager.resource_filename not user code) Diego Ramirez (1): Remove a typo Jason R. Coombs (22): ⚫ Fade to black. Fix EncodingWarning in finalize. Refresh vendored dependencies ⚫ Fade to black. Return discovered msbuild_path value. Rewrite get_msbuild to unconditionally use vswhere. Resolve values naturally to avoid reliance on shell. Locate CMake deterministically using registry. Move attribute docstring to after the attribute. Update the module docstring. Re-use global get_* functions. Convert subprocess calls to use explicit parameters. Extract function for resolve_platform. Extract function for doing the build. Generate a temporary directory for the build arena. Use itertools.product instead of nested loops. Rebuilt the executables. Make substitution fields more prominent and distinct from true 'skeleton' references. (#71) Suppress EncodingWarning in build.env. Ref pypa/build#615. Remove reference to EncodingWarning as it doesn't exist on some Pythons. Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401. Add badge for Ruff. Remove inclusion of python version for docs Marvin Gravert (1): fixes spelling mod->module Ronnie Dutta (2): Update vendored `packaging` to 23.1 Changelog Steve Kowalik (1): tests: Add extraction_filter for tarfile Yevhenii Sevostianov (7): enable symlink for win add changelog info introduce proper build script on python nits nits fix issues update the way we pass definitions to cmake
- Loading branch information