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: ipapython
|
||||
Version: 4.7.2
|
||||
Version: 4.8.10
|
||||
Summary: FreeIPA python support 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,5 +26,6 @@ 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.*
|
||||
Provides-Extra: install
|
||||
Requires-Python: >=3.6.0
|
||||
Provides-Extra: ldap
|
||||
Provides-Extra: netifaces
|
||||
|
||||
@@ -6,11 +6,13 @@ 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
|
||||
@@ -22,6 +24,7 @@ setup.cfg
|
||||
setup.py
|
||||
ssh.py
|
||||
version.py
|
||||
../COPYING
|
||||
install/__init__.py
|
||||
install/cli.py
|
||||
install/common.py
|
||||
|
||||
@@ -2,14 +2,12 @@ cffi
|
||||
cryptography>=1.6
|
||||
dnspython>=1.15
|
||||
gssapi>=1.2.0
|
||||
ipaplatform==4.7.2
|
||||
ipaplatform==4.8.10
|
||||
netaddr
|
||||
netifaces>=0.10.4
|
||||
python-ldap>=3.0.0
|
||||
six
|
||||
|
||||
[:python_version<'3']
|
||||
enum34
|
||||
[ldap]
|
||||
python-ldap
|
||||
|
||||
[install]
|
||||
dbus-python
|
||||
[netifaces]
|
||||
netifaces
|
||||
|
||||
Reference in New Issue
Block a user