Merge lp:~leonardr/launchpadlib/use-1.0 into lp:launchpadlib

Proposed by Leonard Richardson
Status: Merged
Approved by: Edwin Grubbs
Approved revision: 88
Merged at revision: not available
Proposed branch: lp:~leonardr/launchpadlib/use-1.0
Merge into: lp:launchpadlib
Diff against target: 51 lines (+8/-3)
4 files modified
ez_setup.py (+1/-1)
src/launchpadlib/NEWS.txt (+5/-0)
src/launchpadlib/__init__.py (+1/-1)
src/launchpadlib/launchpad.py (+1/-1)
To merge this branch: bzr merge lp:~leonardr/launchpadlib/use-1.0
Reviewer Review Type Date Requested Status
Edwin Grubbs (community) Approve
Review via email: mp+22064@code.launchpad.net

Description of the change

This branch changes launchpadlib to use the '1.0' version of the web service by default, instead of 'beta'.

To post a comment you must log in.
Revision history for this message
Edwin Grubbs (edwin-grubbs) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ez_setup.py'
--- ez_setup.py 2008-08-01 16:09:48 +0000
+++ ez_setup.py 2010-03-24 20:54:28 +0000
@@ -14,7 +14,7 @@
14This file can also be run as a script to install or upgrade setuptools.14This file can also be run as a script to install or upgrade setuptools.
15"""15"""
16import sys16import sys
17DEFAULT_VERSION = "0.6c8"17DEFAULT_VERSION = "0.6c11"
18DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]18DEFAULT_URL = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]
1919
20md5_data = {20md5_data = {
2121
=== modified file 'src/launchpadlib/NEWS.txt'
--- src/launchpadlib/NEWS.txt 2010-03-16 21:05:15 +0000
+++ src/launchpadlib/NEWS.txt 2010-03-24 20:54:28 +0000
@@ -2,6 +2,11 @@
2NEWS for launchpadlib2NEWS for launchpadlib
3=====================3=====================
44
51.5.8 (2010-03-24)
6==================
7
8- Use version 1.0 of the Launchpad web service by default.
9
51.5.7 (2010-03-16)101.5.7 (2010-03-16)
6==================11==================
712
813
=== modified file 'src/launchpadlib/__init__.py'
--- src/launchpadlib/__init__.py 2010-03-16 21:05:15 +0000
+++ src/launchpadlib/__init__.py 2010-03-24 20:54:28 +0000
@@ -14,4 +14,4 @@
14# You should have received a copy of the GNU Lesser General Public License14# You should have received a copy of the GNU Lesser General Public License
15# along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.15# along with launchpadlib. If not, see <http://www.gnu.org/licenses/>.
1616
17__version__ = '1.5.7'17__version__ = '1.5.8'
1818
=== modified file 'src/launchpadlib/launchpad.py'
--- src/launchpadlib/launchpad.py 2010-03-04 19:26:40 +0000
+++ src/launchpadlib/launchpad.py 2010-03-24 20:54:28 +0000
@@ -74,7 +74,7 @@
74 :type credentials: `Credentials`74 :type credentials: `Credentials`
75 """75 """
7676
77 DEFAULT_VERSION = 'beta'77 DEFAULT_VERSION = '1.0'
7878
79 RESOURCE_TYPE_CLASSES = {79 RESOURCE_TYPE_CLASSES = {
80 'bugs': BugSet,80 'bugs': BugSet,

Subscribers

People subscribed via source and target branches