[Python-modules-commits] r31466 - in packages/python-ldap3/trunk/debian (changelog control)
bam at users.alioth.debian.org
bam at users.alioth.debian.org
Tue Nov 18 00:39:33 UTC 2014
Date: Tuesday, November 18, 2014 @ 00:39:32
Author: bam
Revision: 31466
New upstream version.
Modified:
packages/python-ldap3/trunk/debian/changelog
packages/python-ldap3/trunk/debian/control
Modified: packages/python-ldap3/trunk/debian/changelog
===================================================================
--- packages/python-ldap3/trunk/debian/changelog 2014-11-17 22:39:09 UTC (rev 31465)
+++ packages/python-ldap3/trunk/debian/changelog 2014-11-18 00:39:32 UTC (rev 31466)
@@ -1,3 +1,15 @@
+python-ldap3 (0.9.6.2-1) unstable; urgency=low
+
+ * New upstream version.
+ * Breaks current versions of python-tldap due to change in escaping
+ requirements. See https://code.vpac.org/gerrit/#/c/1342/.
+ * This version supports IPv6, but won't automatically fall back to IPv4 on
+ errror. See
+ https://bitbucket.org/python3ldap/python3-ldap/issue/42/doesnt-fall-back-to-ipv4-connection-if
+ * Update standards version to 3.9.6.
+
+ -- Brian May <bam at debian.org> Tue, 18 Nov 2014 11:23:45 +1100
+
python-ldap3 (0.9.4.2-1) unstable; urgency=low
* New upstream version.
Modified: packages/python-ldap3/trunk/debian/control
===================================================================
--- packages/python-ldap3/trunk/debian/control 2014-11-17 22:39:09 UTC (rev 31465)
+++ packages/python-ldap3/trunk/debian/control 2014-11-18 00:39:32 UTC (rev 31466)
@@ -4,7 +4,7 @@
Section: python
Priority: optional
Build-Depends: debhelper (>= 8), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ldap3/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ldap3/trunk/
Homepage: https://bitbucket.org/python3ldap/python3-ldap
@@ -14,6 +14,7 @@
Package: python-ldap3
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
+Breaks: python-tldap (<< 0.3.8)
Description: Pure Python LDAP client library
A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under
the LGPL v3 open source license. RFC4511 is the current LDAP specification
@@ -25,6 +26,7 @@
Package: python3-ldap3
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
+Breaks: python3-tldap (<< 0.3.8)
Description: Pure Python LDAP client library
A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under
the LGPL v3 open source license. RFC4511 is the current LDAP specification
More information about the Python-modules-commits
mailing list