Import Upstream version 4.12.4
This commit is contained in:
@@ -1,16 +1,14 @@
|
||||
Metadata-Version: 1.2
|
||||
Metadata-Version: 2.1
|
||||
Name: ipaplatform
|
||||
Version: 4.8.10
|
||||
Version: 4.12.4
|
||||
Summary: FreeIPA platform
|
||||
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 platform
|
||||
|
||||
Platform: Linux
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: System Administrators
|
||||
@@ -27,3 +25,10 @@ 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: ipapython==4.12.4
|
||||
Requires-Dist: pyasn1
|
||||
Requires-Dist: six
|
||||
|
||||
FreeIPA platform
|
||||
|
||||
@@ -9,7 +9,71 @@ services.py
|
||||
setup.cfg
|
||||
setup.py
|
||||
tasks.py
|
||||
./__init__.py
|
||||
./_importhook.py
|
||||
./constants.py
|
||||
./osinfo.py
|
||||
./override.py
|
||||
./paths.py
|
||||
./services.py
|
||||
./tasks.py
|
||||
../COPYING
|
||||
./base/__init__.py
|
||||
./base/constants.py
|
||||
./base/paths.py
|
||||
./base/services.py
|
||||
./base/tasks.py
|
||||
./debian/__init__.py
|
||||
./debian/constants.py
|
||||
./debian/paths.py
|
||||
./debian/services.py
|
||||
./debian/tasks.py
|
||||
./fedora/__init__.py
|
||||
./fedora/constants.py
|
||||
./fedora/paths.py
|
||||
./fedora/services.py
|
||||
./fedora/tasks.py
|
||||
./fedora_container/__init__.py
|
||||
./fedora_container/constants.py
|
||||
./fedora_container/paths.py
|
||||
./fedora_container/services.py
|
||||
./fedora_container/tasks.py
|
||||
./nixos/__init__.py
|
||||
./nixos/constants.py
|
||||
./nixos/paths.py
|
||||
./nixos/services.py
|
||||
./nixos/tasks.py
|
||||
./opencloudos/__init__.py
|
||||
./opencloudos/constants.py
|
||||
./opencloudos/paths.py
|
||||
./opencloudos/services.py
|
||||
./opencloudos/tasks.py
|
||||
./redhat/__init__.py
|
||||
./redhat/authconfig.py
|
||||
./redhat/constants.py
|
||||
./redhat/paths.py
|
||||
./redhat/services.py
|
||||
./redhat/tasks.py
|
||||
./rhel/__init__.py
|
||||
./rhel/constants.py
|
||||
./rhel/paths.py
|
||||
./rhel/services.py
|
||||
./rhel/tasks.py
|
||||
./rhel_container/__init__.py
|
||||
./rhel_container/constants.py
|
||||
./rhel_container/paths.py
|
||||
./rhel_container/services.py
|
||||
./rhel_container/tasks.py
|
||||
./suse/__init__.py
|
||||
./suse/constants.py
|
||||
./suse/paths.py
|
||||
./suse/services.py
|
||||
./suse/tasks.py
|
||||
./tencentos/__init__.py
|
||||
./tencentos/constants.py
|
||||
./tencentos/paths.py
|
||||
./tencentos/services.py
|
||||
./tencentos/tasks.py
|
||||
base/__init__.py
|
||||
base/constants.py
|
||||
base/paths.py
|
||||
@@ -35,6 +99,16 @@ ipaplatform.egg-info/SOURCES.txt
|
||||
ipaplatform.egg-info/dependency_links.txt
|
||||
ipaplatform.egg-info/requires.txt
|
||||
ipaplatform.egg-info/top_level.txt
|
||||
nixos/__init__.py
|
||||
nixos/constants.py
|
||||
nixos/paths.py
|
||||
nixos/services.py
|
||||
nixos/tasks.py
|
||||
opencloudos/__init__.py
|
||||
opencloudos/constants.py
|
||||
opencloudos/paths.py
|
||||
opencloudos/services.py
|
||||
opencloudos/tasks.py
|
||||
redhat/__init__.py
|
||||
redhat/authconfig.py
|
||||
redhat/constants.py
|
||||
@@ -55,4 +129,9 @@ suse/__init__.py
|
||||
suse/constants.py
|
||||
suse/paths.py
|
||||
suse/services.py
|
||||
suse/tasks.py
|
||||
suse/tasks.py
|
||||
tencentos/__init__.py
|
||||
tencentos/constants.py
|
||||
tencentos/paths.py
|
||||
tencentos/services.py
|
||||
tencentos/tasks.py
|
||||
@@ -1,4 +1,4 @@
|
||||
cffi
|
||||
ipapython==4.8.10
|
||||
ipapython==4.12.4
|
||||
pyasn1
|
||||
six
|
||||
|
||||
Reference in New Issue
Block a user