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

Conversation

asherf
Copy link
Member

@asherf asherf commented Jul 14, 2020

v49.2.0

v49.1.3

v49.1.2

  • Only cache classes inside the context jar, and then extract it after a hit. #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

v49.0.1

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 asherf requested review from cattibrie, Eric-Arellano and stuhood and removed request for cattibrie July 14, 2020 04:02
@asherf
Copy link
Member Author

asherf commented Jul 15, 2020

ping

@stuhood stuhood merged commit 00bbf38 into pantsbuild:master Jul 15, 2020
@asherf asherf deleted the upgrades branch July 15, 2020 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants