summaryrefslogtreecommitdiff
path: root/dev-python/diff-match-patch
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/diff-match-patch
parent6c9dc10e04cd513437e046ccca0e51a3d6d4dc7c (diff)
gentoo auto-resync : 18:05:2024 - 00:01:41
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r--dev-python/diff-match-patch/Manifest2
-rw-r--r--dev-python/diff-match-patch/diff-match-patch-20230430.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/diff-match-patch/Manifest b/dev-python/diff-match-patch/Manifest
index 506ed624b787..256bcaf9cbbe 100644
--- a/dev-python/diff-match-patch/Manifest
+++ b/dev-python/diff-match-patch/Manifest
@@ -1,3 +1,3 @@
DIST diff-match-patch-20230430.tar.gz 43324 BLAKE2B c13beb380d68cf96af41c124eb23f890c71664624de20780ea586f71b4c52a55ee06ac3427c61c233ebead309fcca02cb75f3447f17b7306c2728ebc5b06f6f8 SHA512 a62d15327de659999e3381215249fb088a9e40368008b91201de3db3d02f22892bbf6d2ac40dc4ea4986d24470dd396eaf69583fabbe9078a5cb1f97bae94000
-EBUILD diff-match-patch-20230430.ebuild 498 BLAKE2B 8ab4aa2abb5372271925b51d1a5dade43ac06915008bc96ba997d1b70148330fa6e5e9d2038a1f7f48f40210653f13554a76b49f2180a6ced1534750ba02bdcb SHA512 e6c1dbe13753f29925c69fc5862d7672033cfa9381358827e298c70819276818c29a616bb5278eb675f5dfefaeb48fc01c3279e1e7581882b1b7434cc015e1c2
+EBUILD diff-match-patch-20230430.ebuild 498 BLAKE2B 9bab3a7f891cd14529fa4bf149f316ce9339db15489505c00c1191c28a47030115d453782cf1561f6e554adaa2f6cb927baafe8b08988835d969fea172857bf9 SHA512 041c9eb95b230d795b2744c74bf7b978f92771e8686bf5d585874c0e7128197aa5135f47e22f48e82dd662a76e66d5b687fc866e5c34993d9f9fa17b0dfa84ec
MISC metadata.xml 1265 BLAKE2B b9cee200ca7d1e918e77f065231d8860293ce280f6b66451609632d777d09f9b241119952805151120a361cc6f09eadac8c3cefe45cd66ae38f807dcff0641cd SHA512 0ccfcac32e5a2f4a3604cf2b97fae2e6a98fdf0b8a426c6c05c1f9818652a9ca4583e4bc4e7c6ba72d7c72b2fc397fbd3863e9f0a65da9f60c4373e4c087ad05
diff --git a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
index e5b7eaf2b46e..d985a1e8c196 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi