Import Upstream version 4.12.4

This commit is contained in:
geos_one
2025-08-12 22:28:56 +02:00
parent 03a8170b15
commit 9181ee2487
1629 changed files with 874094 additions and 554378 deletions

View File

@@ -1,16 +1,14 @@
Metadata-Version: 2.1
Name: ipaclient
Version: 4.8.10
Version: 4.12.4
Summary: FreeIPA client library
Home-page: https://www.freeipa.org/
Download-URL: https://www.freeipa.org/page/Downloads
Author: FreeIPA Developers
Author-email: freeipa-devel@lists.fedorahosted.org
Maintainer: FreeIPA Developers
Maintainer-email: freeipa-devel@redhat.com
License: GPLv3
Download-URL: https://www.freeipa.org/page/Downloads
Description: FreeIPA client library
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
@@ -27,7 +25,18 @@ Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Security
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Python: >=3.6.0
License-File: ../COPYING
Requires-Dist: cryptography>=1.6
Requires-Dist: ipalib==4.12.4
Requires-Dist: ipapython==4.12.4
Requires-Dist: qrcode>=5.0
Requires-Dist: six
Provides-Extra: install
Provides-Extra: otptoken_yubikey
Provides-Extra: csrgen
Requires-Dist: ipaplatform; extra == "install"
Provides-Extra: otptoken-yubikey
Requires-Dist: python-yubico; extra == "otptoken-yubikey"
Requires-Dist: pyusb; extra == "otptoken-yubikey"
Provides-Extra: ldap
Requires-Dist: python-ldap; extra == "ldap"
FreeIPA client library