Release proposal: node-gyp@5.0.6 #1972
Closed
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Not sure how much this is needed but it might help npm, I don't see an indication which way they're going with node-gyp@6.
Commits on
master
that aren't on this branch:68319a2c34
] - v6.0.1: bump version and update changelog (Rod Vagg) #19351a4ff636d5
] - v6.0.0: bump version and update changelog (Rod Vagg) #1892dd0e97ef0b
] - (SEMVER-MAJOR) lib: try to findpython
afterpython3
(Sam Roberts) #1907f60ed47d14
] - travis: add Python 3.5 and 3.6 tests on Linux (Christian Clauss) #1903c763ca1838
] - (SEMVER-MAJOR) doc: Declare that node-gyp is Python 3 compatible (cclauss) #18113d1c60ab81
] - (SEMVER-MAJOR) lib: accept Python 3 by default (João Reis) #1844c6e3b65a23
] - (SEMVER-MAJOR) lib: raise the minimum Python version from 2.6 to 2.7 (cclauss) #1818Commits on this branch that aren't on master:
d6041b0f1c
] - v5.0.6: bump version and update changelog (Rod Vagg)3891391746
] - doc: reconcile README with Python 3 compat changes (Rod Vagg) #191107f81f1920
] - lib: accept Python 3 after Python 2 (Sam Roberts) #19103834156a92
] - test: add Python 3.5 and 3.6 tests on Linux (cclauss) #1909(.travis.yml isn't materially different between the branches even with those commit discrepancies)
Changes in this release:
cdec00286f
] - doc: adjustments to the README.md for new users (Dan Pike) #1919b7c8233ef2
] - test: fix Python unittests (cclauss) #1961e12b00ab0a
] - doc: macOS Catalina add two commands (Christian Clauss) #196270b9890c0d
] - test: add header download test (Rod Vagg) #17964029fa8629
] - test: configure proper devDir for invoking configure() (Rod Vagg) #1796fe8b02cc8b
] - doc: add macOS_Catalina.md document (cclauss) #19408ea47ce365
] - gyp: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) #1925c7229716ba
] - gyp: iteritems() -> items() in compile_commands_json.py (cclauss) #19472a18b2a0f8
] - gyp: make cmake python3 compatible (gengjiawen) #194470f391e844
] - gyp: fix TypeError in XcodeVersion() (Christian Clauss) #19399f4f0fa34e
] - gyp: finish decode stdout on Python 3 (Christian Clauss) #19377cf507906d
] - src,win: allow 403 errors for arm64 node.lib (Richard Lau) #1934ad0d182c01
] - deps: update deps to roughly match current npm@6 (Rod Vagg) #19201553081ed6
] - test: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) #19230705cae9aa
] - travis: ignore failedbrew upgrade npm
, update xcode (Christian Clauss) #19327bfdb6f5bf
] - build: avoid bare exceptions in xcode_emulation.py (Christian Clauss) #19327edf7658fa
] - lib,install: always download SHA sums on Windows (Sam Hughes) #192669056d04fe
] - travis: add Windows + Python 3.8 to the mix (Rod Vagg) #1921The main risk here is in the dependency version changes from #1920.