From 5ddfd35eba3616a7d4164dbe41ef23dba2db47e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A9ri?= Date: Sun, 10 Nov 2024 01:03:36 +0100 Subject: [PATCH] main/py3-dnspython: upgrade to 2.7.0 https://dnspython.readthedocs.io/en/stable/whatsnew.html --- main/py3-dnspython/APKBUILD | 11 ++++----- .../pyproject-set-license-to-table.patch | 23 ------------------- 2 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 main/py3-dnspython/pyproject-set-license-to-table.patch diff --git a/main/py3-dnspython/APKBUILD b/main/py3-dnspython/APKBUILD index 1a909923733..770b8442f10 100644 --- a/main/py3-dnspython/APKBUILD +++ b/main/py3-dnspython/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista 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 " diff --git a/main/py3-dnspython/pyproject-set-license-to-table.patch b/main/py3-dnspython/pyproject-set-license-to-table.patch deleted file mode 100644 index 5070563be03..00000000000 --- a/main/py3-dnspython/pyproject-set-license-to-table.patch +++ /dev/null @@ -1,23 +0,0 @@ -From a542004a4272e38403c7d0e2ce0b7329fc6df669 Mon Sep 17 00:00:00 2001 -From: Bob Halley -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",