pyzfs: update license tags/classifiers#18356
Merged
behlendorf merged 1 commit intoopenzfs:masterfrom Mar 23, 2026
Merged
Conversation
The standard for package license metadata[1] is a SPDX identifier in the the `license` and that's all. So, updating that, remove the deprecated license classifier, and adding a tag at the top of the file for spdxcheck to find. 1. https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license Sponsored-by: TrueNAS Signed-off-by: Rob Norris <rob.norris@truenas.com>
amotin
approved these changes
Mar 23, 2026
behlendorf
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
[Sponsors: TrueNAS]
Motivation and Context
I got annoyed at this noise in the build:
Description
The standard for package license metadata[1] is a SPDX identifier in the the
licenseand that's all. So, updating that, remove the deprecated license classifier, and adding a tag at the top of the file for spdxcheck to find.How Has This Been Tested?
Built, observed noise, changed it, built again, observed (relative) silence.
Types of changes
Checklist:
Signed-off-by.