Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: =?UTF-8?Q?Michael_Str=c3=b6der?= Newsgroups: comp.lang.python.announce Subject: ANN: python-ldap 2.4.23 Followup-To: comp.lang.python Date: Sun, 17 Jan 2016 15:36:00 +0100 Organization: A noiseless patient Spider Lines: 34 Approved: python-announce-list@python.org Message-ID: Reply-To: python-ldap@python.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de unIo2SPqcBdaMYxtdG09VwR6p6LHXR49G8QLeK7ooUmw== Cancel-Lock: sha1:cRHLEU81QHoADV0ogDF2iHremxk= Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'url:pypi': 0.03; 'purpose.': 0.07; 'subject:ANN': 0.07; 'api': 0.09; 'additionally': 0.09; 'python': 0.10; 'programs.': 0.11; 'subject:python': 0.14; 'libs': 0.16; 'michael.': 0.16; 'received:213.239': 0.16; 'received:eu': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'skip:3 30': 0.16; 'changes': 0.20; '2.x': 0.22; 'header:User-Agent:1': 0.26; '(e.g.': 0.27; 'wraps': 0.29; 'fixed': 0.31; 'url:python': 0.33; 'url:org': 0.36; 'modules': 0.36; 'urls': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'release': 0.37; 'stuff': 0.38; 'skip:p 20': 0.38; 'skip:- 60': 0.39; 'subject:-': 0.39; 'header:Reply-To:1': 0.67; 'to:addr :comp-lang-python-announce': 0.68; 'url:4': 0.70; 'reply-to:no real name:2**0': 0.71; 'received:178': 0.72; 'site:': 0.75; 'to:addr:moderators.isc.org': 0.77; 'ref': 0.84; 'reply- to:addr:python.org': 0.84; 'skip:3 40': 0.84; 'url:23': 0.93 X-Virus-Scanned: amavisd-new at eternal-september.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 SeaMonkey/2.39 X-Auth-Sender: U2FsdGVkX1/mZZIhXbWZ1Jt3yFFz4E6FJxxHfhI+7/vgpPw2AqxgNg== X-Mailman-Approved-At: Sun, 17 Jan 2016 10:10:44 -0500 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1988 Find a new release of python-ldap: https://pypi.python.org/pypi/python-ldap/2.4.23 python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for that purpose. Additionally it contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAP URLs and LDAPv3 schema). Project's web site: http://www.python-ldap.org/ Checksums: md5sum python-ldap-2.4.23.tar.gz 3a53d482fd628500ceebe7eca7ace34c sha1sum python-ldap-2.4.23.tar.gz 39d3f1004e414369d623ea68fd21fee3517355bf sha256sum python-ldap-2.4.23.tar.gz 7f0406bd7acbdde6ff9ba91b3c9aefb22864d24c3fb35a92baf2e3ab6bf251a4 Ciao, Michael. ---------------------------------------------------------------- Released 2.4.23 2016-01-17 Changes since 2.4.22: Modules/ * Ref count issue in attrs_from_List() was fixed (thanks to Elmir Jagudin)