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.2.0 to …
…version 67.3.1 Anderson Bravalheri (34): Replace pkg_resources in version.py Extract normalization functions from editable_wheel and dist_info into own module Prefer setuptools._normalization instead of pkg_resources in develop.py Prefer setuptools._normalization and importlib_metadata instead of pkg_resources in dist.py Prefer setuptools._normalization instead of pkg_resources in egg_info.py Prefer packaging instead of pkg_resources in egg_info.py Prefer packaging instead of pkg_resources in dist.py for markers Implement alternative for pkg_resources.Distribution.egg_name in egg_info.py Prefer alternative from egg_info.py to pkg_resources.Distribution.egg_name Prefer packaging instead for pkg_resources for version in wheel.py Modify _reqs.py to prefer prefer packaging instead of pkg_resources Centralize usage of pkg_resources from dist.py to installer.py Delay imports of pkg_resources in install_scripts.py Replace/move _normalization.path with/to _path.samepath and _path.normpath Fix dist-info naming discrepancy in relation to bdist_wheel Revert to using normalized paths in develop to fix test errors Allow None to be passed to egg_basename Remove editable_wheel "catch all" exception Update note about SETUPTOOLS_ENABLE_FEATURES Use warning in editable since pip hides PEP 678 notes Clarify 'editable_wheel' and 'dist_info' are internal commands only Improve warning message Add test for debugging tips Add news fragment Add DeprecationWarning to `pkg_resources.declare_namespace` Add news fragment Add information on why namespace_packages are deprecated Add links explaining deprecations Add news items for 3792 Small rewording for user-facing text/docs Bump version: 67.2.0 → 67.3.0 Fix error when integrating with pip Add news fragment Bump version: 67.3.0 → 67.3.1 Jason R. Coombs (7): ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default. Enable default encoding warning where available. See PEP 597. Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67. Exempt warning. Workaround for realpython/pytest-mypy#152 Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750). Remove reference to EncodingWarning as it doesn't exist on some Pythons. Do not error on EncodingWarning. Instead emit them like usual. Ref #3810
- Loading branch information