summaryrefslogtreecommitdiff
path: root/dev-python/dnspython
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-18 00:01:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-18 00:01:42 +0100
commit075fd1f8cabc5879c6eb42127fb84c3058677fde (patch)
tree8b761e85416656264e041b1954427a58894b3333 /dev-python/dnspython
parent6c9dc10e04cd513437e046ccca0e51a3d6d4dc7c (diff)
gentoo auto-resync : 18:05:2024 - 00:01:41
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r--dev-python/dnspython/Manifest2
-rw-r--r--dev-python/dnspython/dnspython-2.6.1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dnspython/Manifest b/dev-python/dnspython/Manifest
index db1204ab9493..ebe9927f7d1d 100644
--- a/dev-python/dnspython/Manifest
+++ b/dev-python/dnspython/Manifest
@@ -1,3 +1,3 @@
DIST dnspython-2.6.1.gh.tar.gz 373684 BLAKE2B 63ac506d528a9e3684daf4888b51d732d9a12c3439ff1c353250a7bad78781f9f12bb13509e69093d5585a4a04bf2fbb1b8eb690a39f27e5d58e8f0f3b3b36a8 SHA512 77e9c69ac70e9e31a11188b968d28b8f2890b053b2cce0e608eefad7fd2c2b0f30c074222b2e5e85c0b4b8705f2e45acfa8b016a7808cc421df1d77f2561d978
-EBUILD dnspython-2.6.1.ebuild 1019 BLAKE2B d1c3a237b907f156d0168360cd04bede130bf5bf57fbedaf35e08a98a573fa64df5027dc0597dc7f927cb508d0e900a6b1bfd8070ad9cc91647ba0215a0aa4be SHA512 c000f1f245f2223f704a2f52bc1f883c8ee43f008cdf41bb29b6a23b4f30b4cfeea6e0b9f024a7ae71ce1e501d98cdd9ff5b184fb529addd172c3ebb3779d413
+EBUILD dnspython-2.6.1.ebuild 1019 BLAKE2B 744b85a6055e3fd6f9f3b824f50b35c094b279109b44ae808bba5829272058586772ac326ac1aac61f43af5085a98d52955fbad77cdc0c491c5a17db72788b97 SHA512 9fae4a13cb1aa526830682e18be56e681cc955fa91b12d383cd342f3ab091a36de3a10354be330fddfe7f3919d1dec6ae32cc7252f8b957ac043aac7c881681e
MISC metadata.xml 1709 BLAKE2B abd502753325fedca3f1ca94818258c9d1b82f88766f9e005b35b3e79aff71ca2efaf06188e73ea30830f80ec011cdf5c42df320130c9295e13d3c427a148f8c SHA512 8c25d579a4a2a7c5ff34c21643a1386a434545f6b9b465f4aa8e07f7da3aee203bbc0341e930ddb767af431f64e8024ddd6cc8513cfce862c5900da4637bb1c8
diff --git a/dev-python/dnspython/dnspython-2.6.1.ebuild b/dev-python/dnspython/dnspython-2.6.1.ebuild
index aefb1a3a556f..68c8b0515348 100644
--- a/dev-python/dnspython/dnspython-2.6.1.ebuild
+++ b/dev-python/dnspython/dnspython-2.6.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1