Imported Debian patch 4.7.2-3
This commit is contained in:
committed by
Mario Fetka
parent
27edeba051
commit
8bc559c5a1
@@ -1,6 +1,6 @@
|
||||
Metadata-Version: 1.2
|
||||
Name: ipaplatform
|
||||
Version: 4.8.10
|
||||
Version: 4.7.2
|
||||
Summary: FreeIPA platform
|
||||
Home-page: https://www.freeipa.org/
|
||||
Author: FreeIPA Developers
|
||||
@@ -16,9 +16,10 @@ Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: System Administrators
|
||||
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
||||
Classifier: Programming Language :: C
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: Operating System :: POSIX :: Linux
|
||||
@@ -26,4 +27,4 @@ Classifier: Operating System :: Unix
|
||||
Classifier: Topic :: Internet :: Name Service (DNS)
|
||||
Classifier: Topic :: Security
|
||||
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
|
||||
Requires-Python: >=3.6.0
|
||||
Requires-Python: >=2.7.5,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
README.md
|
||||
__init__.py
|
||||
_importhook.py
|
||||
constants.py
|
||||
@@ -9,7 +8,6 @@ services.py
|
||||
setup.cfg
|
||||
setup.py
|
||||
tasks.py
|
||||
../COPYING
|
||||
base/__init__.py
|
||||
base/constants.py
|
||||
base/paths.py
|
||||
@@ -25,14 +23,10 @@ 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
|
||||
ipaplatform.egg-info/PKG-INFO
|
||||
ipaplatform.egg-info/SOURCES.txt
|
||||
ipaplatform.egg-info/dependency_links.txt
|
||||
ipaplatform.egg-info/namespace_packages.txt
|
||||
ipaplatform.egg-info/requires.txt
|
||||
ipaplatform.egg-info/top_level.txt
|
||||
redhat/__init__.py
|
||||
@@ -45,14 +39,4 @@ 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
|
||||
rhel/tasks.py
|
||||
1
ipaplatform/ipaplatform.egg-info/namespace_packages.txt
Normal file
1
ipaplatform/ipaplatform.egg-info/namespace_packages.txt
Normal file
@@ -0,0 +1 @@
|
||||
ipaplatform
|
||||
@@ -1,4 +1,4 @@
|
||||
cffi
|
||||
ipapython==4.8.10
|
||||
ipapython==4.7.2
|
||||
pyasn1
|
||||
six
|
||||
|
||||
Reference in New Issue
Block a user