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: ipapython
Version: 4.8.10
Version: 4.12.4
Summary: FreeIPA python support 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 python support library
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
@@ -27,5 +25,17 @@ 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: cffi
Requires-Dist: cryptography>=1.6
Requires-Dist: dnspython>=1.15
Requires-Dist: gssapi>=1.2.0
Requires-Dist: ipaplatform==4.12.4
Requires-Dist: netaddr
Requires-Dist: six
Provides-Extra: ldap
Provides-Extra: netifaces
Requires-Dist: python-ldap; extra == "ldap"
Provides-Extra: ifaddr
Requires-Dist: ifaddr; extra == "ifaddr"
FreeIPA python support library

View File

@@ -10,6 +10,7 @@ dn_ctypes.py
dnsutil.py
dogtag.py
errors.py
fqdn.py
graph.py
ipa_log_manager.py
ipachangeconf.py
@@ -24,7 +25,37 @@ setup.cfg
setup.py
ssh.py
version.py
./__init__.py
./admintool.py
./certdb.py
./config.py
./cookie.py
./directivesetter.py
./dn.py
./dn_ctypes.py
./dnsutil.py
./dogtag.py
./errors.py
./fqdn.py
./graph.py
./ipa_log_manager.py
./ipachangeconf.py
./ipaldap.py
./ipautil.py
./ipavalidate.py
./kerberos.py
./kernel_keyring.py
./nsslib.py
./session_storage.py
./ssh.py
./version.py
../COPYING
./install/__init__.py
./install/cli.py
./install/common.py
./install/core.py
./install/typing.py
./install/util.py
install/__init__.py
install/cli.py
install/common.py

View File

@@ -2,12 +2,12 @@ cffi
cryptography>=1.6
dnspython>=1.15
gssapi>=1.2.0
ipaplatform==4.8.10
ipaplatform==4.12.4
netaddr
six
[ifaddr]
ifaddr
[ldap]
python-ldap
[netifaces]
netifaces