aports/main/py3-dnspython/pyproject-set-license-to-table.patch
Kevin Daudt 730867bcd7 main/py3-dnspython: upgrade to 2.6.1
https://dnspython.readthedocs.io/en/latest/whatsnew.html

- Build backend has been changed to hatchling
- Cython is no longer supported
2024-03-22 07:47:23 +00:00

24 lines
746 B
Diff

From a542004a4272e38403c7d0e2ce0b7329fc6df669 Mon Sep 17 00:00:00 2001
From: Bob Halley <halley@dnspython.org>
Date: Tue, 5 Mar 2024 05:58:28 -0800
Subject: [PATCH] Set license to a TOML table to avoid PEP 639 metadata for
now.
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 3108d587..6f60295d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "dnspython"
description = "DNS toolkit"
authors = [{ name = "Bob Halley", email = "halley@dnspython.org" }]
-license = "ISC"
+license = { text = "ISC" }
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",