[Python-modules-commits] r10118 - in packages/python-launchpadlib/trunk (8 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Oct 18 21:25:11 UTC 2009


    Date: Sunday, October 18, 2009 @ 21:25:09
  Author: dktrkranz
Revision: 10118

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-launchpadlib/trunk/debian/
  packages/python-launchpadlib/trunk/debian/changelog
  packages/python-launchpadlib/trunk/debian/compat
  packages/python-launchpadlib/trunk/debian/control
  packages/python-launchpadlib/trunk/debian/copyright
  packages/python-launchpadlib/trunk/debian/preinst
  packages/python-launchpadlib/trunk/debian/rules
  packages/python-launchpadlib/trunk/debian/watch


Property changes on: packages/python-launchpadlib/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-launchpadlib/trunk/debian/changelog
===================================================================
--- packages/python-launchpadlib/trunk/debian/changelog	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/changelog	2009-10-18 21:25:09 UTC (rev 10118)
@@ -0,0 +1,89 @@
+python-launchpadlib (1.5.2-1) unstable; urgency=low
+
+  * Initial Debian release (Closes: #551274).
+  * Package taken from Ubuntu, major changes introduced are:
+    - Switch to debhelper 7.
+    - Switch to python-support, also providing preinst script to handle
+      removal of stale .pyc files to ease transition.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 18 Oct 2009 22:32:34 +0200
+
+python-launchpadlib (1.5.1-0ubuntu1) karmic; urgency=low
+
+  * New upstream release.
+
+ -- James Westby <james.westby at ubuntu.com>  Tue, 25 Aug 2009 11:51:36 +0100
+
+python-launchpadlib (0.2~bzr35-0ubuntu1) jaunty; urgency=low
+
+  * New upstream snapshot.
+    - Optimise PATCH by not sending a GET afterwards, and using the object
+      returned in the body of the response to the PATCH.
+
+ -- James Westby <james.westby at ubuntu.com>  Tue, 17 Feb 2009 21:09:34 +0000
+
+python-launchpadlib (0.2~bzr34-0ubuntu1) jaunty; urgency=low
+
+  * New upstream snapshot.
+    - Handle datetime parameters, converting them to string format before
+      sending them out.
+    - Make the error message if not using keyword args more understandable.
+
+ -- James Westby <james.westby at ubuntu.com>  Mon, 16 Feb 2009 15:46:06 +0000
+
+python-launchpadlib (0.2~bzr29-0ubuntu1) jaunty; urgency=low
+
+  * New upstream snapshot.
+    - Some fixes to the XSL.
+    - Make launchpadlib take advantage of 'http_etag' information embedded
+      in entry representations.
+    - Make launchpadlib JSON-encode all outgoing strings that will be
+      used as named operation arguments.
+    - Make IPerson.archive available.
+
+ -- James Westby <james.westby at canonical.com>  Sun, 04 Jan 2009 01:09:05 +0000
+
+python-launchpadlib (0.2~bzr25-0ubuntu1) intrepid; urgency=low
+
+  * New upstream snapshot.
+    - Add support for hosted file resources, e.g. bug attachments.
+    - Add support for indexing of collections that aren't top-level
+      collections, so you don't have to slice and then index.
+    - For hosted file resources expose filename and date uploaded.
+      Take filename as an argument when uploading a file.
+    - Automatically encode non-string parameters to named operations as JSON.
+  * Increase dependency on python-httplib2 to (>= 0.4.0) as the new version
+    uses some of its new features.
+
+ -- James Westby <james.westby at canonical.com>  Tue, 07 Oct 2008 13:23:46 +0100
+
+python-launchpadlib (0.2~bzr17-0ubuntu1) intrepid; urgency=low
+
+  * New upstream snapshot.
+    - Use the webbrowser module instead of trying to guess the user's browser.
+    - dir() on a Resource object now shows all Launchpad attributes and
+      operations. (bug 253407)
+    - Sign all HTTP requests with the OAuth credentials (previously, requests
+      triggered by redirects were not being signed.)
+    - Make it possible to load a resource from a stored URL. (bug 251497)
+    - Fix "A link attribute that's None gives an error instead of returning
+      None". (bug 255364)
+    - Do not fetch a collection's content when only requested to call a named
+      operation on that collection (bug 253635)
+    - Add support for slices on Collection objects (bug 251523)
+    - Make it possible to look up projects by name.
+    - Implement client-side conditional GET and PUT.
+    - Request compressed data in the TE header, not the Accept-Encoding header.
+      (bug 261619)
+
+ -- James Westby <james.westby at canonical.com>  Sun, 31 Aug 2008 18:57:01 +0100
+
+python-launchpadlib (0.1~bzr7-0ubuntu1) intrepid; urgency=low
+
+  * Initial release (LP: #254592)
+  * Disable setuptools_bzr in setup.py as we are building from a tarball,
+    and this breaks the detection of data files, meaning that important
+    data files are not included in the package.
+
+ -- James Westby <james.westby at canonical.com>  Mon, 04 Aug 2008 13:50:55 +0100
+

Added: packages/python-launchpadlib/trunk/debian/compat
===================================================================
--- packages/python-launchpadlib/trunk/debian/compat	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/compat	2009-10-18 21:25:09 UTC (rev 10118)
@@ -0,0 +1 @@
+7

Added: packages/python-launchpadlib/trunk/debian/control
===================================================================
--- packages/python-launchpadlib/trunk/debian/control	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/control	2009-10-18 21:25:09 UTC (rev 10118)
@@ -0,0 +1,29 @@
+Source: python-launchpadlib
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Luca Falavigna <dktrkranz at debian.org>, James Westby <james.westby at ubuntu.com>
+Build-Depends: debhelper (>= 7), python (>= 2.4), python-setuptools, python-support
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/launchpadlib
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-launchpadlib/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-launchpadlib/trunk/
+XS-Python-Version: >= 2.4
+
+Package: python-launchpadlib
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-simplejson | python2.6, python-httplib2 (>= 0.4.0), python-wadllib, python-lazr.restfulclient, python-lazr.uri, python-oauth
+Description: Launchpad web services client library
+ A free Python library for scripting Launchpad through its web services
+ interface.
+ .
+ It currently provides access to the following parts of Launchpad:
+  * People and Teams
+  * Team memberships
+  * Bugs and bugtasks
+ .
+ The Launchpad API is currently in beta, and may well change in ways
+ incompatible with this library.
+ .
+ You can find current API documentation at
+ https://help.launchpad.net/API/launchpadlib

Added: packages/python-launchpadlib/trunk/debian/copyright
===================================================================
--- packages/python-launchpadlib/trunk/debian/copyright	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/copyright	2009-10-18 21:25:09 UTC (rev 10118)
@@ -0,0 +1,47 @@
+This package was debianized by James Westby <james.westby at ubuntu.com> on
+Mon, 04 Aug 2008 13:50:55 +0100.
+
+It was downloaded from https://launchpad.net/launchpadlib/
+
+Upstream Authors:
+
+    Launchpad developers <launchpadlib at lists.launchpad.net>
+
+Copyright:
+
+    Copyright 2008-2009 Canonical Ltd.
+
+License:
+
+    lazr.restfulclient 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, version 3 of the
+    License.
+
+    lazr.restfulclient 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 lazr.restfulclient.  If not, see
+    <http://www.gnu.org/licenses/>.
+
+src/launchpadlib/testing/helpers.py is licensed under the following terms:
+
+    lazr.restfulclient 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.
+
+    lazr.restfulclient 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 lazr.restfulclient.  If not, see
+    <http://www.gnu.org/licenses/>.
+
+On Debian systems the complete text of the LGPL, version 3, can be found at
+/usr/share/common-licenses/LGPL-3.

Added: packages/python-launchpadlib/trunk/debian/preinst
===================================================================
--- packages/python-launchpadlib/trunk/debian/preinst	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/preinst	2009-10-18 21:25:09 UTC (rev 10118)
@@ -0,0 +1,15 @@
+#! /bin/sh
+
+set -e
+
+# Handle removal of stale .pyc files to ease transition to
+# python-support in Ubuntu, this can be dropped in Lucid + 1.
+
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.5.2-1; then
+	pycentral pkgremove python-launchpadlib
+fi
+
+#DEBHELPER# 
+
+exit 0
+

Added: packages/python-launchpadlib/trunk/debian/rules
===================================================================
--- packages/python-launchpadlib/trunk/debian/rules	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/rules	2009-10-18 21:25:09 UTC (rev 10118)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+clean:
+	find -name "*.pyc" -delete
+	dh $@
+


Property changes on: packages/python-launchpadlib/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-launchpadlib/trunk/debian/watch
===================================================================
--- packages/python-launchpadlib/trunk/debian/watch	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/watch	2009-10-18 21:25:09 UTC (rev 10118)
@@ -0,0 +1,2 @@
+version=3
+https://launchpad.net/launchpadlib/+download http://launchpad.net/launchpadlib/.*/launchpadlib-(.+).tar.gz




More information about the Python-modules-commits mailing list