main/py3-dnspython: upgrade to 2.7.0

https://dnspython.readthedocs.io/en/stable/whatsnew.html
This commit is contained in:
Daniel Néri 2024-11-10 01:03:36 +01:00 committed by Francesco Colista
parent 478d53716a
commit 5ddfd35eba
2 changed files with 4 additions and 30 deletions

View File

@ -2,8 +2,8 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py3-dnspython
_pyname=dnspython
pkgver=2.6.1
pkgrel=1
pkgver=2.7.0
pkgrel=0
pkgdesc="DNS toolkit for Python3"
url="https://www.dnspython.org/"
arch="all"
@ -17,9 +17,7 @@ makedepends="
"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/rthalley/dnspython/archive/v$pkgver/dnspython-$pkgver.tar.gz
pyproject-set-license-to-table.patch
"
source="https://github.com/rthalley/dnspython/archive/v$pkgver/dnspython-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"
options="!check" # network tests are failing on CI
@ -38,6 +36,5 @@ package() {
}
sha512sums="
77e9c69ac70e9e31a11188b968d28b8f2890b053b2cce0e608eefad7fd2c2b0f30c074222b2e5e85c0b4b8705f2e45acfa8b016a7808cc421df1d77f2561d978 dnspython-2.6.1.tar.gz
38830a1f23146d3f2f38dd0030334e630142514c913be388af29c680d023e13fbce0944cef6744f43ce0e9680e1e3850f530de26ed3f9f170f84876707c3a8be pyproject-set-license-to-table.patch
d73b90a06fa4c731393f719a79ec1339c3f8010b0ef4e58d8aa1aa5e0f2804dff8a79e20d9c9175b41b66bc9cf1712c33f4e2ed14820afc74d988096a42488b5 dnspython-2.7.0.tar.gz
"

View File

@ -1,23 +0,0 @@
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",