summaryrefslogtreecommitdiff
path: root/dev-python/python-discid
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/python-discid
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/python-discid')
-rw-r--r--dev-python/python-discid/Manifest2
-rw-r--r--dev-python/python-discid/python-discid-1.2.0-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-discid/Manifest b/dev-python/python-discid/Manifest
index eef182ffa211..c0b841a36204 100644
--- a/dev-python/python-discid/Manifest
+++ b/dev-python/python-discid/Manifest
@@ -1,3 +1,3 @@
DIST python-discid-1.2.0.tar.gz 30756 BLAKE2B 616613de23b66adfc92227a9f36b710649f2a419ffd83443766ebcf1dbfaf528b7d933011bcbdcd19f5092726b81e40d905a62a64262a528dfad89e561210992 SHA512 239cb608508e94109aa9b8b582bc3de1fb9408b508d56698d7f17ec9ebb0d37c1fb76557d98b6d194c1532e3047efcde3adc5d6e9634bc87533d331423a7f19f
-EBUILD python-discid-1.2.0-r1.ebuild 553 BLAKE2B d54749d7aa8bd8a09fc7b225c9620c8b35c6102dbc3a0ae920ab2bf436eac06c3d45fbef4ab6e082800df8199f0c8f344466dcd369e969543b66fb75f2c54988 SHA512 2b5dc26e4735e3518be986edc38e140119c9fc5d82e07add6e6cd101bb8413a79dc599480954b2618490759669db7019239453745c471ff03373c01bdfba77f2
+EBUILD python-discid-1.2.0-r1.ebuild 553 BLAKE2B d6dda75b4668000960b443e9b88bde8da4baef29f0f5ccccee5694bff6f8b7f1dcaea6d449bc1486eef312121cc3c30d0bdfcb18203525150219000eeefd4af5 SHA512 abb38433010d62ef029f64b16b8d2c9ebfe15417f9125be451546fc9c681684d1d0d08547ade8b07848777d22d83b3bca43e7553bc927f3b96b7ccf2666472dc
MISC metadata.xml 371 BLAKE2B 4b7018e07405d1a136a9aac46dfca2de948cb3c332a683b2c28d5ca7eeb190e2f516490a9acd051a572179f1e24696498dba5d1ba482f500a0f5f9529783415c SHA512 1feae4778b19e5dd9bdde91c04dae4133b6a08808e06350d8a7e14181bd93950dbe2ba3a41da558bdce852088f036128f20c62aa0d4f1adaa26c3921b9658753
diff --git a/dev-python/python-discid/python-discid-1.2.0-r1.ebuild b/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
index 7ad3c35a601d..1671497b2f37 100644
--- a/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
+++ b/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-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} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1