Skip to content
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

Upgrade setuptools from 49.1.0 to 49.2.0 #10347

Merged
merged 1 commit into from
Jul 15, 2020
Merged

Commits on Jul 14, 2020

  1. Upgrade setuptools from 49.1.0 to 49.2.0

    v49.2.0
    -------
    
    * pantsbuild#2230: Now warn the user when setuptools is imported after distutils modules have been loaded (exempting PyPy for 3.6), directing the users of packages to import setuptools first.
    
    v49.1.3
    -------
    
    * pantsbuild#2212: (Distutils) Allow spawn to accept environment. Avoid monkey-patching global state.
    * pantsbuild#2249: Fix extension loading technique in stubs.
    
    v49.1.2
    -------
    
    * pantsbuild#2232: In preparation for re-enabling a local copy of distutils, Setuptools now honors an environment variable, SETUPTOOLS_USE_DISTUTILS. If set to 'stdlib' (current default), distutils will be used from the standard library. If set to 'local' (default in a imminent backward-incompatible release), the local copy of distutils will be used.
    
    v49.1.1
    -------
    
    * pantsbuild#2094: Removed pkg_resources.py2_warn module, which is no longer reachable.
    
    v49.0.1
    -------
    
    * pantsbuild#2228: Applied fix for pypa/distutils#3, restoring expectation that spawn will raise a DistutilsExecError when attempting to execute a missing file.
    asherf committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    43236fa View commit details
    Browse the repository at this point in the history