Skip to content

Commit

Permalink
python-ldap: update to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pyhalov committed Mar 19, 2018
1 parent 80b67f8 commit bd018f4
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 16 deletions.
7 changes: 3 additions & 4 deletions components/python/python-ldap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,16 @@
include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= python-ldap
COMPONENT_VERSION= 2.4.25
COMPONENT_REVISION= 1
COMPONENT_VERSION= 3.0.0
COMPONENT_FMRI= library/python/python-ldap
COMPONENT_SUMMARY= Python modules for implementing LDAP clients
COMPONENT_CLASSIFICATION= Development/Python
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:62d00dbc86f3f9b21beacd9b826e8f9895f900637a60a6d4e7ab59a1cdc64e56
sha256:86746b912a2cd37a54b06c694f021b0c8556d4caeab75ef50435ada152e2fbe1
COMPONENT_ARCHIVE_URL= \
$(call pypi_url)
https://pypi.python.org/packages/c1/52/dfb508364bce92bb2a6ccbe718b69c8857b5d6fcd6af259ab0c36ee68730/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL= https://pypi.python.org/pypi/python-ldap
COMPONENT_LICENSE_FILE= LICENCE
COMPONENT_LICENSE= PYTHON_STYLE
Expand Down
23 changes: 21 additions & 2 deletions components/python/python-ldap/manifests/sample-manifest.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

#
# Copyright 2016 <contributor>
# Copyright 2017 <contributor>
#

set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
Expand All @@ -24,20 +24,25 @@ license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'

file path=usr/lib/python2.7/vendor-packages/64/_ldap.so
file path=usr/lib/python2.7/vendor-packages/_ldap.so
file path=usr/lib/python2.7/vendor-packages/dsml.py
file path=usr/lib/python2.7/vendor-packages/ldap/__init__.py
file path=usr/lib/python2.7/vendor-packages/ldap/async.py
file path=usr/lib/python2.7/vendor-packages/ldap/asyncsearch.py
file path=usr/lib/python2.7/vendor-packages/ldap/cidict.py
file path=usr/lib/python2.7/vendor-packages/ldap/compat.py
file path=usr/lib/python2.7/vendor-packages/ldap/constants.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/__init__.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/deref.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/libldap.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/openldap.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/pagedresults.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/ppolicy.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/psearch.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/pwdpolicy.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/readentry.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/sessiontrack.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/simple.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/sss.py
file path=usr/lib/python2.7/vendor-packages/ldap/controls/vlv.py
file path=usr/lib/python2.7/vendor-packages/ldap/dn.py
file path=usr/lib/python2.7/vendor-packages/ldap/extop/__init__.py
file path=usr/lib/python2.7/vendor-packages/ldap/extop/dds.py
Expand All @@ -46,6 +51,7 @@ file path=usr/lib/python2.7/vendor-packages/ldap/functions.py
file path=usr/lib/python2.7/vendor-packages/ldap/ldapobject.py
file path=usr/lib/python2.7/vendor-packages/ldap/logger.py
file path=usr/lib/python2.7/vendor-packages/ldap/modlist.py
file path=usr/lib/python2.7/vendor-packages/ldap/pkginfo.py
file path=usr/lib/python2.7/vendor-packages/ldap/resiter.py
file path=usr/lib/python2.7/vendor-packages/ldap/sasl.py
file path=usr/lib/python2.7/vendor-packages/ldap/schema/__init__.py
Expand All @@ -61,3 +67,16 @@ file path=usr/lib/python2.7/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py2
file path=usr/lib/python2.7/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py2.7.egg-info/not-zip-safe
file path=usr/lib/python2.7/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py2.7.egg-info/requires.txt
file path=usr/lib/python2.7/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py2.7.egg-info/top_level.txt
file path=usr/lib/python2.7/vendor-packages/slapdtest/__init__.py
file path=usr/lib/python2.7/vendor-packages/slapdtest/_slapdtest.py
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/README
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/ca.conf
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/ca.pem
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/client.conf
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/client.key
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/client.pem
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/gencerts.sh
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/gennssdb.sh
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/server.conf
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/server.key
file path=usr/lib/python2.7/vendor-packages/slapdtest/certs/server.pem
9 changes: 0 additions & 9 deletions components/python/python-ldap/patches/01-no-rpath.patch

This file was deleted.

21 changes: 20 additions & 1 deletion components/python/python-ldap/python-ldap-PYVER.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,25 @@ license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'

file path=usr/lib/python$(PYVER)/vendor-packages/64/_ldap.so
file path=usr/lib/python$(PYVER)/vendor-packages/_ldap.so
file path=usr/lib/python$(PYVER)/vendor-packages/dsml.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/async.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/asyncsearch.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/cidict.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/compat.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/constants.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/deref.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/libldap.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/openldap.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/pagedresults.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/ppolicy.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/psearch.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/pwdpolicy.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/readentry.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/sessiontrack.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/simple.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/sss.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/controls/vlv.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/dn.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/extop/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/extop/dds.py
Expand All @@ -46,6 +51,7 @@ file path=usr/lib/python$(PYVER)/vendor-packages/ldap/functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/ldapobject.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/logger.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/modlist.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/pkginfo.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/resiter.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/sasl.py
file path=usr/lib/python$(PYVER)/vendor-packages/ldap/schema/__init__.py
Expand All @@ -61,3 +67,16 @@ file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION
file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/python_ldap-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/_slapdtest.py
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/README
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/ca.conf
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/ca.pem
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/client.conf
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/client.key
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/client.pem
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/gencerts.sh
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/gennssdb.sh
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/server.conf
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/server.key
file path=usr/lib/python$(PYVER)/vendor-packages/slapdtest/certs/server.pem

0 comments on commit bd018f4

Please sign in to comment.