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.25 Followup-To: comp.lang.python Date: Tue, 19 Jan 2016 10:53:05 +0100 Organization: A noiseless patient Spider Lines: 45 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: quoted-printable X-Trace: news.uni-berlin.de Clc4mppi3NFL/xemZiqoUAOmUuQKczNuh4JtY36sTzcQ== Cancel-Lock: sha1:s5E7Fho5PfUr5qLJkEXH79I7hPE= Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'purpose.': 0.07; 'pypi': 0.07; 'subject:ANN': 0.07; 'api': 0.09; 'additionally': 0.09; 'regression': 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:6 60': 0.16; 'changes': 0.20; 'fix': 0.21; '2.x': 0.22; 'patch': 0.24; 'header :User-Agent:1': 0.26; '(e.g.': 0.27; 'skip:f 40': 0.27; 'skip:2 30': 0.29; '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; 'missing': 0.37; 'release': 0.37; 'version': 0.38; '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 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/uTEbs9iaKrCIrH5O008fT9L6yoSU2dpVyayzM4dbXbg== X-Enigmail-Draft-Status: N1110 X-Mailman-Approved-At: Tue, 19 Jan 2016 05:41:27 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.20+ 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:1993 Find a new release of python-ldap: https://pypi.python.org/pypi/python-ldap/2.4.25 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.25.tar.gz 21523bf21dbe566e0259030f66f7a487 sha1sum python-ldap-2.4.25.tar.gz fa058ef9d77e4081d260c4972f6f2a5d4c45f36b sha256sum python-ldap-2.4.25.tar.gz 62d00dbc86f3f9b21beacd9b826e8f9895f900637a60a6d4e7ab59a1cdc64e56 Ciao, Michael. ---------------------------------------------------------------- Released 2.4.25 2016-01-18 Changes since 2.4.23: (2.4.24 is missing because of foolish pypi version madness) Lib/ * Fix for attrlist=3DNone regression introduced in 2.4.23 by ref count patch ---------------------------------------------------------------- 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)