summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 12:21:58 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 12:21:58 -0700
commitad36710690cf71cf1121a301ec2d78dc8d1257cd (patch)
treefd2329d7edcc59e6644280e136dcbe1f4d7a6961 /src
parent606b1238ff564b80618049bf34b0501e89b9f739 (diff)
Imported Upstream version 1.6.0
Diffstat (limited to 'src')
-rw-r--r--src/launchpadlib.egg-info/PKG-INFO132
-rw-r--r--src/launchpadlib.egg-info/not-zip-safe1
-rw-r--r--src/launchpadlib/NEWS.txt10
-rw-r--r--src/launchpadlib/__init__.py2
-rw-r--r--src/launchpadlib/docs/hosted-files.txt2
-rw-r--r--src/launchpadlib/launchpad.py2
6 files changed, 13 insertions, 136 deletions
diff --git a/src/launchpadlib.egg-info/PKG-INFO b/src/launchpadlib.egg-info/PKG-INFO
deleted file mode 100644
index be948c5..0000000
--- a/src/launchpadlib.egg-info/PKG-INFO
+++ /dev/null
@@ -1,132 +0,0 @@
-Metadata-Version: 1.0
-Name: launchpadlib
-Version: 1.5.7
-Summary: Script Launchpad through its web services interfaces. Officially supported.
-Home-page: https://help.launchpad.net/API/launchpadlib
-Author: LAZR Developers
-Author-email: lazr-developers@lists.launchpad.net
-License: LGPL v3
-Download-URL: https://launchpad.net/launchpadlib/+download
-Description: ..
- This file is part of launchpadlib.
-
- launchpadlib 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.
-
- launchpadlib 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 launchpadlib. If not, see <http://www.gnu.org/licenses/>.
-
- launchpadlib
- ************
-
- See https://help.launchpad.net/API/launchpadlib .
-
- =====================
- NEWS for launchpadlib
- =====================
-
- 1.5.7 (2010-03-16)
- ==================
-
- - Send a Referer header whenever making requests to the Launchpad
- website (as opposed to the web service) to avoid falling afoul of
- new cross-site-request-forgery countermeasures.
-
- 1.5.6 (2010-03-04)
- ==================
-
- - Fixed a minor bug when using login_with() to access a version of the
- Launchpad web service other than the default.
-
- - Added a check to catch old client code that would cause newer
- versions of launchpadlib to make nonsensical requests to
- https://api.launchpad.dev/beta/beta/, and raise a helpful exception
- telling the developer how to fix it.
-
- 1.5.5
- =====
-
- - Added the ability to access different versions of the Launchpad web
- service.
-
- 1.5.4 (2009-12-17)
- ==================
-
- - Made it easy to get anonymous access to a Launchpad instance.
-
- - Made it easy to plug in different clients that take the user's
- Launchpad login and password for purposes of authorizing a request
- token. The most secure technique is still the default: to open the
- user's web browser to the appropriate Launchpad page.
-
- - Introduced a command-line script bin/launchpad-credentials-console,
- which takes the user's Launchpad login and password, and authorizes
- a request token on their behalf.
-
- - Introduced a command-line script bin/launchpad-request-token, which
- creates a request token on any Launchpad installation and dumps the
- JSON description of that token to standard output.
-
- - Shorthand service names like 'edge' should now be respected
- everywhere in launchpadlib.
-
- 1.5.3 (2009-10-22)
- ==================
-
- - Moved some more code from launchpadlib into the more generic
- lazr.restfulclient.
-
- 1.5.2 (2009-10-01)
- ==================
-
- - Added a number of new sample scripts from elsewhere.
-
- - Added a reference to the production Launchpad instance.
-
- - Made it easier to specify a Launchpad instance to run against.
-
- 1.5.1 (2009-07-16)
- ==================
-
- - Added a sample script for uploading a release tarball to Launchpad.
-
- 1.5.0 (2009-07-09)
- ==================
-
- - Most of launchpadlib's code has been moved to the generic
- lazr.restfulclient library. launchpadlib now contains only code
- specific to Launchpad. There should be no changes in functionality.
-
- - Moved bootstrap.py into the top-level directory. Having it in a
- subdirectory with a top-level symlink was breaking installation on
- Windows.
-
- - The notice to the end-user (that we're opening their web
- browser) is now better formatted.
-
- 1.0.1 (2009-05-30)
- ==================
-
- - Correct tests for new launchpad cache behavior in librarian
-
- - Remove build dependency on setuptools_bzr because it was causing bzr to be
- downloaded during installation of the package, which was unnecessary and
- annoying.
-
- 1.0 (2009-03-24)
- ================
-
- - Initial release on PyPI
-
-Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
diff --git a/src/launchpadlib.egg-info/not-zip-safe b/src/launchpadlib.egg-info/not-zip-safe
deleted file mode 100644
index 8b13789..0000000
--- a/src/launchpadlib.egg-info/not-zip-safe
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/src/launchpadlib/NEWS.txt b/src/launchpadlib/NEWS.txt
index 18af658..8a5c462 100644
--- a/src/launchpadlib/NEWS.txt
+++ b/src/launchpadlib/NEWS.txt
@@ -2,6 +2,16 @@
NEWS for launchpadlib
=====================
+1.6.0 (2010-04-07)
+==================
+
+- Fixed a test to work against the latest version of Launchpad.
+
+1.5.8 (2010-03-25)
+==================
+
+- Use version 1.0 of the Launchpad web service by default.
+
1.5.7 (2010-03-16)
==================
diff --git a/src/launchpadlib/__init__.py b/src/launchpadlib/__init__.py
index b56d18d..96e1d7f 100644
--- a/src/launchpadlib/__init__.py
+++ b/src/launchpadlib/__init__.py
@@ -14,4 +14,4 @@
# You should have received a copy of the GNU Lesser General Public License
# along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '1.5.7'
+__version__ = '1.6.0'
diff --git a/src/launchpadlib/docs/hosted-files.txt b/src/launchpadlib/docs/hosted-files.txt
index 26c8569..3e12bbf 100644
--- a/src/launchpadlib/docs/hosted-files.txt
+++ b/src/launchpadlib/docs/hosted-files.txt
@@ -91,7 +91,7 @@ already have a fresh copy.
send: ...
reply: 'HTTP/1.1 303 See Other...
header: Location: http://localhost:58000/.../image.png
- header: Vary: Cookie, Authorization, Accept
+ ...
header: Content-Type: text/plain
2260
diff --git a/src/launchpadlib/launchpad.py b/src/launchpadlib/launchpad.py
index c9e4e6e..4ac1377 100644
--- a/src/launchpadlib/launchpad.py
+++ b/src/launchpadlib/launchpad.py
@@ -74,7 +74,7 @@ class Launchpad(ServiceRoot):
:type credentials: `Credentials`
"""
- DEFAULT_VERSION = 'beta'
+ DEFAULT_VERSION = '1.0'
RESOURCE_TYPE_CLASSES = {
'bugs': BugSet,