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: ipalib
Version: 4.8.10
Version: 4.12.4
Summary: FreeIPA common python 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 common python library
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
@@ -27,4 +25,15 @@ 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: ipaplatform==4.12.4
Requires-Dist: ipapython==4.12.4
Requires-Dist: netaddr
Requires-Dist: pyasn1
Requires-Dist: pyasn1-modules
Requires-Dist: six
Requires-Dist: urllib3
Provides-Extra: install
Requires-Dist: dbus-python; extra == "install"
FreeIPA common python library

View File

@@ -11,6 +11,8 @@ dns.py
errors.py
facts.py
frontend.py
ipajson.py
kinit.py
krb_utils.py
messages.py
misc.py
@@ -26,7 +28,43 @@ sysrestore.py
text.py
util.py
x509.py
./__init__.py
./aci.py
./backend.py
./base.py
./capabilities.py
./cli.py
./config.py
./constants.py
./crud.py
./dns.py
./errors.py
./facts.py
./frontend.py
./ipajson.py
./kinit.py
./krb_utils.py
./messages.py
./misc.py
./output.py
./parameters.py
./pkcs10.py
./plugable.py
./request.py
./rpc.py
./sysrestore.py
./text.py
./util.py
./x509.py
../COPYING
./install/__init__.py
./install/certmonger.py
./install/certstore.py
./install/dnsforwarders.py
./install/hostname.py
./install/kinit.py
./install/service.py
./install/sysrestore.py
install/__init__.py
install/certmonger.py
install/certstore.py

View File

@@ -1,9 +1,10 @@
ipaplatform==4.8.10
ipapython==4.8.10
ipaplatform==4.12.4
ipapython==4.12.4
netaddr
pyasn1
pyasn1-modules
six
urllib3
[install]
dbus-python