[Python-modules-commits] r31468 - in packages/python-ldap3/tags (5 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Tue Nov 18 04:01:35 UTC 2014


    Date: Tuesday, November 18, 2014 @ 04:01:34
  Author: bam
Revision: 31468

[svn-buildpackage] Tagging python-ldap3 0.9.6.2-1

Added:
  packages/python-ldap3/tags/0.9.6.2-1/
  packages/python-ldap3/tags/0.9.6.2-1/debian/changelog
    (from rev 31466, packages/python-ldap3/trunk/debian/changelog)
  packages/python-ldap3/tags/0.9.6.2-1/debian/control
    (from rev 31467, packages/python-ldap3/trunk/debian/control)
Deleted:
  packages/python-ldap3/tags/0.9.6.2-1/debian/changelog
  packages/python-ldap3/tags/0.9.6.2-1/debian/control

Deleted: packages/python-ldap3/tags/0.9.6.2-1/debian/changelog
===================================================================
--- packages/python-ldap3/trunk/debian/changelog	2014-11-17 22:39:09 UTC (rev 31465)
+++ packages/python-ldap3/tags/0.9.6.2-1/debian/changelog	2014-11-18 04:01:34 UTC (rev 31468)
@@ -1,34 +0,0 @@
-python-ldap3 (0.9.4.2-1) unstable; urgency=low
-
-  * New upstream version.
-
- -- Brian May <bam at debian.org>  Wed, 09 Jul 2014 11:21:59 +1000
-
-python-ldap3 (0.9.3.5-1) unstable; urgency=low
-
-  * New upstream version.
-  * Fix error closing connection when it is already closed.
-
- -- Brian May <bam at debian.org>  Thu, 19 Jun 2014 08:59:16 +1000
-
-python-ldap3 (0.9.3.4-1) unstable; urgency=low
-
-  * New upstream version.
-    * Exception can now be imported from ldap3 package
-    * Escape_bytes return '' for empty string instead of None (thanks Brian)
-    * Added exception history to restartable connection (except than for
-      infinite retries)
-    * Fixed start_tls retrying in restartable connection (thanks Brian)
-    * New exception LDAPMaximumRetriesError for signaling when the
-      SyncRestartable
-    * Strategy has reached the maximum number of retries while performing an
-      operation
-    * Inverted deleteoldrdn value in LDIF output (thanks Joseph)
-
- -- Brian May <bam at debian.org>  Tue, 17 Jun 2014 09:38:11 +1000
-
-python-ldap3 (0.9.3.3-1) unstable; urgency=low
-
-  * Initial release. Closes: #750396.
-
- -- Brian May <bam at debian.org>  Tue, 03 Jun 2014 16:10:41 +1000

Copied: packages/python-ldap3/tags/0.9.6.2-1/debian/changelog (from rev 31466, packages/python-ldap3/trunk/debian/changelog)
===================================================================
--- packages/python-ldap3/tags/0.9.6.2-1/debian/changelog	                        (rev 0)
+++ packages/python-ldap3/tags/0.9.6.2-1/debian/changelog	2014-11-18 04:01:34 UTC (rev 31468)
@@ -0,0 +1,46 @@
+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.
+
+ -- Brian May <bam at debian.org>  Wed, 09 Jul 2014 11:21:59 +1000
+
+python-ldap3 (0.9.3.5-1) unstable; urgency=low
+
+  * New upstream version.
+  * Fix error closing connection when it is already closed.
+
+ -- Brian May <bam at debian.org>  Thu, 19 Jun 2014 08:59:16 +1000
+
+python-ldap3 (0.9.3.4-1) unstable; urgency=low
+
+  * New upstream version.
+    * Exception can now be imported from ldap3 package
+    * Escape_bytes return '' for empty string instead of None (thanks Brian)
+    * Added exception history to restartable connection (except than for
+      infinite retries)
+    * Fixed start_tls retrying in restartable connection (thanks Brian)
+    * New exception LDAPMaximumRetriesError for signaling when the
+      SyncRestartable
+    * Strategy has reached the maximum number of retries while performing an
+      operation
+    * Inverted deleteoldrdn value in LDIF output (thanks Joseph)
+
+ -- Brian May <bam at debian.org>  Tue, 17 Jun 2014 09:38:11 +1000
+
+python-ldap3 (0.9.3.3-1) unstable; urgency=low
+
+  * Initial release. Closes: #750396.
+
+ -- Brian May <bam at debian.org>  Tue, 03 Jun 2014 16:10:41 +1000

Deleted: packages/python-ldap3/tags/0.9.6.2-1/debian/control
===================================================================
--- packages/python-ldap3/trunk/debian/control	2014-11-17 22:39:09 UTC (rev 31465)
+++ packages/python-ldap3/tags/0.9.6.2-1/debian/control	2014-11-18 04:01:34 UTC (rev 31468)
@@ -1,34 +0,0 @@
-Source: python-ldap3
-Maintainer: Brian May <bam at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-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
-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
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
-
-Package: python-ldap3
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-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
- (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771
- (December 1997)
- .
- This package contains the Python 3.x version of the library.
-
-Package: python3-ldap3
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-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
- (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771
- (December 1997)
- .
- This package contains the Python 3.x version of the library.

Copied: packages/python-ldap3/tags/0.9.6.2-1/debian/control (from rev 31467, packages/python-ldap3/trunk/debian/control)
===================================================================
--- packages/python-ldap3/tags/0.9.6.2-1/debian/control	                        (rev 0)
+++ packages/python-ldap3/tags/0.9.6.2-1/debian/control	2014-11-18 04:01:34 UTC (rev 31468)
@@ -0,0 +1,36 @@
+Source: python-ldap3
+Maintainer: Brian May <bam at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+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.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
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+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
+ (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771
+ (December 1997)
+ .
+ This package contains the Python 3.x version of the library.
+
+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
+ (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771
+ (December 1997)
+ .
+ This package contains the Python 3.x version of the library.




More information about the Python-modules-commits mailing list