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: 2.1
|
||||
Name: ipalib
|
||||
Version: 4.8.10
|
||||
Version: 4.7.2
|
||||
Summary: FreeIPA common python library
|
||||
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,5 +27,5 @@ 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.*
|
||||
Provides-Extra: install
|
||||
|
||||
@@ -9,7 +9,6 @@ constants.py
|
||||
crud.py
|
||||
dns.py
|
||||
errors.py
|
||||
facts.py
|
||||
frontend.py
|
||||
krb_utils.py
|
||||
messages.py
|
||||
@@ -22,15 +21,12 @@ request.py
|
||||
rpc.py
|
||||
setup.cfg
|
||||
setup.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
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
ipaplatform==4.8.10
|
||||
ipapython==4.8.10
|
||||
ipaplatform==4.7.2
|
||||
ipapython==4.7.2
|
||||
netaddr
|
||||
pyasn1
|
||||
pyasn1-modules
|
||||
six
|
||||
|
||||
[install]
|
||||
dbus-python
|
||||
ipaplatform
|
||||
|
||||
Reference in New Issue
Block a user