Skip to content

Commit 6c57411

Browse files
nodejs-github-botaduh95
authored andcommitted
tools: update gyp-next to 0.22.2
PR-URL: #63374 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent f14ed76 commit 6c57411

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

tools/gyp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.22.2](https://github.com/nodejs/gyp-next/compare/v0.22.1...v0.22.2) (2026-04-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **build:** Use SPDX license expression ([#310](https://github.com/nodejs/gyp-next/issues/310)) ([ce0da4a](https://github.com/nodejs/gyp-next/commit/ce0da4a6dc1068b73e55e6a58a236bf69f2fed4d))
9+
310
## [0.22.1](https://github.com/nodejs/gyp-next/compare/v0.22.0...v0.22.1) (2026-04-21)
411

512

tools/gyp/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gyp-next"
7-
version = "0.22.1"
7+
version = "0.22.2"
88
authors = [
99
{ name="Node.js contributors", email="ryzokuken@disroot.org" },
1010
]
1111
description = "A fork of the GYP build system for use in the Node.js projects"
1212
readme = "README.md"
13-
license = { file="LICENSE" }
13+
license = "BSD-3-Clause"
14+
license-files = ["LICENSE"]
1415
requires-python = ">=3.9"
15-
dependencies = ["packaging>=24.0", "setuptools>=69.5.1"]
16+
dependencies = ["packaging>=24.0", "setuptools>=77.0.3"]
1617
classifiers = [
1718
"Development Status :: 3 - Alpha",
1819
"Environment :: Console",
1920
"Intended Audience :: Developers",
20-
"License :: OSI Approved :: BSD License",
2121
"Natural Language :: English",
2222
"Programming Language :: Python",
2323
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)