summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/concurrent-log-handler/Manifest4
-rw-r--r--dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild (renamed from dev-python/concurrent-log-handler/concurrent-log-handler-0.9.25.ebuild)4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/concurrent-log-handler/Manifest b/dev-python/concurrent-log-handler/Manifest
index c523af7..4c40922 100644
--- a/dev-python/concurrent-log-handler/Manifest
+++ b/dev-python/concurrent-log-handler/Manifest
@@ -1,3 +1,3 @@
-DIST concurrent-log-handler-0.9.25.gh.tar.gz 41565 BLAKE2B c9a9641f31baade25a6f7fca24f213a0b41b31d7b6c9ea4ee4778b5b1662428ce22bc5e532bc877354d218db459441c37f4918a6119e469a3495aba3e0a7f564 SHA512 682f33a9a81c78e7c07bcf7c30f5955100a2846d08d3da4331ec8d155e5a35c92e224bafbb848b121b41ab2e84b60b35a31034185b57b7c02ea4bdaaccf8c4ac
-EBUILD concurrent-log-handler-0.9.25.ebuild 609 BLAKE2B 4a4e74018c6ac168d4a9d7665db86cd3de189f43eb9922e41e231f570dc69fb058b6c4f8610e12c7bdbb8e02e32a787c2ab0702ecbf011395837f013bc3a2f75 SHA512 8fb526308bf2bbaeb45d73330dc2d7c21617f23bb00c05cd343a27ac16b43c08bf4856efb2be159e27f146bffa221f4e4590c735fa9b5003eebc213e7b2122df
+DIST concurrent-log-handler-0.9.24.gh.tar.gz 39055 BLAKE2B 37bc4f3a39ecbe999b6518dc088b7bfa5599a32489277e511bac9b66dd1b4c2b188f0452902745a04008e2d539d6a4455638f94fd143a17c6a5e73a260a49cb7 SHA512 22d11dd7a40f72874b588830e615d942f62fe7bb3269094433978b80333ef7755f3171c0624e6d232d5939dfece6ddc330268a5ffe5883e12160c8c1e72acfd6
+EBUILD concurrent-log-handler-0.9.24.ebuild 610 BLAKE2B 6b386b072d40aafe72d9d62486e07d52b2fdf646c6cbb491172e4e1f5aac2bd23c04337185ce627d1e6b427bf2f9529d37af9a38234e0dc8b114d8d09b80d897 SHA512 12a145f4ecb55eb5b721cb88ece6c2d37a04e2df1a3268cf317197b9c53b5c72c90221ad1ca8fa4c180085efe76ec8c18001636fde53a6279a786844603ed394
MISC metadata.xml 505 BLAKE2B dad218de3b8ccad3a14150386a121035cfcd6860ef5870e826aa4b94265c89ec5938c3805df79d39c9908e6d48b8e667e28b355a17f77e70dfc25a1f6c25f00b SHA512 662034c51f1da4c2e13698592dadf1f6575f0ffc4f3d111af8d0d08a58fc05d4316b62ea140503d42fd9c1833da9f1b7aacf2d611d4befab0d266c705e192bf9
diff --git a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.25.ebuild b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild
index 8a75ca1..28adb42 100644
--- a/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.25.ebuild
+++ b/dev-python/concurrent-log-handler/concurrent-log-handler-0.9.24.ebuild
@@ -3,8 +3,8 @@
EAPI=8
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{8..12} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1