Skip to content

Commit

Permalink
Rev python-etcd to 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Crampton committed Oct 15, 2015
1 parent 7d1427d commit 08cdbce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -52,7 +52,7 @@ Depends:
${misc:Depends},
${python:Depends},
${shlibs:Depends},
python-etcd (>= 0.4.1+calico.1)
python-etcd (>= 0.4.2+calico.1)
Description: Project Calico virtual networking for cloud data centers.
Project Calico is an open source solution for virtual networking in
cloud data centers. Its IP-centric architecture offers numerous
Expand Down
8 changes: 4 additions & 4 deletions docs/source/redhat-opens-install.rst
Expand Up @@ -197,9 +197,9 @@ please get in touch with us and we'll be happy to help you through the process.

4. Install python-etcd::

curl -L https://github.com/projectcalico/python-etcd/releases/download/0.4.1%2Bcalico.1/python-etcd_0.4.1.calico.1.tar.gz -o python-etcd.tar.gz
curl -L https://github.com/projectcalico/python-etcd/releases/download/0.4.2%2Bcalico.1/python-etcd_0.4.2.calico.1.tar.gz -o python-etcd.tar.gz
tar xvf python-etcd.tar.gz
cd python-etcd-0.4.1+calico.1
cd python-etcd-0.4.2+calico.1
python setup.py install

Etcd Proxy Install
Expand Down Expand Up @@ -267,9 +267,9 @@ running the etcd database itself (both control and compute nodes).

4. Install python-etcd::

curl -L https://github.com/projectcalico/python-etcd/releases/download/0.4.1%2Bcalico.1/python-etcd_0.4.1.calico.1.tar.gz -o python-etcd.tar.gz
curl -L https://github.com/projectcalico/python-etcd/releases/download/0.4.2%2Bcalico.1/python-etcd_0.4.2.calico.1.tar.gz -o python-etcd.tar.gz
tar xvf python-etcd.tar.gz
cd python-etcd-0.4.1+calico.1
cd python-etcd-0.4.2+calico.1
python setup.py install

.. _control-node:
Expand Down
2 changes: 1 addition & 1 deletion felix_requirements.txt
@@ -1,5 +1,5 @@
gevent
greenlet
netaddr
python-etcd>=0.4.1
python-etcd>=0.4.2
posix-spawn>=0.2.post6
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -8,7 +8,7 @@ deps =
coverage==4.0a5
unittest2
git+https://github.com/projectcalico/python-posix-spawn.git@1f74fbedb569d4e45f11e9e32d3dca74623f432c#egg=posix-spawn
git+https://github.com/projectcalico/python-etcd.git@160f62a20dd0daaf66ba1ef52362b38ee0074ff5#egg=python-etcd
git+https://github.com/projectcalico/python-etcd.git@dc9582b03897299a60f787a56d726f4738bbdda3#egg=python-etcd
commands=nosetests --with-coverage

[testenv:pypy]
Expand All @@ -21,5 +21,5 @@ deps =
coverage==4.0a5
unittest2
git+https://github.com/projectcalico/python-posix-spawn.git@1f74fbedb569d4e45f11e9e32d3dca74623f432c#egg=posix-spawn
git+https://github.com/projectcalico/python-etcd.git@160f62a20dd0daaf66ba1ef52362b38ee0074ff5#egg=python-etcd
git+https://github.com/projectcalico/python-etcd.git@dc9582b03897299a60f787a56d726f4738bbdda3#egg=python-etcd
gevent>=1.1a2, !=1.1b1, !=1.1b2, !=1.1b4

0 comments on commit 08cdbce

Please sign in to comment.