commit 40818e8b1e2e61516ab451306dc6ec489c01f33e Author: Isis Lovecruft isis@torproject.org Date: Fri Sep 5 07:15:21 2014 +0000
Bump Leekspin to 1.1.3; it now supports obfs4 mocking. --- .test.requirements.txt | 2 +- .travis.requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.test.requirements.txt b/.test.requirements.txt index ca2c01c..78ad3c0 100644 --- a/.test.requirements.txt +++ b/.test.requirements.txt @@ -6,7 +6,7 @@ # $ make coverage # coverage==3.7.1 -leekspin==1.0.0 +leekspin==1.1.3 mechanize==0.2.5 pep8==1.5.7 # pylint must be pinned until pylint bug #203 is fixed. See diff --git a/.travis.requirements.txt b/.travis.requirements.txt index b10bae4..fcc4c77 100644 --- a/.travis.requirements.txt +++ b/.travis.requirements.txt @@ -15,7 +15,7 @@ #------------------------------------------------------------------------------ coverage==3.7.1 coveralls==0.4.2 -leekspin==1.0.0 +leekspin==1.1.3 mechanize==0.2.5 pep8==1.5.7 # pylint must be pinned until pylint bug #203 is fixed. See diff --git a/setup.py b/setup.py index 47a2cbf..d6f9a20 100644 --- a/setup.py +++ b/setup.py @@ -285,7 +285,7 @@ setuptools.setup( scripts=['scripts/bridgedb'], extras_require={'test': ["sure==1.2.2", "coverage==3.7.1", - "leekspin==1.0.0"]}, + "leekspin==1.1.3"]}, zip_safe=False, cmdclass=get_cmdclass(), include_package_data=True,
tor-commits@lists.torproject.org