From 646238c229d2ee44357600e0abfb3fe79f2d17aa Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 11 Feb 2025 12:47:40 -0600 Subject: [PATCH 1/2] Use SPDX license identifier in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb80661..8279c30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ readme = { file = "README.md", content-type = "text/markdown" } authors = [ { name = "NVIDIA Corporation" }, ] -license = { text = "Apache 2.0" } +license = "Apache-2.0" requires-python = ">=3.10" dependencies = [ ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`. From aa8c88ac3dc2c0249901ff44a9fe2c33d0969368 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 11 Feb 2025 13:11:05 -0600 Subject: [PATCH 2/2] Update conda package. --- conda/recipes/pynvjitlink/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/pynvjitlink/meta.yaml b/conda/recipes/pynvjitlink/meta.yaml index d5cb6b1..7035548 100644 --- a/conda/recipes/pynvjitlink/meta.yaml +++ b/conda/recipes/pynvjitlink/meta.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2018-2024, NVIDIA CORPORATION. +# Copyright (c) 2018-2025, NVIDIA CORPORATION. {% set data = load_file_data("pyproject.toml") %} {% set version = load_file_regex( @@ -63,7 +63,7 @@ about: home: {{ project_urls["Homepage"] }} dev_url: {{ project_urls["Repository"] }} doc_url: {{ project_urls["Documentation"] }} - license: {{ project_data["license"]["text"] }} + license: {{ project_data["license"] }} license_family: Apache license_file: LICENSE license_url: {{ project_urls["License"] }}