summaryrefslogtreecommitdiff
path: root/dev-python/ddt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/ddt
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/ddt')
-rw-r--r--dev-python/ddt/Manifest2
-rw-r--r--dev-python/ddt/ddt-1.6.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest
index b6e5f07a7be9..cec41d78fdd8 100644
--- a/dev-python/ddt/Manifest
+++ b/dev-python/ddt/Manifest
@@ -1,3 +1,3 @@
DIST ddt-1.6.0.gh.tar.gz 19615 BLAKE2B f79e25e9da39615d85f000c1029babef64725b159a2b77003efe9f9c5869fb26087fa20e1a58eea485479b12ee89c602076613a9d50711347a775a09c4bbb180 SHA512 c5ea14d3f60384676d9631c84d938b774dd360cea9b0ee1b111692dc2bc06238b5ffd3ab8950207b77aa007bac0ac79b290533a2532be4bee68b642629843a82
-EBUILD ddt-1.6.0.ebuild 678 BLAKE2B 048263c9108d1ca62fe931c28ee7380291cfe60a04f54a850f0510d293cbdadfd64e0fc438fa2175afbbc622b646de674992882e0f60dc33bee5ca41adf9a048 SHA512 28079453686627b2417e85e1909c8fd1603bc49190a03d4421cd7f562468b148b3d214946f66f07458e8014038b36230041fe50b452b539ddd02ccd7676bd9fe
+EBUILD ddt-1.6.0.ebuild 678 BLAKE2B 9637a3ebb03301822bf80efff35cd69ef5cf098cdfee6394d6659cee526cb8cdc0380b549f9b29efed19d0530d44270b91caf71ec904e251fd1419482a27a3b4 SHA512 8cbbe3f985ffccaf4ac68779ec1111447627fa81aab489950d5ac04d94bb31f3566e65f1be6bf61c4a099eb85deb9514f7d374f61a5914eedcead640af75bd40
MISC metadata.xml 637 BLAKE2B d7aca1ac2fde8171ceb8fab19b6be2f32125d3ceb411adb504e66a024bbaebb3be0234f17ea0c07073c647d4e613cac889cb241c49ade87f168218056fb8afee SHA512 7416856917a9b619b7884f9a8fde9fb30ee03223e9c8dd45920c43f296a469ee70d79ba999bf495d97ac41d310d17949674f87c0d365ac940eae37aca2ef8d94
diff --git a/dev-python/ddt/ddt-1.6.0.ebuild b/dev-python/ddt/ddt-1.6.0.ebuild
index a08c87378804..8b8fa77ed212 100644
--- a/dev-python/ddt/ddt-1.6.0.ebuild
+++ b/dev-python/ddt/ddt-1.6.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1