Imported Debian patch 4.8.10-2
This commit is contained in:
committed by
Mario Fetka
parent
8bc559c5a1
commit
358acdd85f
@@ -1,6 +1,6 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: ipaclient
|
||||
Version: 4.7.2
|
||||
Version: 4.8.10
|
||||
Summary: FreeIPA client library
|
||||
Home-page: https://www.freeipa.org/
|
||||
Author: FreeIPA Developers
|
||||
@@ -16,10 +16,9 @@ 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
|
||||
@@ -27,7 +26,8 @@ Classifier: Operating System :: Unix
|
||||
Classifier: Topic :: Internet :: Name Service (DNS)
|
||||
Classifier: Topic :: Security
|
||||
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
|
||||
Requires-Python: >=2.7.5,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
|
||||
Requires-Python: >=3.6.0
|
||||
Provides-Extra: install
|
||||
Provides-Extra: otptoken_yubikey
|
||||
Provides-Extra: csrgen
|
||||
Provides-Extra: ldap
|
||||
|
||||
@@ -2,9 +2,11 @@ __init__.py
|
||||
__main__.py
|
||||
csrgen.py
|
||||
csrgen_ffi.py
|
||||
discovery.py
|
||||
frontend.py
|
||||
setup.cfg
|
||||
setup.py
|
||||
../COPYING
|
||||
csrgen/profiles/caIPAserviceCert.json
|
||||
csrgen/profiles/userCert.json
|
||||
csrgen/rules/dataDNS.json
|
||||
@@ -20,7 +22,10 @@ install/__init__.py
|
||||
install/automount.py
|
||||
install/client.py
|
||||
install/ipa_certupdate.py
|
||||
install/ipa_client_automount.py
|
||||
install/ipa_client_install.py
|
||||
install/ipa_client_samba.py
|
||||
install/ipa_epn.py
|
||||
install/ipachangeconf.py
|
||||
install/ipadiscovery.py
|
||||
install/sssd.py
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
cryptography>=1.6
|
||||
ipalib==4.7.2
|
||||
ipapython==4.7.2
|
||||
ipalib==4.8.10
|
||||
ipapython==4.8.10
|
||||
qrcode>=5.0
|
||||
six
|
||||
|
||||
@@ -11,6 +11,9 @@ jinja2
|
||||
[install]
|
||||
ipaplatform
|
||||
|
||||
[ldap]
|
||||
python-ldap
|
||||
|
||||
[otptoken_yubikey]
|
||||
python-yubico
|
||||
pyusb
|
||||
|
||||
Reference in New Issue
Block a user