Imported Debian patch 4.7.2-3

This commit is contained in:
Timo Aaltonen
2019-05-06 08:43:34 +03:00
committed by Mario Fetka
parent 27edeba051
commit 8bc559c5a1
917 changed files with 1068993 additions and 1184676 deletions

View File

@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: ipapython
Version: 4.8.10
Version: 4.7.2
Summary: FreeIPA python support 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,6 +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
Provides-Extra: ldap
Provides-Extra: netifaces
Requires-Python: >=2.7.5,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
Provides-Extra: install

View File

@@ -6,13 +6,11 @@ config.py
cookie.py
directivesetter.py
dn.py
dn_ctypes.py
dnsutil.py
dogtag.py
errors.py
graph.py
ipa_log_manager.py
ipachangeconf.py
ipaldap.py
ipautil.py
ipavalidate.py
@@ -24,7 +22,6 @@ setup.cfg
setup.py
ssh.py
version.py
../COPYING
install/__init__.py
install/cli.py
install/common.py

View File

@@ -2,12 +2,14 @@ cffi
cryptography>=1.6
dnspython>=1.15
gssapi>=1.2.0
ipaplatform==4.8.10
ipaplatform==4.7.2
netaddr
netifaces>=0.10.4
python-ldap>=3.0.0
six
[ldap]
python-ldap
[:python_version<'3']
enum34
[netifaces]
netifaces
[install]
dbus-python