| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,12 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 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 | + | ||
| 3 | 10 | ## [0.22.1](https://github.com/nodejs/gyp-next/compare/v0.22.0...v0.22.1) (2026-04-21) | |
| 4 | 11 | ||
| 5 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,20 +4,20 @@ build-backend = "setuptools.build_meta" | |||
| 4 | 4 | ||
| 5 | 5 | [project] | |
| 6 | 6 | name = "gyp-next" | |
| 7 | - version = "0.22.1" | ||
| 7 | + version = "0.22.2" | ||
| 8 | 8 | authors = [ | |
| 9 | 9 | { name="Node.js contributors", email="ryzokuken@disroot.org" }, | |
| 10 | 10 | ] | |
| 11 | 11 | description = "A fork of the GYP build system for use in the Node.js projects" | |
| 12 | 12 | readme = "README.md" | |
| 13 | - license = { file="LICENSE" } | ||
| 13 | + license = "BSD-3-Clause" | ||
| 14 | + license-files = ["LICENSE"] | ||
| 14 | 15 | requires-python = ">=3.9" | |
| 15 | - dependencies = ["packaging>=24.0", "setuptools>=69.5.1"] | ||
| 16 | + dependencies = ["packaging>=24.0", "setuptools>=77.0.3"] | ||
| 16 | 17 | classifiers = [ | |
| 17 | 18 | "Development Status :: 3 - Alpha", | |
| 18 | 19 | "Environment :: Console", | |
| 19 | 20 | "Intended Audience :: Developers", | |
| 20 | - "License :: OSI Approved :: BSD License", | ||
| 21 | 21 | "Natural Language :: English", | |
| 22 | 22 | "Programming Language :: Python", | |
| 23 | 23 | "Programming Language :: Python :: 3", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments