summaryrefslogtreecommitdiff
path: root/dev-python/ldap3
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/ldap3
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/ldap3')
-rw-r--r--dev-python/ldap3/Manifest2
-rw-r--r--dev-python/ldap3/ldap3-2.9.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest
index e43ed604d316..d5d9082dffa2 100644
--- a/dev-python/ldap3/Manifest
+++ b/dev-python/ldap3/Manifest
@@ -1,3 +1,3 @@
DIST ldap3-2.9.1.tar.gz 974013 BLAKE2B a75219403e68705b10c06e692f4f188575a4ae38c86f15ceb6d2c674e74ac44ce0f53e3ec6bf66e8413007589293e2db95497de7b0317066b36105940beb11bf SHA512 bf07ebca9a53a8c225bc3106d3bd45eb26557c6e5a3d6d45a7f8c149d938ad43825eed0d406a57b93e2e675ed7aa262828f022ab82eb683f0e3029e3ad823106
-EBUILD ldap3-2.9.1.ebuild 636 BLAKE2B 6e385e88aea3cfac8da1b2c09e0ac3ea9c681a13dd3ffabb1bbac729d11b3d1a6cb42a9b7885ce602a02983b9fab3a3ffb33c7a1a903fd841470b6964064a013 SHA512 dc4315c9cd69e5c6b6d06a14c0dc091719ce1d03a4a844fe303d218a24d5d0fc6d7eb620f4f05d3d4dc03d1b43ffc2e974716b5b63587d5f663039924cc743eb
+EBUILD ldap3-2.9.1.ebuild 636 BLAKE2B 028b429400ff6eb2a081996fc47091add72577a83c125e810b20460f972de27211e98cd070b2a5fb9d3ea687fd884ab454f513f12fedfb4c6717977b752c04ed SHA512 fb27c3754e28435ef58db3471f2fe10d1ada90cf5b5f47c088ea261b27ed7f666f8c51e2957a1f7c33cf1fce0dbc2fd87f763dfd89b8d5491763a2dba60f3809
MISC metadata.xml 692 BLAKE2B b1beff8f304b984eb476e45ca34066766a31d512baefdf6ff1bd6f1bd50134664eac751a383a8a6812b48908ec5bb52ef3ba6796d1d7b1ee78a7b5c62cbcfc4d SHA512 58d0c6b1aa0afdb372ddb2abad94ecc5b6b3fce3f62ab50b80634ca7ba49b4ffc75ffec91515c22d2136f52123cb8c9feb58179670d2c4f16acd1f413585505b
diff --git a/dev-python/ldap3/ldap3-2.9.1.ebuild b/dev-python/ldap3/ldap3-2.9.1.ebuild
index a7e82330672c..e8f0b05796d8 100644
--- a/dev-python/ldap3/ldap3-2.9.1.ebuild
+++ b/dev-python/ldap3/ldap3-2.9.1.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..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..10} pypy3 )
inherit distutils-r1
DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client"