Merge lp:~brian.curtin/ubuntuone-windows-installer/keyring-downgrade into lp:ubuntuone-windows-installer

Proposed by Brian Curtin
Status: Merged
Approved by: dobey
Approved revision: 168
Merged at revision: 169
Proposed branch: lp:~brian.curtin/ubuntuone-windows-installer/keyring-downgrade
Merge into: lp:ubuntuone-windows-installer
Diff against target: 28 lines (+3/-3)
1 file modified
scripts/devsetup/buildout.cfg (+3/-3)
To merge this branch: bzr merge lp:~brian.curtin/ubuntuone-windows-installer/keyring-downgrade
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
dobey (community) Approve
Review via email: mp+160920@code.launchpad.net

Commit message

- Revert to the patched keyring 0.7, and revive protobuf since the previous link died.

Description of the change

Revert to the patched keyring 0.7, and revive protobuf since the previous link died.

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
Roberto Alsina (ralsina) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'scripts/devsetup/buildout.cfg'
--- scripts/devsetup/buildout.cfg 2013-04-12 21:10:13 +0000
+++ scripts/devsetup/buildout.cfg 2013-04-25 15:01:27 +0000
@@ -27,13 +27,13 @@
27 https://github.com/ghtdak/qtreactor/tarball/master#egg=qt4reactor27 https://github.com/ghtdak/qtreactor/tarball/master#egg=qt4reactor
28 http://launchpad.net/python-distutils-extra/trunk/2.31/+download/python-distutils-extra-2.31.tar.gz#egg=python-distutils-extra28 http://launchpad.net/python-distutils-extra/trunk/2.31/+download/python-distutils-extra-2.31.tar.gz#egg=python-distutils-extra
29# Mandel's patched keyring, already built29# Mandel's patched keyring, already built
30 http://u1.to/~brian.curtin/X/keyring-1.2.2-py2.7.egg#egg=keyring30 http://u1.to/~brian.curtin/0/keyring-0.7-py2.7.egg#egg=keyring
31# Pycrypto already built using python -c "import setuptools; execfile('setup.py')" bdist_egg31# Pycrypto already built using python -c "import setuptools; execfile('setup.py')" bdist_egg
32 http://u1.to/~brian.curtin/V/pycrypto-2.6-py2.7-win32.egg#egg=pycrypto32 http://u1.to/~brian.curtin/V/pycrypto-2.6-py2.7-win32.egg#egg=pycrypto
33# Py2exe already build using python -c "import setuptools; execfile('setup.py')" bdist_egg33# Py2exe already build using python -c "import setuptools; execfile('setup.py')" bdist_egg
34 http://u1.to/ralsina/x/py2exe-0.6.9-py2.7-win32.egg#egg=py2exe34 http://u1.to/ralsina/x/py2exe-0.6.9-py2.7-win32.egg#egg=py2exe
35# Protobuf's upstream zip file doesn't work via easy_install so using an egg.35# Protobuf's upstream zip file doesn't work via easy_install so using an egg.
36 http://u1.to/ralsina/G/protobuf-2.4.1-py2.7.egg#egg=protobuf36 http://u1.to/~brian.curtin/3/protobuf-2.4.1-py2.7.egg#egg=protobuf
37# Comtypes has a bug in setup.py with Python 2.7, so this should be changed eventually37# Comtypes has a bug in setup.py with Python 2.7, so this should be changed eventually
38# http://sourceforge.net/tracker/index.php?func=detail&aid=3036368&group_id=115265&atid=69294038# http://sourceforge.net/tracker/index.php?func=detail&aid=3036368&group_id=115265&atid=692940
39 http://u1.to/~brian.curtin/I/comtypes-0.6.2.zip#egg=comtypes39 http://u1.to/~brian.curtin/I/comtypes-0.6.2.zip#egg=comtypes
@@ -160,7 +160,7 @@
160twisted = 12.3.0160twisted = 12.3.0
161# qt4reactor does not go in here. Specifying the github link covers it.161# qt4reactor does not go in here. Specifying the github link covers it.
162python-distutils-extra = 2.31162python-distutils-extra = 2.31
163keyring = 1.2.2163keyring = 0.7
164pycrypto = 2.6164pycrypto = 2.6
165pyOpenSSL = 0.13165pyOpenSSL = 0.13
166pil = 1.1.7166pil = 1.1.7

Subscribers

People subscribed via source and target branches