[Python-modules-commits] r31885 - in packages/python-ldap3/tags (11 files)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Fri Feb 20 02:39:02 UTC 2015


    Date: Friday, February 20, 2015 @ 02:39:01
  Author: bam
Revision: 31885

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

Added:
  packages/python-ldap3/tags/0.9.7.4-1/
  packages/python-ldap3/tags/0.9.7.4-1/debian/README.source
    (from rev 31884, packages/python-ldap3/trunk/debian/README.source)
  packages/python-ldap3/tags/0.9.7.4-1/debian/changelog
    (from rev 31884, packages/python-ldap3/trunk/debian/changelog)
  packages/python-ldap3/tags/0.9.7.4-1/debian/control
    (from rev 31884, packages/python-ldap3/trunk/debian/control)
  packages/python-ldap3/tags/0.9.7.4-1/debian/copyright
    (from rev 31884, packages/python-ldap3/trunk/debian/copyright)
  packages/python-ldap3/tags/0.9.7.4-1/debian/patches/
  packages/python-ldap3/tags/0.9.7.4-1/debian/watch
    (from rev 31884, packages/python-ldap3/trunk/debian/watch)
Deleted:
  packages/python-ldap3/tags/0.9.7.4-1/debian/changelog
  packages/python-ldap3/tags/0.9.7.4-1/debian/control
  packages/python-ldap3/tags/0.9.7.4-1/debian/copyright
  packages/python-ldap3/tags/0.9.7.4-1/debian/watch

Copied: packages/python-ldap3/tags/0.9.7.4-1/debian/README.source (from rev 31884, packages/python-ldap3/trunk/debian/README.source)
===================================================================
--- packages/python-ldap3/tags/0.9.7.4-1/debian/README.source	                        (rev 0)
+++ packages/python-ldap3/tags/0.9.7.4-1/debian/README.source	2015-02-20 02:39:01 UTC (rev 31885)
@@ -0,0 +1,2 @@
+The upstream source package must be uploaded from PyPI, not github, as the
+version available on github includes many non-free RFCs.

Deleted: packages/python-ldap3/tags/0.9.7.4-1/debian/changelog
===================================================================
--- packages/python-ldap3/trunk/debian/changelog	2014-11-17 22:39:09 UTC (rev 31465)
+++ packages/python-ldap3/tags/0.9.7.4-1/debian/changelog	2015-02-20 02:39:01 UTC (rev 31885)
@@ -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.7.4-1/debian/changelog (from rev 31884, packages/python-ldap3/trunk/debian/changelog)
===================================================================
--- packages/python-ldap3/tags/0.9.7.4-1/debian/changelog	                        (rev 0)
+++ packages/python-ldap3/tags/0.9.7.4-1/debian/changelog	2015-02-20 02:39:01 UTC (rev 31885)
@@ -0,0 +1,53 @@
+python-ldap3 (0.9.7.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Upstream package name renamed from python3-ldap to ldap3.
+
+ -- Brian May <bam at debian.org>  Thu, 19 Feb 2015 12:01:32 +1100
+
+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.7.4-1/debian/control
===================================================================
--- packages/python-ldap3/trunk/debian/control	2014-11-17 22:39:09 UTC (rev 31465)
+++ packages/python-ldap3/tags/0.9.7.4-1/debian/control	2015-02-20 02:39:01 UTC (rev 31885)
@@ -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.7.4-1/debian/control (from rev 31884, packages/python-ldap3/trunk/debian/control)
===================================================================
--- packages/python-ldap3/tags/0.9.7.4-1/debian/control	                        (rev 0)
+++ packages/python-ldap3/tags/0.9.7.4-1/debian/control	2015-02-20 02:39:01 UTC (rev 31885)
@@ -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://github.com/cannatag/ldap3
+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.

Deleted: packages/python-ldap3/tags/0.9.7.4-1/debian/copyright
===================================================================
--- packages/python-ldap3/trunk/debian/copyright	2014-11-17 22:39:09 UTC (rev 31465)
+++ packages/python-ldap3/tags/0.9.7.4-1/debian/copyright	2015-02-20 02:39:01 UTC (rev 31885)
@@ -1,31 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: python3-ldap
-Upstream-Contact: Giovanni Cannata <python3ldap at gmail.com>
-Source: https://pypi.python.org/pypi/python3-ldap
-
-Files: *
-Copyright: 2013, Giovanni Cannata
-License: LGPL-3+
-
-Files: debian/*
-Copyright: 2014, Brian May <bam at debian.org>
-License: LGPL-3+
-
-License: LGPL-3+
- python3-ldap is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published
- by the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
- .
- python3-ldap is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU Lesser General Public License for more details.
- .
- You should have received a copy of the GNU Lesser General Public License
- along with python3-ldap in the COPYING and COPYING.LESSER files.
- If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the full text of the GNU General Public
- License version 3 can be found in the file
- `/usr/share/common-licenses/LGPL-3'.

Copied: packages/python-ldap3/tags/0.9.7.4-1/debian/copyright (from rev 31884, packages/python-ldap3/trunk/debian/copyright)
===================================================================
--- packages/python-ldap3/tags/0.9.7.4-1/debian/copyright	                        (rev 0)
+++ packages/python-ldap3/tags/0.9.7.4-1/debian/copyright	2015-02-20 02:39:01 UTC (rev 31885)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python3-ldap
+Upstream-Contact: Giovanni Cannata <python3ldap at gmail.com>
+Source: http://pypi.debian.net/ldap3/
+
+Files: *
+Copyright: 2013, Giovanni Cannata
+License: LGPL-3+
+
+Files: debian/*
+Copyright: 2014, Brian May <bam at debian.org>
+License: LGPL-3+
+
+License: LGPL-3+
+ python3-ldap is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ python3-ldap is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with python3-ldap in the COPYING and COPYING.LESSER files.
+ If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/LGPL-3'.

Deleted: packages/python-ldap3/tags/0.9.7.4-1/debian/watch
===================================================================
--- packages/python-ldap3/trunk/debian/watch	2014-11-17 22:39:09 UTC (rev 31465)
+++ packages/python-ldap3/tags/0.9.7.4-1/debian/watch	2015-02-20 02:39:01 UTC (rev 31885)
@@ -1,2 +0,0 @@
-version=3
-http://pypi.python.org/packages/source/p/python3-ldap/python3-ldap-(.*).tar.gz

Copied: packages/python-ldap3/tags/0.9.7.4-1/debian/watch (from rev 31884, packages/python-ldap3/trunk/debian/watch)
===================================================================
--- packages/python-ldap3/tags/0.9.7.4-1/debian/watch	                        (rev 0)
+++ packages/python-ldap3/tags/0.9.7.4-1/debian/watch	2015-02-20 02:39:01 UTC (rev 31885)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/ldap3/ldap3-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list